You are not logged in.
Hello!
xsetwacom --set "Wacom Bamboo 16FG 6x8 Finger touch" Touch off
doesnt work since
xsetwacom --list devices
returns only stylus and eraser. Did i miss something or is it broken?
It used to work on my old pc but i can't say if it hasnt worked on laptop at all or it just got broken recently.
devices i get, just in case:
Wacom Bamboo 16FG 6x8 Pen stylus id: 12 type: STYLUS
Wacom Bamboo 16FG 6x8 Pen eraser id: 13 type: ERASER
laptop is Lenovo IdeaPad Y510p
tablet is wacom bamboo CTH-670
Last edited by gavlig (2014-09-23 21:17:36)
Offline
Did you check xinput? I never used a graphic tablet with gnu/linux, so it is a guess.
Offline
No, I didn't. "Finger" is actually there. But how do i turn it off?
xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Receiver id=14 [slave pointer (2)]
⎜ ↳ Logitech USB Receiver id=15 [slave pointer (2)]
⎜ ↳ ETPS/2 Elantech Touchpad id=18 [slave pointer (2)]
⎜ ↳ Wacom Bamboo 16FG 6x8 Finger id=12 [slave pointer (2)]
⎜ ↳ Wacom Bamboo 16FG 6x8 Pen stylus id=13 [slave pointer (2)]
⎜ ↳ Wacom Bamboo 16FG 6x8 Pen eraser id=19 [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)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Video Bus id=10 [slave keyboard (3)]
↳ Lenovo EasyCamera id=11 [slave keyboard (3)]
↳ Ideapad extra buttons id=16 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=17 [slave keyboard (3)]
Offline
ok,
xinput set-prop 12 "Device Enabled" 0
did the trick. But that seems to be a workaround, doesn't it?
Offline
How so?
xinput - utility to configure and test X input devices
Do you expect the extra software that handles the tablet to do that? Maybe it is possible, check manuals and the packages content.
Offline
Well, i thought xsetwacom should do that. Ok, it is solved then.
Offline
Please mark the thread as solved.
Offline