<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Chris Peikert wrote:
<blockquote cite="mid000101c65a49$30e14560$2601a8c0@co.matagorda.tx.us"
 type="cite">
  <pre wrap="">I was unable to find a xorg.conf file. Bloody Linux does not have a search
feature to find the files and I have been unsuccessful in locating it. When
I go to the GUI portion to change resolutions I have the same options as you
listed below. As for rebooting vs logging out ... I still haven't figured
out how to log out.
  </pre>
</blockquote>
"Bloody" Linux is eat smooth up with search features.  Try:<br>
Either the find command<br>
$ find / - name xorg.conf<br>
--OR-- much faster once slocate database update has been done<br>
[rj@mavis ~]$ locate xorg.conf<br>
/oldetc/X11/xorg.conf<br>
/etc/X11/xorg.conf<br>
/usr/X11R6/man/man5/xorg.conf.5x.gz<br>
/usr/X11R6/lib/Server/xorg.conf<br>
[rj@mavis ~]$                       <br>
--OR-- if you really must use GUI, there's a search feature there also.
Don't know what its called in Gnome but in the KDE desktop they use the
very novel name "Find Files".<br>
<br>
The database used by the locate command is updated by running (as root)
the command "updatedb".  Not too cryptic, huh?  For the database to be
automatically updated while you're testing your eyelids for light
leaks, edit the file /etc/updatedb.conf  and down a few lines change
the line that says<br>
DAILY_UPDATE=no<br>
to<br>
DAILY_UPDATE=yes<br>
and your database will be updated at 4:something each morning.<br>
<br>
As far as logging out, I can't help you in Gnome but in KDE the option
is "Logout...".    <br>
<br>
"Help" is located 'tween "Find Files" and "Logout..." in the KDE menu.<br>
<br>
<br>
<blockquote cite="mid000101c65a49$30e14560$2601a8c0@co.matagorda.tx.us"
 type="cite">
  <pre wrap="">
-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:centos-bounces@centos.org">centos-bounces@centos.org</a> [<a class="moz-txt-link-freetext" href="mailto:centos-bounces@centos.org">mailto:centos-bounces@centos.org</a>] On Behalf
Of William L. Maltby
Sent: Friday, April 07, 2006 7:55 AM
To: CentOS General List
Subject: Re: [CentOS] Thanks

On Fri, 2006-04-07 at 07:33 -0500, Chris Peikert wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks for the help guys. To resize my screen I had to go through the
GUI part and change it but unlike Microsoft it makes me reboot in
order for it to take affect which sucks. The Ctrl Alt +/- does not
work. 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Geez! What am I doing wrong? I've been using this for *years*.

Recall thye aprt I said "... to get multiple resolutions"? Apparently
you don't have multiple resolutions yet.

I have 4 resolutions that I cycle through using <ctrl>-<alt> with
numeric keypad + or -.

If you find your xorg.conf file, see if you have a line similar to this

   Modes     "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"

If not, you only have a single fixed resolution and the <ctl> thingy has
nothing to do.

  </pre>
  <blockquote type="cite">
    <pre wrap=""><snip>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>