FROM: http://www.avsforum.com/avs-vb/archive/index.php/t-838532.html This is my new xorg.conf and everything works great now! # /etc/X11/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(5) 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 "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" # Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbOptions" "lv3:ralt_switch" 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" Driver "wacom" Identifier "stylus" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "Device[0]" # "Generic Video Card" Driver "nvidia" # "vesa" BusID "PCI:5:0:0" # NEW Screen 0 Option "ConnectedMonitor" "MD30219PH" # NEW END EndSection # NEW Section "Device" Driver "nvidia" Identifier "Device[1]" Screen 1 # Option "TVOutFormat" "COMPOSITE" #or "S-VIDEO" etc Option "TVStandard" "HD576p" #"HD720p" #"HD1080i" #"HD480p" #"PAL-G" #or NTSC, PAL-B etc Option "ConnectedMonitor" "TV" BusID "PCI:5:0:0" # adjust using 'lspci' or cat /proc/pci # "PCI:1:0:0" EndSection # NEW END Section "Monitor" Identifier "MD30219PH" Option "DPMS" HorizSync 64-80 # 30-83 # 64 VertRefresh 60-75 # 56-76 # 60 EndSection # NEW Section "Monitor" Identifier "TV" HorizSync 15-45 # 31.47 # 60 VertRefresh 50-60 # 59.94 # 56-76 # ModeLine "1080i" 74.52 1920 1952 2016 2208 1080 1084 1096 1126 -hsync -vsync interlace # DisplaySize 320 180 EndSection # NEW END Section "Screen" Identifier "Screen[0]" # "Default Screen" Device "Device[0]" # "Generic Video Card" Monitor "MD30219PH" DefaultDepth 24 # NEW BERYL Option "AddARGBGLXVisuals" "True" # NEW BERYL END SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection # NEW Section "Screen" Device "Device[1]" Identifier "Screen[1]" Monitor "TV" DefaultDepth 24 # NEW BERYL # Option "AddARGBGLXVisuals" "True" # NEW BERYL END SubSection "Display" Depth 24 Modes "576p" "720x576" #"720p" "1280x720" #"480p" "480i" "576i" "720i" "1080i" EndSubSection EndSection # NEW END Section "ServerLayout" Identifier "Simple Layout" # "Default Layout" # NEW Screen 0 "Screen[0]" Screen 1 "Screen[1]" RightOf "Screen[0]" # NEW END # Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection