Modeline blues.
June 3, 2006 3:46 PM
Subscribe
I got a DVI -> HDMI connector to connect my computer (Gentoo, Xorg 7, Geforce 7600GS) to my HDTV (Philips 30" CRT). It'll only display in 720x480 with awful overscan... regardless of what's in my xorg.conf. Help!
So, here's what I've tried.
I first connected a Windows box to try PowerStrip. While I never got it perfect, I came close (and with much higher resolutions than 720x480). PowerStrip reported the following Modelines:
Modeline "1440x900" 96.500 1440 1504 1536 1760 900 903 906 912 +hsync +vsync
Modeline "1920x1080" 63.975 1920 2008 2052 2206 1080 1081 1095 1125 interlace
Now, X will *start* with the above modelines, but I always end up with a 720x480 display, even though that's not defined in xorg.conf at all. I'm sure I'm using the right xorg.conf -- editing the other options will indeed affect what happens when I start the X server, just not the resolutions.
Other pertinent info from the xorg.conf:
Section "Device"
Identifier "NVidia Graphics Adapter"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "RenderAccel" "true"
Option "NoLogo" "true"
Option "ConnectedMonitor" "DFP"
Option "IgnoreEDID" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVidia Graphics Adapter"
Monitor "Philips30"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080" "1440x900"
Depth 16
Modes "1920x1080" "1440x900"
EndSubSection
EndSection
Any help would be much appreciated. Thanks!
posted by I EAT TAPAS to computers & internet (4 comments total)
posted by Orb2069 at 7:54 PM on June 3, 2006