Re: Odd problem with 1.0-9629
I've looked at some of what you attached. In the "/etc/X11/xorg.conf" file, the section near the end:
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
# Option "TwinView" "True"
# Option "TwinViewOrientation" "RightOf"
Option "UseEdidFreqs" "True"
# Option "MetaModes" "1280x1024, 1024x768, 1024x768"
SubSection "Display"
Depth 24
# Modes "1280x1024" "1024x768" "800x600" "640x480"
Modes "1280x1024"
EndSubSection
EndSection
Try changing:
From:
"Modes "1280x1024"
To:
"Modes "1680x1050"
Paul
|