First, I am not overly proficient with cli as of yet.
A portion of the “dmesg” readout is as follows:
1894.432248] input: Wacom Bamboo 16FG 4x5 Pen as /devices/pci0000:00/0000:00:06.0/usb4/4-2/4-2:1.0/input/input13
1894.441240] input: Wacom Bamboo 16FG 4x5 Finger as /devices/pci0000:00/0000:00:06.0/usb4/4-2/4-2:1.1/input/input14
The question, is there a way to disable the “Finger” part?
Thank you kindly,
On Fri, 02 Jan 2015 19:56:02 +0000, Scorpa54 wrote:
> First, I am not overly proficient with cli as of yet.
> A portion of the “dmesg” readout is as follows:
>
> 1894.432248] input: Wacom Bamboo 16FG 4x5 Pen as
> /devices/pci0000:00/0000:00:06.0/usb4/4-2/4-2:1.0/input/input13
> 1894.441240] input: Wacom Bamboo 16FG 4x5 Finger as
> /devices/pci0000:00/0000:00:06.0/usb4/4-2/4-2:1.1/input/input14
>
> The question, is there a way to disable the “Finger” part? Thank you
> kindly,
I ran across this with a quick Google search:
http://eastasiastudent.net/study/linux-wacom-bamboo-touch-disable
Perhaps that helps?
Jim
–
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C
That was just too easy!
Thanks Jim
Spoke too soon, not a permanent solution. Have to disable on every boot. Sigh!
Set it up in a bootup script
Got the little beast.
Edit /usr/share/X11/xorg.conf.d/50-wacom.conf and add “Option “Touch” “off”” to each group. Works like a charm.
Although 50-wacom.config wasn’t in that folder on my machine.