J'ai à ma disposition les matériels/logiciels suivants :
- Mandrake 10.1 x86 (Kernel 2.6.8.1 + Xorg 6.7.0)
- Tablette Wacom Intuos (RS232)
- GIMP 2.0.4
Dans mon /etc/X11/xorg.conf, j'ai ajouté les lignes suivantes:
----------------------------------------------------
Section "ServerLayout"
[...]
InputDevice "Pen1" "AlwaysCore"
InputDevice "Eraser1" "AlwaysCore"
InputDevice "Cursor1" "AlwaysCore"
Screen "screen1"
EndSection
# Settings for wacom pen
Section "InputDevice"
Identifier "Pen1"
Driver "wacom"
Option "Type" "stylus"
Option "Device" "/dev/ttyS0"
Endsection
# Settings for wacom eraser
Section "InputDevice"
Identifier "Eraser1"
Driver "wacom"
Option (…)