Your HorizSync doesn't look wide enough to handle the frequency necessary for 1024x768 (at what refresh rate?) I don't have a Linux laptop to compare, but here's my values from a 15" VGA LCD monitor (native resolution 1024x768)
Quote:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "VE500"
DisplaySize 300 230
HorizSync 30.0 - 62.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection
|
You also need to check the Modes line in the "Screen" section to be sure the appropriate resolution is available there:
Quote:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|
If it's not there, add it as above.