# xorg.conf (X.Org 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 "Module" Load "synaptics" Load "wacom" EndSection # ****************** input devices ****************** Section "InputDevice" Identifier "keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us,cz,de" Option "XkbVariant" ",qwerty," # Option "XkbVariant" "alt-intl,qwerty" # Option "Xkboptions" "grp_led:scroll" Option "XkbOptions" "grp:alt_shift_toggle,compose:rwin" EndSection Section "InputDevice" Identifier "touchpad" Driver "synaptics" Option "CorePointer" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" Option "SHMConfig" "true" EndSection Section "InputDevice" Identifier "usbmouse" Driver "mouse" Option "SendCoreEvents" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Type" "stylus" Option "USB" "on" Option "Suppress" "10" Option "Threshold" "10" Option "Device" "/dev/input/wacom" Option "Mode" "absolute" EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Type" "eraser" Option "USB" "on" Option "Threshold" "10" Option "Device" "/dev/input/wacom" Option "Mode" "relative" EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Type" "cursor" Option "USB" "on" Option "Threshold" "10" Option "Device" "/dev/input/wacom" Option "Mode" "relative" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "pad" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "pad" Option "USB" "on" EndSection # ****************** video devices ****************** Section "Device" Identifier "i945GM" EndSection Section "Monitor" Identifier "monitor" EndSection Section "Screen" Identifier "screen" Monitor "monitor" DefaultDepth 24 EndSection # ****************** server layout ****************** Section "ServerLayout" Identifier "layout" # Device "i945GM" Screen "screen" InputDevice "keyboard" InputDevice "touchpad" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "pad" InputDevice "usbmouse" "SendCoreEvents" EndSection