Husse, in another thread and fellow named Stretch solved my monitor problem. He had me change my xorg.conf file with the line:
Stretch
Level 1
Level 1
Joined: 09 Sep 2007
Posts: 40
PostPosted: Today, at 5:11 pm Post subject: Reply with quote Mark this post and the followings unread
Quote:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1440x900 +0+0; 1280x960 +0+0; 1152x864 +0+0; 1024x768 +0+0; 832x624 +0+0; 800x600 +0+0; 720x400 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
"If I were you, I would change this line:
Code:
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
to:
Code:
Modes "1440x900" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
Please note: you should backup your xorg.conf file first (even though it doesn't work as you want it to). Also it is difficult for me to give the correct resolution as I do not use a widescreen monitor."
I had to add 1440x900 to the modes line and then the monitor was aboe to adjust properly.
Problem Solved
