# xorg.conf (xorg X Window System server configuration file) # # This file was generated by failsafeDexconf, using # values from the debconf database and some overrides to use vesa mode. # # You should use dexconf or another such tool for creating a "real" xorg.conf # For example: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" EndSection Section "Module" Disable "dbe" Disable "dri" Disable "glx" Disable "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Television Device" Driver "nvidia" BusID "PCI:1:0:0" #---------------Added according to MythTV wiki ComponentOut page--------- Option "RenderAccel" "1" Option "NvAGP" "2" Option "NoLogo" "true" Option "UseEvents" "True" EndSection Section "Monitor" Identifier "Television Monitor" # Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Television Device" Monitor "Television Monitor" Option "UseEDID" "FALSE" Option "ConnectedMonitor" "TV" Option "TVOutFormat" "Component" #------------480i Group----------------------------- # Option "TVStandard" "HD480i" # Option "metamodes" "CRT: 720x480 +0+0" #------------480p Group----------------------------- Option "TVStandard" "HD480p" Option "metamodes" "CRT: 720x480 +0+0" #------------720p Group----------------------------- # Option "TVStandard" "HD720p" # Option "metamodes" "CRT: 1280x720 +0+0" #------------1080i Group----------------------------- # Option "metamodes" "CRT: 1920x1080 +0+0" # Option "TVStandard" "HD1080i" # Option "AddARGBGLXVisuals" "True" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection