[Soc-2010-dev] intuos 4 on linux status report (fancy input devices)

Nicolas nicolas801511 at gmail.com
Thu Jun 24 14:33:50 CEST 2010


Hello! :)

I just read your interesting review [Soc-2010-dev] status report (fancy
input devices)<http://lists.blender.org/pipermail/soc-2010-dev/2010-June/000093.html>and
I am writing to tell you abo
ut Intuos 4  works on my compter GNU/Linux 2.6.34-gentoo and
x11-drivers/xf86-input-wacom , also maybe it is a patch you speak.
Here hoping not to be irrelevant.

Nicolas PASCAL
fr


/etc/X11/xorg.conf  ( section input device)

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Type"          "stylus"              # Stylet pointe
ecriture
  Option        "Device"        "/dev/input/wacom"    # Tablette USB
  Option        "USB"           "on"                  # Tablette USB
  #Option        "Device"        "/dev/ttyS0"          # Tablette SERIE
  #Option        "ForceDevice"   "ISDV4"               # Tablette PC ONLY

  # options maintenant gérées à travers xsetwacom
  Option        "Mode"         "absolute"            # Position sur la
tablette
  Option        "HistorySize"  "64"                  # Taille buffer
  Option        "Tilt"         "on"                  # Inclinaison
  Option        "TiltInvert"   "on"                  # Inversion de
l'inclinaison
  Option        "Threshold"    "5"                   # sensibilité à la
pression

EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Type"          "eraser"              # stylet pointe gomme
  Option        "Device"        "/dev/input/wacom"    # Tablette USB
  Option        "USB"           "on"                  # Tablette USB
  #Option        "Device"        "/dev/ttyS0"           # Tablette SERIE
  #Option        "ForceDevice"   "ISDV4"                 # Tablette PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Type"          "cursor"              # curseur souris
  Option        "Device"        "/dev/input/wacom"    # Tablette USB
  Option        "USB"           "on"                  # Tablette USB
  #Option        "Device"        "/dev/ttyS0"          # Tablette SERIE
  #Option        "ForceDevice"   "ISDV4"               # Tablette PC ONLY
EndSection

# Cette section est pour Intuos3, Cintiq 21UX, ou Graphire4 seulement

Section "InputDevice"
  Driver        "wacom"
  Identifier    "pad"
  Option        "Type"          "pad"
  Option        "Device"        "/dev/input/wacom"    # Tablette USB
  Option        "USB"           "on"                  # Tablette USB
  #Option        "Device"        "/dev/ttyS0"          # Tablette SERIE
  #Option        "ForceDevice"   "ISDV4"               # Tablette PC ONLY
EndSection
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/soc-2010-dev/attachments/20100624/a6bfae6d/attachment.htm 


More information about the Soc-2010-dev mailing list