Limited Screen Resolution Choices
'Forum Post
ulist at gs1.ubuntuforums.org
Wed Oct 5 01:45:40 UTC 2005
X is running at the best resolution it knows how to.
more pixles is always better - right?
if you want to force it to choose a lower resolution, you could edit
the xorg.conf file, just remove the higher resolutions.
for example:
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
--
brentoboy
More information about the ubuntu-users
mailing list