So I don't know what happened, but my xorg.conf stopped working again.
I found a new trick to get it working, adding the following lines to the Screen section:
Option "metamodes" "CRT: 1920x1080 +0+0"
Option "TVStandard" "HD1080i"
Option "AddARGBGLXVisuals" "True"
Full xorg.conf can be found
here.
I updated my
MythTV box for the first time in a while (to
support the new
SchedulesDirect program guide
source). After the upgrade, the new 100.14.11 Nvidia drivers' 1920x1080_120i built-in modeline stopped
working properly with my TV. I found a new modeline that works pretty much the same
and updated my
xorg.conf and all is
good again. I've also disabled the glx driver as it was causing troubles
with LiveTV and HDTV.
Other changes to my setup include using the builtin NIC (8139too driver) now
that I have an ethernet jack near the TV (thanks, Steve :)
Here's the diff to xorg.conf if you just want the changes:
--- xorg.conf.20070130 2007-01-30 22:11:09.000000000 -0500
+++ xorg.conf 2007-09-01 10:14:03.000000000 -0400
@@ -31,7 +31,7 @@
Load "dbe"
Load "extmod"
Load "fbdevhw"
- Load "glx"
+# Load "glx"
Load "record"
Load "freetype"
Load "type1"
@@ -87,11 +87,11 @@
HorizSync 33.75
VertRefresh 59.94
Option "dpms"
- Option "ModeValidation" "NoVertRefreshCheck"
+ Option "ModeValidation" "AllowNon60HzDFPModes, NoVertRefreshCheck, NoEdidMaxPClkCheck, NoHorizSyncCheck"
Option "UseEdidDpi" "FALSE"
ModeLine "720x480" 27.000 720 736 798 858 480 489 495 525 -hsync -vsync
ModeLine "1280x720" 74.25 1280 1390 1430 1648 720 725 732 752 +hsync +vsync
- ModeLine "1920x1080" 148.35 1920 2008 2052 2200 1080 1085 1090 1125 +hsync +vsync
+ ModeLine "1920x1080__60i" 74.18 1920 2008 2052 2200 1080 1084 1094 1124 +hsync +vsync interlace
EndSection
Section "ServerFlags"
@@ -119,7 +119,7 @@
SubSection "Display"
Viewport 0 0
Depth 24
- Modes "1920x1080_120i" "1920x1080" "1280x720" "720x480"
+ Modes "1920x1080__60i" "1280x720" "720x480"
EndSubSection
EndSection