Comment 5 for bug 136783

Revision history for this message
Don Mullis (don.mullis) wrote :

The above change to xorg.conf caused X to fail to start up for me. One more line was necessary:

--- /etc/X11/xorg.conf.dist 2007-09-09 09:57:48.000000000 -0700
+++ /etc/X11/xorg.conf 2007-09-09 10:29:56.000000000 -0700
@@ -75,6 +75,17 @@
        BusID "PCI:0:2:0"
 EndSection

+Section "Device"
+ Identifier "TV"
+ Driver "intel"
+ Option "monitor-TV" "TV"
+EndSection
+
+Section "Monitor"
+ Identifier "TV"
+ Option "Ignore" "true"
+EndSection
+
 Section "Monitor"
        Identifier "Generic Monitor"
        Option "DPMS"