[Solved] Wacom Intous
Inviato: ven 22 mag 2020, 15:20
Dopo essermi informato sulla compatibilità ne ho presa una, ma sulla mia Slack 14.2 x86-64 non c'è verso di farla funzionare. Kde cosi come Gimp non la vedono.
La prima cosa fatta è stato verificare la presenza del ile xf86-input-wacom ed installare i files libwacom e wacomtablet. Risultato...ninete.
Perciò poi ho tentato con la linea di comando usando xwacomconfig --list device, che ovviamente non visualizza nulla.
Quindi sono passato ad una verifica con dmesg e lsusb
Grazie.
La prima cosa fatta è stato verificare la presenza del ile xf86-input-wacom ed installare i files libwacom e wacomtablet. Risultato...ninete.
Perciò poi ho tentato con la linea di comando usando xwacomconfig --list device, che ovviamente non visualizza nulla.
Quindi sono passato ad una verifica con dmesg e lsusb
Leggendo sulle pagine di Ark si proponeva anche una configurazione statica manuale, quindi ho provato a modificare il file Xorg.cobash-4.3# lsusb
Bus 002 Device 005: ID 1c4f:0065 SiGma Micro
Bus 002 Device 004: ID 0b05:7774 ASUSTek Computer, Inc.
Bus 002 Device 006: ID 056a:0374 Wacom Co., Ltd
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 2232:1041 Silicon Motion
Bus 001 Device 005: ID 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
bash-4.3# dmesg | grep "wacom"
[ 146.235076] wacom 0003:056A:0374.0002: hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos S] on usb-0000:00:1d.0-1.1/input0
bash-4.3#
...inutile dire senza successo. Ora non so come cavolo fare. Altri metodi suggerivano la compilazione del kernel, che sinceramente non vorrei fare perchè non ne sono pratico, e manderei facilmente il pc in stall. Nel frattempo che attendo suggerimenti continuo nei tentativi.# my input wacom
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input0" # or the corresponding event?? for a static setup
Option "Type" "stylus"
Option "USB" "on" # USB ONLY
Option "Mode" "Relative" # other option: "Absolute"
Option "Vendor" "WACOM"
Option "tilt" "on" # add this if your tablet supports tilt
Option "Threshold" "5" # the official linuxwacom howto advises this line
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input0" # or the corresponding event?? for a static setup
Option "Type" "eraser"
Option "USB" "on" # USB ONLY
Option "Mode" "Relative" # other option: "Absolute"
Option "Vendor" "WACOM"
Option "tilt" "on" # add this if your tablet supports tilt
Option "Threshold" "5" # the official linuxwacom howto advises this line
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input0" # or the corresponding event?? for a static setup
Option "Type" "cursor"
Option "USB" "on" # USB ONLY
Option "Mode" "Relative" # other option: "Absolute"
Option "Vendor" "WACOM"
EndSection
Grazie.