Hi,
I am using a NV 9400 GT video card with Ubuntu 8. When ever I use the DVI or HDMI outs to an HDTV, no matter what resolution I set the card to, the Linux desktop is missing an inch of the perimeter of the desktop. I assume I need to adjust my xorg.conf file and I have but nothing produces the correct size screen.
This problem shows up when I use an nvidia driver like (version 177). If I use a default driver my desktop looks fine.
So do I have the correct modelines? And why do I need these, that means I will have to change my xorg.conf file everytime I change to a different monitor? I was trying to work with this command Option "ModeValidation" "NoDFPNativeResolutionCheck" but it did not seem to make a difference.
One other point that might show the problem, on other machines using DVI to connect to my HDTV, when I first log into my desktop the TV screen displays what resolution it is running, and it has said in the past, the same resolution I have set in the xorg.cong file, but now it always says 1680X1050, the max resolution of the TV screen.
Here is the xorg.conf file I am using:
Code:
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Computer Monitor"
HorizSync 15.0 - 80.0
VertRefresh 48.0 - 76.0
ModeLine "1280X1024" 81.80 1024 1080 1192 1360 768 769 772 802 -hsync +vsync
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "Screen"
#Option "ModeValidation" "NoDFPNativeResolutionCheck"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Computer Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection