| William Li 2004-12-24, 8:45 pm |
| Hi
I have a 1280 x 768 widescreen and since linux cannot suppout this
resolution by default, I followed some instructions found in websites
and modified the xorg.conf file.
After modifying the xorg.conf file, I got the resolution I wanted.
However, I was unable to get it to display as one of the avilable
resolution in gnome's display manager. Is it possible to make it listed
in the list of resolutions to pick from?
This is what I have in my xorg.conf right now:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x768"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
ModeLine "1280x768" 79.8 1280 1312 1608 1640 768 783 791 807
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 852"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Thanks,
William
|