I'm having trouble getting my xorg.conf configured correctly. here are the specs that i found on my computer from a cnet review...
* Processor manufacturer
* Intel
* Processor type
* Pentium M
* Processor number
* 770
* Clock speed
* 1.73 GHz
* Graphics processor
* Intel GMA 900
* Max resolution (external)
* 1280 x 800
* Max video RAM supported
* 128 MB
and here is my xorg.conf file:
Section "Device"
Identifier "Intel Corporation Intel Default Card"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Intel Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
i would love to get my resolution to 1280x800, but it's stuck at 1024x768@60hz
thanks for any comments