'tilt=disabled' sur tablette wacom
Complément d'information avec wacdump
wacdump /dev/input/event1
> MODEL=Wacom Intuos3 12x19 ROM=1.0-5
> CLS=USB VNDR=Wacom DEV=Intuos3 SUB=PTZ-1231W
>
>
>
>
> TOOLTYPE=NONE SERIAL=0x00000000
> IN_PROX=out BUTTON=+00000 (+00000 .. +00000)
> POS_X=+00000 (+00000 .. +97536) POS_Y=+00000 (+00000 .. +60960)
> ROT_Z=+00000 (-00900 .. +00899) DISTANCE=+00000 (+00000 .. +00015)
> PRESSURE=+00000 (+00000 .. +01023) TILT_X=+00000 (+00000 .. +00127)
> TILT_Y=+00000 (+00000 .. +00127) ABSWHEEL=+00000 (+00000 .. +01023)
> RELWHEEL=+00000 (-00001 .. +00001) THROTTLE=+00000 (-01023 .. +01023)
>
> LEFT= MIDDLE= RIGHT= EXTRA=
> SIDE= TOUCH= STYLUS= STYLUS2=
> BT0= BT1= BT2= BT3=
> BT4= BT5= BT6= BT7=
> BT8= BT9= BT10= BT11=
> BT12= BT13= BT14= BT15=
> BT16= BT17= BT18= BT19=
> BT20= BT21= BT22= BT23=
>
Bonjour à tous
Je ne peux obtenir la fonction inclinaison (épaisseur du trait) du
stylet sur une tablette Wacom Intuos3 A3.
Alors, si quelqu'un a une idée, merci d'avance.
Jer
système Debian Etch
noyau debian 2.6.18.dfsg.1-11 compilé depuis les sources
driver linuxwacom-0.7.6-4 compilé depuis les sources
J'ai été obligé d'installer le paquet xserver-xorg-input-wacom-0.7.4.1-5
pour obtenir les fichiers
/usr
/usr/lib
/usr/lib/xorg
/usr/lib/xorg/modules
/usr/lib/xorg/modules/input
/usr/lib/xorg/modules/input/wacom_drv.so
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/check_driver.1.gz
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/xserver-xorg-input-wacom
/usr/share/doc
/usr/share/doc/xserver-xorg-input-wacom
/usr/share/doc/xserver-xorg-input-wacom/copyright
/usr/share/doc/xserver-xorg-input-wacom/changelog.Debian.gz
/lib
/lib/udev
/lib/udev/check_driver
/etc
/etc/udev
/etc/udev/rules.d
/etc/udev/xserver-xorg-input-wacom.rules
Mon xorg.conf :
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
# Option "Device" "/dev/input/mouse1"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
#
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Mode" "Absolute"
Option "Device" "/dev/input/event1" # USB ONLY
#Option "KeepShape" "on"
Option "Type" "stylus"
Option "USB" "on" # USB ONLY
Option "Tilt" "on"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Mode" "Absolute"
Option "Device" "/dev/input/event1" # USB ONLY
# Option "KeepShape" "on" # probleme zone travail décentrée
vers la gauche
Option "Type" "eraser"
Option "USB" "on" # USB ONLY
Option "Tilt" "on"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Mode" "Relative"
Option "Device" "/dev/input/event1" # USB ONLY
# Option "KeepShape" "on"
Option "Type" "cursor"
Option "USB" "on" # USB ONLY
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
# This section is for Intuos3, Cintiq 21UX, or Graphire4 only
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/event1" # USB ONLY
Option "Type" "pad"
Option "USB" "on" # USB ONLY
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Configured Mouse"
InputDevice "Generic Keyboard"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents" # For non-LCD
tablets only
Le log :
grep -i "wacom" /var/log/Xorg.0.log
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
(II) Wacom driver level: 47-0.7.4 $
(**) WACOM: suppress value is 2
(**) WACOM: suppress value is 2
(**) WACOM: suppress value is 2
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
stylus Wacom X driver grabbed event device
(==) Wacom using pressure threshold of 61 for button 1
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
(==) Wacom device "stylus" top X=0 top Y=0 bottom X=97536 bottom Y=60960
(==) Wacom device "eraser" top X=0 top Y=0 bottom X=97536 bottom Y=60960
(==) Wacom device "cursor" top X=0 top Y=0 bottom X=97536 bottom Y=60960
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
cursor Wacom X driver grabbed event device
(==) Wacom USB Intuos3 tablet speed=9600 maxX=97536 maxY=60960 maxZ=1023
resX=5080 resY=5080 suppress=2 tilt=disabled
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
Reply to: