Wacom Intuos graphics table
by Linpassion from LinuxQuestions.org on (#53T08)
Hi! I by this device to use unde Slack 14.2 x86-64, so when I plugged in by usb, KDE not recognize this.
I follow a first step: checking xf86-input-wacom and install libwacom, wacomtable without succes.
So I try by xwacomconfig --list device with the same result, than I check by dmsg and lsusb
Quote:
I see ARK page suggest too setup by stati on Xorg; I try to modify my Xorg.conf.vesa
Quote:


I follow a first step: checking xf86-input-wacom and install libwacom, wacomtable without succes.
So I try by xwacomconfig --list device with the same result, than I check by dmsg and lsusb
Quote:
bash-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 |
Quote:
# 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 So not work. Some people suggest to recompile kernel, bat I don't want in order to risk of deadlock of my pc. How do it to resolve, I don't want to change my distro because Wacom not work. |