Annexe 1

/etc/X11/xorg.conf

# 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    "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 "Monitor"
    Identifier "Configured Monitor"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Monitor         "Configured Monitor"
    Device          "Configured Video Device"
    SubSection "Display"
     Virtual   2304 800
    EndSubSection
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"

    Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
    Option        "Type"          "stylus"
    Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
    Option "PressCurve"     "50,0,100,50"   #Pour la pression sur le stylet, bon pour Gimp
et inkscape
    Option "Button2"        "3"   #Associe le bouton laterale du stylet avec le bouton
droit de la souris
    Option "Button1"        "1"   #Associe de pousser sur la pointe du stylet avec le
bouton gauche de la souris
EndSection
Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
    Option        "Type"          "eraser"
    Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
    Option "Button1"     "2"
EndSection
Section "InputDevice"

    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
    Option        "Type"          "cursor"
    Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
    Option "Button2"            "3"
    Option "Button1"            "1"

    #  Option        "Device"        "/dev/input/wacom" # USB ONLY?
    #  Option        "USB"           "on"               # USB ONLY
    #+++++++++++++ U. Ottawa encore++++++++++++++++++
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 "RandRRotation" "True" 
    # to allow xserver to rotate the screen
    Option "DRI" "False"              # to eliminate random behavior of the mouse and the windows
EndSection
 

Serveur en marche depuis 153 jours, 22 heures et 04 minutes