# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "ServerLayout" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" Identifier "Default Layout" Screen "Default Screen" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" EndSection Section "Module" EndSection Section "ServerFlags" Option "AIGLX" "Off" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "be" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection # Configuration concerning MythTV on USB begins here # The next should be your monitor (be it analog/digital, whatever) attached to your case during testing & installing Section "Monitor" #Modeline "1024x768" 65 1024 1048 1184 1344 768 771 777 806 -hsync -vsync Identifier "Proview 568" VendorName "BMM" ModelName "BMM0238" HorizSync 35.0 - 58.0 VertRefresh 55.0 - 65.0 Option "dpms" "false" EndSection # TV you're using, you can "grab" modelines from the /var/log/Xorg.0.log file, it will have output such as below # based on which you can force the device to use a specific modeline. Section "Monitor" Identifier "Sharp TV" VendorName "Sharp" #Mode "1024x768": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I) #Modeline "1024x768" 42.95 1024 2320 2336 2730 768 483 485 525 interlace #mode "800x600": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 60.0 Hz (I) #Modeline "800x600" 42.95 800 2320 2336 2730 600 483 485 525 interlace #mode "720x576": 43.0 MHz (scaled from 0.0 MHz), 15.7 kHz, 50.0 Hz (I) #Modeline "720x576" 42.95 720 2320 2336 2730 576 483 485 525 interlace #HorizSync 31.5 - 80.5 #VertRefresh 60 - 100 Option "DPMS" EndSection # The X1250 installed onboard on the motherboard. Section "Device" Identifier "ATI Technologies Inc Radeon X1200 Series" Driver "fglrx" # Enable TV Option "NoTV" "no" # Set the format & standard (unofficial ATI wiki & google will give you a list of possibilities) Option "TVFormat" "PAL-B" #Option "TVStandard" "VIDEO" # Preferably SVIDEO ofcourse Option "TVOutFormat" "SVIDEO" # Next are all adjustment parameters, en/disable and adjust at will if needed #Option "TVHSizeAdj" "110" #Option "TVVSizeAdj" "+40" #Option "TVHPosAdj" "-10" #Option "TVVPosAdj" "-10" #Option "TVHStartAdj" "0" #Option "TVColorAdj" "0" # Turn Overscan off, not needed unless you're using a really junky & old TV (which is likely not to support SVIDEO in the first place :-) Option "TVOverscan" "off" # Next some specific testing parameters, ignore please #Option "NoDDC" "yes" #Option "IgnoreEDID" "yes" #Option "GammaCorrectionI" "0x00000000" #Option "GammaCorrectionII" "0x00000000" #Option "TwinView" "true" #Option "TwinViewOrientation" "Clone" #Option "SecondMonitorHorizSync" "30-50" #Option "SecondMonitorVertRefresh" "60" #Option "ForceMonitors" "tmds1,tv" #Option "ForceMonitors" "tv" #Option "EnableMonitor" "crt1,tv" # VideoOverlay wont work on the X1200-series yet, you'll see a warning message about that in the Xorg.0.log # ATI driver 8.42.3 should fix that, I have yet to find the time to test it. # Doesn't harm to turn it on, won't work anyway. Option "VideoOverlay" "on" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc Radeon X1200 Series" # Select your monitor/Tv if needed Monitor "Proview 568" #Monitor "Sharp TV" DefaultDepth 24 SubSection "Display" Modes "1024x768" "800x600" #Modes "720x576" EndSubSection EndSection Section "Extensions" # ATI doesn't like this Option "Composite" "Off" EndSection