#1 Le 28/12/2024, à 12:30
- Saturnin51
[RESOLU]Configuration des 4 boutons Wacom Intuos S
Bonjour,
je viens de m'équiper de cette tablette. J'ai lu le wiki d'installation de ce matériel, mais je n'arrive pas à configurer les 4 boutons disponible avec la commande xsetwacom.
Les ID du stylo et de la tablette sont 9 et 10. Comment connaître déjà l'affectation courante des touches ? Ensuite comment configurer la première touche à gauche et la dernière à droite comme Scroll Up - Scroll Down ?
Merci d'avance.
Dernière modification par Saturnin51 (Le 28/12/2024, à 20:09)
Hors ligne
#2 Le 28/12/2024, à 12:33
- xubu1957
Re : [RESOLU]Configuration des 4 boutons Wacom Intuos S
Bonjour,
Montre, en te servant du Retour utilisable de commande :
lsusb
pour avoir la référence du modèle, et chercher dans les forums.
Montre, pour les aidants :
dpkg -l | grep wacom
dpkg -l | grep xserver-xorg-input-wacom
xsetwacom --list parameters
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#3 Le 28/12/2024, à 15:05
- Saturnin51
Re : [RESOLU]Configuration des 4 boutons Wacom Intuos S
robert@robert-M11AD:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 056a:0374 Wacom Co., Ltd CTL-4100 [Intuos (S)]
Bus 003 Device 003: ID 04b8:11af Seiko Epson Corp. XP-3200 Series
Bus 003 Device 004: ID 05e3:0606 Genesys Logic, Inc. USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub
Bus 003 Device 005: ID 13d3:3414 IMC Networks Bluetooth Radio
Bus 003 Device 006: ID 1908:2310 GEMBIRD USB2.0 PC CAMERA
Bus 003 Device 007: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 003 Device 008: ID 04ca:0020 Lite-On Technology Corp. USB Keyboard
Bus 003 Device 009: ID 2013:0245 PCTV Systems PCTV 73ESE
Bus 003 Device 010: ID 046d:c077 Logitech, Inc. Mouse
Bus 003 Device 011: ID 1058:0910 Western Digital Technologies, Inc. My Book Essential Edition (Green Ring) (WDG1U)
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
robert@robert-M11AD:~$
robert@robert-M11AD:~$ dpkg -l | grep xserver-xorg-input-wacom
ii xserver-xorg-input-wacom 1:1.2.0-1ubuntu2 amd64 X.Org X server -- Wacom input driver
robert@robert-M11AD:~
robert@robert-M11AD:~$ dpkg -l | grep wacom
ii libwacom-bin 2.10.0-2 amd64 Wacom model feature query library -- binaries
ii libwacom-common 2.10.0-2 all Wacom model feature query library (common files)
ii libwacom9:amd64 2.10.0-2 amd64 Wacom model feature query library
ii xserver-xorg-input-wacom 1:1.2.0-1ubuntu2 amd64 X.Org X server -- Wacom input driver
robert@robert-M11AD:~$
robert@robert-M11AD:~$ xsetwacom --list parameters
Area - Valid tablet area in device coordinates.
Button - X11 event to which the given button should be mapped.
ToolDebugLevel - Level of debugging trace for individual tools (default is 0 [off]).
TabletDebugLevel - Level of debugging statements applied to shared code paths between all tools associated with the same tablet (default is 0 [off]).
Suppress - Number of points trimmed (default is 2).
RawSample - Number of raw data used to filter the points (default is 4).
PressureCurve - Bezier curve for pressure (default is 0 0 100 100 [linear]).
Mode - Switches cursor movement mode (default is absolute).
TabletPCButton - Turns on/off Tablet PC buttons (default is off for regular tablets, on for Tablet PC).
Touch - Turns on/off Touch events (default is on).
HWTouchSwitchState - Touch events turned on/off by hardware switch.
Gesture - Turns on/off multi-touch gesture events (default is on).
ZoomDistance - Minimum distance for a zoom gesture (default is 50).
ScrollDistance - Minimum motion before sending a scroll gesture (default is 20).
TapTime - Minimum time between taps for a right click (default is 250).
CursorProximity - Sets cursor distance for proximity-out in distance from the tablet (default is 10 for Intuos series, 42 for Graphire series).
Rotate - Sets the rotation of the tablet. Values = none, cw, ccw, half (default is none).
RelWheelUp - X11 event to which relative wheel up should be mapped.
RelWheelDown - X11 event to which relative wheel down should be mapped.
AbsWheelUp - X11 event to which absolute wheel up should be mapped.
AbsWheelDown - X11 event to which absolute wheel down should be mapped.
AbsWheel2Up - X11 event to which absolute wheel up should be mapped.
AbsWheel2Down - X11 event to which absolute wheel down should be mapped.
StripLeftUp - X11 event to which left strip up should be mapped.
StripLeftDown - X11 event to which left strip down should be mapped.
StripRightUp - X11 event to which right strip up should be mapped.
StripRightDown - X11 event to which right strip down should be mapped.
Threshold - Sets tip/eraser pressure threshold (default is 27).
ResetArea - Resets the bounding coordinates to default in tablet units.
ToolType - Returns the tool type of the associated device.
ToolSerial - Returns the serial number of the current device in proximity.
ToolID - Returns the tool ID of the current tool in proximity.
ToolSerialPrevious - Returns the serial number of the previous device in proximity.
BindToSerial - Binds this device to the serial number.
TabletID - Returns the tablet ID of the associated device.
PressureRecalibration - Turns on/off Tablet pressure recalibration
PanScrollThreshold - Adjusts distance required for pan actions to generate a scroll event
MapToOutput - Map the device to the given output.
all - Get value for all parameters.
robert@robert-M11AD:~$
Hors ligne
#4 Le 28/12/2024, à 15:30
- xubu1957
Re : [RESOLU]Configuration des 4 boutons Wacom Intuos S
xinput list
donne des infos ?
et aussi :
xsetwacom --list devices
> [SOLVED] Wacom tablet works but graphical interface will not launch
Dernière modification par xubu1957 (Le 28/12/2024, à 15:54)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#5 Le 28/12/2024, à 19:18
- Saturnin51
Re : [RESOLU]Configuration des 4 boutons Wacom Intuos S
robert@robert-M11AD:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Pinnacle PCTV 73e SE id=8 [slave pointer (2)]
⎜ ↳ Logitech USB Optical Mouse id=15 [slave pointer (2)]
⎜ ↳ Wacom Intuos S Pen stylus id=9 [slave pointer (2)]
⎜ ↳ Wacom Intuos S Pad pad id=10 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ USB2.0 PC CAMERA: USB2.0 PC CAM id=11 [slave keyboard (3)]
↳ LITEON Technology USB Keyboard id=12 [slave keyboard (3)]
↳ LITEON Technology USB Keyboard System Control id=13 [slave keyboard (3)]
↳ LITEON Technology USB Keyboard Consumer Control id=14 [slave keyboard (3)]
↳ Eee PC WMI hotkeys id=16 [slave keyboard (3)]
↳ Pinnacle PCTV 73e SE id=17 [slave keyboard (3)]
robert@robert-M11AD:~$
robert@robert-M11AD:~$ xsetwacom --list devices
Wacom Intuos S Pen stylus id: 9 type: STYLUS
Wacom Intuos S Pad pad id: 10 type: PAD
robert@robert-M11AD:~$
Hors ligne
#6 Le 28/12/2024, à 19:33
- xubu1957
Re : [RESOLU]Configuration des 4 boutons Wacom Intuos S
Je ne sais pas aider plus et maintenant que Nuliel est absent du forum, il manque un spécialiste des tablettes.
Dernière modification par xubu1957 (Le 28/12/2024, à 20:17)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#7 Le 28/12/2024, à 20:07
- Saturnin51
Re : [RESOLU]Configuration des 4 boutons Wacom Intuos S
En fouillant sur le net j'ai fini par trouver comment programmer les touches de la tablette Wacom Intuos S, https://www.linux-magazine.com/Issues/2 … /xsetwacom:
Les boutons sont numérotés de gauche à droite: 1-2-3-8
xsetwacom --set 10 Button 1 'key PgUp'
xsetwacom --set 10 Button 8 'key PgDn'
10 est l'ID du matériel, PgUp et PgDn sont donnés par --list devices.
Il n'y a plus qu'à écrire un script à mettre dans le démarrage, car ces commandes ne sont pas pérennes.
Merci pour ton aide.
Dernière modification par Saturnin51 (Le 28/12/2024, à 20:58)
Hors ligne