# 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. # # Note that some configuration settings that could be done previously # in this file, now are automatically configured by the server and settings # here are ignored. # # 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 "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection #Section "InputDevice" # Driver "wacom" # Identifier "pad" ## Option "Device" "/dev/input/wacom" # USB ONLY # Option "Device" "/dev/#ttyS0" # SERIAL ONLY # Option "Type" "pad" # Option "USB" "on" # USB ONLY #EndSection # Uncomment the following section if you you have a TabletPC that supports touch # Section "InputDevice" # Driver "wacom" # Identifier "touch" # Option "Device" "/dev/ttyS0" # SERIAL ONLY # Option "Device" "/dev/input/wacom" # USB ONLY # Option "Type" "touch" # Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY # Option "USB" "on" # USB ONLY # EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" # For non-LCD tablets only # InputDevice "pad" # For Intuos3/CintiqV5/Graphire4/Bamboo tablets # InputDevice "touch" "SendCoreEvents" # Only a few TabletPCs support this type EndSection Section "Device" Identifier "Configured Video Device" # Option "AccelMethod" "EXA" # Option "DRI" "true" Option "MigrationHeuristic" "smart" # Option "RenderAccel" "true" # Option "ExaNoComposite" "false" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection