# 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" EndSection Section "Monitor" Identifier "Television Monitor" # Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Television Device" Monitor "Television Monitor" Option "TVStandard" "HD480i" # Option "TVOutFormat" "COMPONENT" # Option "TVOutFormat" "SVIDEO" # DefaultDepth 16 SubSection "Display" # Depth 16 # Modes "800x600" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection