# /etc/X11/xorg.conf (xorg X Window System server configuration file) # Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" # Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "auto" # Option "Emulate3Buttons" "true" # Option "EmulateWheel" "on" # Option "EmulateWheelButton" "8" # Option "YAxisMapping" "4 5" # Option "XAxisMapping" "6 7" # Option "EmulateWheelInertia" "15" # Option "EmulateWheelClickToo" "0" EndSection Section "Device" Identifier "Generic Video Card" Driver "radeon" # Option "DRI" "off" # Option "AccelMethod" "shadowfb" EndSection