Increase Linux screen resolution
Posted
by
David Gard
on Super User
See other posts from Super User
or by David Gard
Published on 2011-11-17T15:00:08Z
Indexed on
2011/11/17
17:55 UTC
Read the original article
Hit count: 201
I'm running an install of CentOS 5.5 virtually and for some reason I only have 2 available screen resolutions - 800x600 and 640x480. Does anybody know how I can add some bigger resolutions?
I've had a look in /etc/X11/xorg.conf
and it is knows that the graphics card is virtual, but even listing the resolutions that I want fails.
Here is the default screen section -
Secton "Screen"
Identifiew "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
And here is what I tried adding to SubSection "Display"
-
Mode "1024x768" "1280x1024"
© Super User or respective owner