Personal stuff

# 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 "Device"
Identifier    "Configured Video Device"
EndSection
Section "Monitor"
Identifier    "Configured Monitor"
EndSection
Section "Screen"
Identifier    "Default Screen"
Monitor        "Configured Monitor"
Device        "Configured Video Device"
EndSection
#Section "InputDevice"
#       Identifier      "Configured Mouse"
#       Driver          "mouse"
#       name            "Mosart Wireless Mouse"
#       Option "Buttons" "7"
#       Option "ZAxisMapping" "6 7"
#       Option          "CorePointer"
#EndSection
Section "InputDevice"
Driver        "wacom"
Identifier    "stylus"
Option        "Device"        "/dev/input/wacom"  #USB ONLY?
#  Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
Option        "Type"          "stylus"
#  Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
Option        "USB"           "on"               # USB ONLY
EndSection
Section "InputDevice"
Driver        "wacom"
Identifier    "eraser"
Option        "Device"        "/dev/input/wacom" # USB ONLY?
# Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
Option        "Type"          "eraser"
#  Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
Option        "USB"           "on"               # USB ONLY
EndSection
Section "InputDevice"
Driver        "wacom"
Identifier    "cursor"
Option        "Device"        "/dev/input/wacom" # USB ONLY?
# Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
Option        "Type"          "cursor"
#  Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
Option        "USB"           "on"               # USB 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 "ServerFlags"
 Option  "DontZap"       "false"
EndSection

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.