[CentOS] Centos 5 -- X default resolution

Wed Apr 25 18:04:23 UTC 2007
Johnny Hughes <mailing-lists at hughesjr.com>

On Wed, 2007-04-25 at 07:30 -0400, Robert Moskowitz wrote:
> Install did not recognize my LCD monitor, probably due to the old KVM.  
> Anyway, I went to config monitor after install (logged in as root) and 
> selected the monitor in my NOC where this box is going to live anyway.  
> I then had to exit X and restart it for this selection to take.
> 
> It this point the resolution was 1280x1024 which was unreadable.  I 
> changed it to 1024x768 which works well.
> 
> However at bootup and for the login screen the resolution is still 
> 1280x1024.  How do I change this?
> 

The default /etc/X11/xorg.conf is to auto detect resolution.  You can
edit xorg.conf and add a modes line to the xorg.conf file (in the
"Display" subsection) like this:


         SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1024x768" "800x600" "640x480"
        EndSubSection


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.centos.org/pipermail/centos/attachments/20070425/c2940c40/attachment-0004.sig>