# 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 "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "no(smi)" Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "Mighty Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "8" Option "HWHEELRelativeAxisButtons" "7 6" Option "Emulate3Buttons" "true" EndSection #Section "InputDevice" # Identifier "Mighty Mouse" # Driver "mouse" # Option "Name" "Mitsumi Electric Apple Optical USB Mouse" # # # Option "Device" "/dev/input/mice" #EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" # Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "SHMConfig" "on" EndSection Section "Monitor" Identifier "External" Option "RightOf" "Panel" EndSection Section "Monitor" Identifier "Panel" HorizSync 30-70 VertRefresh 50-160 EndSection Section "Device" Identifier "ATI X1600 M56" Driver "radeonhd" #Option "noRandR" #Option "Monitor-DVI-I/TMDS_A" "External" #Option "Monitor-PANEL/LVDS" "Panel" #Option "RROutputOrder" "PANEL/LVDS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI X1600 M56" DefaultDepth 24 SubSection "Display" Depth 24 ## This is superfluous and actually harmful with a ## static configuration. Enable for dynamic config only. #Virtual 2704 1050 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Synaptics Touchpad" InputDevice "Mighty Mouse" EndSection Section "ServerFlags" Option "Xinerama" "true" EndSection