ça semble marcher , bien que tres difficile pour dessiner avec encore
pix.nofrag.com/f/7/b/03c72216cba … e11f8.html
[code]laurent@debian64:~$ cat /etc/X11/xorg.conf
X Server Configuration file generated by kX Generator 0.3.7
© 2006 Tomasz Salacinski
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection
Section "Device"
Identifier "Nvidia GF 7600 GT"
Driver "nvidia"
BusID "PCI:5:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Nvidia GF 7600 GT"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option “Type” "stylus"
Option “USB” "on"
Option “Threshold” "10"
Option “Device” "/dev/input/mouse1"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option “Type” "eraser"
Option “USB” "on"
Option “Threshold” "10"
Option “Device” "/dev/input/mouse1"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option “Type” "cursor"
Option “USB” "on"
Option “Threshold” "10"
Option “Device” “/dev/input/mouse1”
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option “Device” "/dev/input/mouse1"
Option “Type” "pad"
Option “USB” "on"
EndSection
laurent@debian64:~$[/code]