
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KDE 4 KCModule
This module implements a GUI for the Wacom Linux Drivers and extends it
with profile support to handle different button / pen layouts per profile.
For hardware support have a look at http://www.linuxwacom.sourceforge.net
Project Repository:
https://projects.kde.org/projects/extragear/base/wacomtablet
get the source with
git clone git://anongit.kde.org/wacomtablet
(K)Ubuntu 12.x & 13.04:
https://launchpad.net/~maret/+archive/wacom
OpenSUSE 12.2, 12.3 & Factory:
http://software.opensuse.org/download.html?project=home:Temar:wacom&package=kcm_tablet
4 years ago
+++++++++++++++++++++++++++
# v3.0.0~beta1
First kde frameworks 5 release
* port kded to kf5
* port plasma widget to qml widget
* ported KCM to kf5
* support xcb and x11_input
Thanks a lot to Michael Abrahams, Juan Palacios, Weng Xuetian, Stephan Frank
There are still some known issue with the tablet screen mapping and hotplugging with xcb.
+++++++++++++++++++++++++++
# v2.1.0
* Add support for Cintiq 22HD 18 buttons
* Add image for the Cintiq 13HD layout
* Update Wacom Intuos PT S Finger touch device db entry
* Update Intuous button layout
* Update Wacom INTUOS Pen Small CTH-480 db entry (030E)
* Add Wacom Intuos Pro L PTH-851 to db (0316)
* Allow to setup Stylus/Eraser Tip Mosue button (Left-Handed Mode)
* Update database. Add HUION, add Waltop again, install missing vendors
Note:
you must install a wacom-driver 0.20 or higher
See:
http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/xf86-input-wacom;a=summary
4 years ago
+++++++++++++++++++++++++++
# v3.0.0~beta1
First kde frameworks 5 release
* port kded to kf5
* port plasma widget to qml widget
* ported KCM to kf5
* support xcb and x11_input
Thanks a lot to Michael Abrahams, Juan Palacios, Weng Xuetian, Stephan Frank
There are still some known issue with the tablet screen mapping and hotplugging with xcb.
+++++++++++++++++++++++++++
# v2.1.0
* Add support for Cintiq 22HD 18 buttons
* Add image for the Cintiq 13HD layout
* Update Wacom Intuos PT S Finger touch device db entry
* Update Intuous button layout
* Update Wacom INTUOS Pen Small CTH-480 db entry (030E)
* Add Wacom Intuos Pro L PTH-851 to db (0316)
* Allow to setup Stylus/Eraser Tip Mosue button (Left-Handed Mode)
* Update database. Add HUION, add Waltop again, install missing vendors
Note:
you must install a wacom-driver 0.20 or higher
See:
http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/xf86-input-wacom;a=summary
JenyaYQ
6 years ago
Report
aku506
6 years ago
Report
Etric
6 years ago
In order to work properly it needs the kde deamon, so this won't work outside of the KDE enviroment.
Report
urlwolf
6 years ago
Second. I have two tablets, settings apply to only one. Wacom bamboo 2nd and 3rd gen, plugged together.
♪ xsetwacom --list
Wacom Bamboo 16FG 4x5 Pen stylus id: 13 type: STYLUS
Wacom Bamboo 16FG 4x5 Pen eraser id: 14 type: ERASER
Wacom Bamboo 16FG 4x5 Finger touch id: 15 type: TOUCH
Wacom Bamboo 16FG 4x5 Finger pad id: 20 type: PAD
Wacom Bamboo Pen Finger touch id: 21 type: TOUCH
Wacom Bamboo Pen Finger pad id: 26 type: PAD
Wacom Bamboo Pen Pen stylus id: 27 type: STYLUS
Wacom Bamboo Pen Pen eraser id: 28 type: ERASER
I'd love to fix this, but in the mean time, I'm very happy.
The only thing I want for the 2nd gen is to get 'hover click'. I can set it with xsetwacom, if I know what parameter that is... Do you know?
Report
perezmeyer
6 years ago
The change you made has enough merit to release 1.3.8, as it's a minor change.
Thanks, Lisandro.
Report
rugama
7 years ago
The function of the area to turn them touch works well, assigning excellent work functions pencil, eraser on the pen tip and excellent work, but ultimately you can not configure the buttons to assign actions or functions.
Report
Etric
6 years ago
sorry for the late answer.
Can you please
* deinstall the wacom kcm stuff
* start "xev" on the console
* point the mouse over the opened window
* press the button 1 on the tablet
* check which button gets reported in the console
* do the same with all other buttons
Now with the list of buttons
* now install the latest version again
Than you can change the file
/usr/share/kde4/apps/wacomtablet/data/wacom_devicelist
find you tablet in this list and change the lines
hwbutton1=1
hwbutton2=2
hwbutton3=3
hwbutton4=8
according to your observations.
Afterwards reconnect the tablet and everything should work again.
Please send me your changed lines so I can put it into git again
Report
anderslund
7 years ago
I bought a wacom bamboo tablet, and started using the kcm. First, thanks for developing this, it contains all the options I can think of, maybe except a testing area ;)
I have the following issues:
* I can set a shortcut for toggling the touch feature of my device, but I have to reapply the kcm when I reconnect the tablet.
* I can not get buttons to work. I tried to assign a shortcut and a modifier, to no avail. I do not understand what the "button" option does. Assigning a modifier, the text below the buggon reads "activate widget 21", and the choice is not remembered. Assigning a keystroke (eg "ctrl + z") looks fine, but it does not work, the keystroke is not sent.
If you would rather receive bug reports on bugs.kde.org, let me know :)
Report
Etric
7 years ago
yes please add this bug to bugs.kde.org. This helps to sort this kind of stuff out for the upcomming 2.0 release.
Both bugs should not happen.
Please also add to the bugreport which version you are running (1.3.6/1.3.7 or the newest 2.0 beta1)
For the "button" stuff.
If you set one of the Expresskeys to emit a "Button 1" signals thats exactly the kind of signals which is send via X11.
For a mouse Button 1 is a left click, button 2 is middle, button 3 is right click. You could this way around also set "Button 1" from teh tablet assign to any other program you wanna use.
Using keystrokes is on the other hand the mor natural choice to do. So we rather try to fix this :)
Report
anderslund
7 years ago
The shortcut for toggling the touch functionality now works (after restarting kde), except the setting does not stick after replugging the device.
I filed https://bugs.kde.org/show_bug.cgi?id=310670 for the button actions.
Report
anderslund
7 years ago
Report
AFowle
7 years ago
I don't understand the option to map expresskeys (buttons) to buttons instead of keystrokes. The manual says "emulates a general button event press" which does not leave me any wiser. Can anyone help please?
Report
Etric
7 years ago
The button/keystroke mapping works in the following way:
The Hardwarebuttons on your tablet can be mapped to "Button 1/ Button 2" etc and when you press them the xserver emits a signal that a "Button 1 click" happend. For a mouse Button 1 is a interpreted as left click, Button 2 is right click and so on. For the Keyboard/tablet the system sends a Button 1 event but no program knows what to do with it usually.
This means you need to tell your program to listen to Button4 if you press the hardware button 4 to make this work.
To make it easier you can also assign keystrokes instead of button events.
If you assign CTRL+C to your HardwareButton 4 and than the copy event is send by the xserver and this will work out of the box in any program, without the need to configure anything else.
Report
AFowle
7 years ago
opensuse 12.2 with updates to
kernel desktop 3.6.0-2.1,
kcm_tablet (1.3.6-1.1),
KDE 4.8.5 release 2,
xf86-input-wacom 0.15.0-2.1.2
The tablet works quite nicely without your applet but your applet does recognise the tablet and allow me some control of profiles etc. Some features, which of course work in Windows, do not work in Linux and I listed some in the comments in the listing. I need to add "gestures" to the list of missing bits. There is a table of these at http://www.wacomeng.com/windows. Some work in LibreOffice in Linux but not in Gimp and MyPaint where I really want them.
I have not yet worked out how Gimp should recognise the pad buttons.
The manual at
http://www.wacom.eu/_bib_user/dealer/man_int5_en.pdf
is useful for once.
I look forward to the new libWacom based version!
Report
AFowle
7 years ago
Wacom Wireless Receiver Pen stylus id: 8 type: STYLUS
Wacom Wireless Receiver Pen eraser id: 9 type: ERASER
Wacom Wireless Receiver Pen cursor id: 13 type: CURSOR
Wacom Wireless Receiver Pen pad id: 14 type: PAD
Wacom Wireless Receiver Finger touch id: 15 type: TOUCH
Wacom Wireless Receiver Pen stylus
==================================
Option "Area" "0 0 44704 27940"
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressureCurve" "0 0 100 100"
Option "Mode" "Absolute"
Option "TabletPCButton" "off"
Option "Touch" "off"
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "27"
Option "ToolType" "255"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "132"
Wacom Wireless Receiver Pen eraser
==================================
Option "Area" "0 0 44704 27940"
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressureCurve" "0 0 100 100"
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "off"
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "27"
Option "ToolType" "308"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "132"
Wacom Wireless Receiver Pen cursor
==================================
Option "Area" "0 0 44704 27940"
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Property 'Wacom Pressurecurve' does not exist on device.
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "off"
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Option "CursorProximity" "10"
Option "Rotate" "none"
Option "RelWheelUp" "1"
Option "RelWheelDown" "2"
Option "AbsWheelUp" "3"
Option "AbsWheelDown" "4"
Option "AbsWheel2Up" "5"
Option "AbsWheel2Down" "6"
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "27"
Option "ToolType" "8"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "132"
Wacom Wireless Receiver Pen pad
===============================
Property 'Wacom Tablet Area' does not exist on device.
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Property 'Wacom Pressurecurve' does not exist on device.
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "off"
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Option "RelWheelUp" "1"
Option "RelWheelDown" "2"
Option "AbsWheelUp" "3"
Option "AbsWheelDown" "4"
Option "AbsWheel2Up" "5"
Option "AbsWheel2Down" "6"
Option "StripLeftUp" "1"
Option "StripLeftDown" "2"
Option "StripRightUp" "3"
Option "StripRightDown" "4"
Option "Threshold" "27"
Option "ToolType" "313"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "132"
Wacom Wireless Receiver Finger touch
====================================
Option "Area" "0 0 4096 4096"
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressureCurve" "0 0 100 100"
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "on"
Option "Gesture" "on"
Option "ZoomDistance" "180"
Option "ScrollDistance" "80"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "0"
Option "ToolType" "280"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "132"
Wacom Intuos5 touch M Finger touch id: 16 type: TOUCH
Wacom Intuos5 touch M Pen stylus id: 17 type: STYLUS
Wacom Intuos5 touch M Pen eraser id: 18 type: ERASER
Wacom Intuos5 touch M Pen cursor id: 19 type: CURSOR
Wacom Intuos5 touch M Pen pad id: 20 type: PAD
Wacom Intuos5 touch M Finger touch
==================================
Option "Area" "0 0 4096 4096"
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressureCurve" "0 0 100 100"
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "on"
Option "Gesture" "on"
Option "ZoomDistance" "180"
Option "ScrollDistance" "80"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "0"
Option "ToolType" "280"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "39"
Wacom Intuos5 touch M Pen stylus
================================
Option "Area" "0 0 44704 27940"
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressureCurve" "0 0 100 100"
Option "Mode" "Absolute"
Option "TabletPCButton" "off"
Option "Touch" "off"
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "27"
Option "ToolType" "255"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "39"
Wacom Intuos5 touch M Pen eraser
================================
Option "Area" "0 0 44704 27940"
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressureCurve" "0 0 100 100"
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "off"
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property
'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "27"
Option "ToolType" "308"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "39"
Wacom Intuos5 touch M Pen cursor
================================
Option "Area" "0 0 44704 27940"
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Property 'Wacom Pressurecurve' does not exist on device.
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "off"
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Option "CursorProximity" "10"
Option "Rotate" "none"
Option "RelWheelUp" "1"
Option "RelWheelDown" "2"
Option "AbsWheelUp" "3"
Option "AbsWheelDown" "4"
Option "AbsWheel2Up" "5"
Option "AbsWheel2Down" "6"
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "27"
Option "ToolType" "8"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "39"
Wacom Intuos5 touch M Pen pad
=============================
Property 'Wacom Tablet Area' does not exist on device.
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Property 'Wacom Pressurecurve' does not exist on device.
Option "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
Option "Touch" "off"
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Option "RelWheelUp" "1"
Option "RelWheelDown" "2"
Option "AbsWheelUp" "3"
Option "AbsWheelDown" "4"
Option "AbsWheel2Up" "5"
Option "AbsWheel2Down" "6"
Option "StripLeftUp" "1"
Option "StripLeftDown" "2"
Option "StripRightUp" "3"
Option "StripRightDown" "4"
Option "Threshold" "27"
Option "ToolType" "313"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "39"
Report
AFowle
7 years ago
The comments reflect my remaining uncertainties on first attempt!
#AJF 2012-10-07
#NB
# (1) delete conflicting device [0027] in waltop file
# (2) Can't set profiles unless tablet recognised (which this manages)
#ToDo
# (1) Is model 650 or 650/K
# (2) Button mapping? Values returned from xsetwacom don't make much sense
# (3) Wheel or touchring? - Manual refers to touchring
# (4) Read battery status in wireless mode
# (5) Read / Set touchring status and its 4 modes (In windows allows 4 different actions for touchring eg scroll / pen size / zoom ...)
[0027]
model=PTH-650/K
layout=bl-4
name=Wacom Intuos5 touch M
padbuttons=9
wheel=no
touchring=yes
touchstripl=no
touchstripr=no
hwbutton1=1
hwbutton2=2
hwbutton3=3
hwbutton4=8
hwbutton5=9
hwbutton6=10
hwbutton7=11
hwbutton8=12
hwbutton9=13
[0084]
model=PTH-650/K Wireless
layout=bl-4
name=Wacom Intuos5 touch M with Wacom Wireless Receiver
padbuttons=9
wheel=no
touchring=yes
touchstripl=no
touchstripr=no
hwbutton1=1
hwbutton2=2
hwbutton3=3
hwbutton4=8
hwbutton5=9
hwbutton6=10
hwbutton7=11
hwbutton8=12
hwbutton9=13
Report
Etric
7 years ago
Your tablet can be conneted in 2 different ways? Via USB cable (0x27) and a wireles dongle (0x84) ?
The conflict with th ewaltop device should on the other hand not happen. There is a manufacturer detection available. But i nevertested it. As it seems there is a bug in there.
Currently the wacom config is rewritten to fix some remaining bugs and add support for libwacom and others to it (done by Alexander Maret-Huskinson)
We'll fix this bug in the new version than.
Report
Pflug
6 years ago
First of all: THANKS FOR YOUR EFFORTS!!
I had almost the same problem here with a:
"Intous5 S" S=small and has 2 buttons less than the M or bigger models.
When connected to USB it was first detected as
Waltop device 0x26.
So it looks like the Manufacturer detection still needs some work.
After renaming the "waltop_devicelist" to "waltop_devicelist.orig"
I added the following section [0026] in
/usr/share/kde4/apps/wacomtablet/data/wacom_devicelist
Note: the "layout=bl_7" and the "padbuttons=7"
[0026]
model=PTH-450
layout=bl_7
name=Wacom Intuos5 touch S 0x26
padbuttons=7
wheel=no
touchring=yes
touchstripl=no
touchstripr=no
hwbutton1=1
hwbutton2=2
hwbutton3=3
hwbutton4=8
hwbutton5=9
hwbutton6=10
hwbutton7=11
xsetwacom --list devices
Wacom Intuos5 touch S Pen stylus id: 8 type: STYLUS
Wacom Intuos5 touch S Pen eraser id: 9 type: ERASER
Wacom Intuos5 touch S Pen cursor id: 13 type: CURSOR
Wacom Intuos5 touch S Pen pad id: 14 type: PAD
Wacom Intuos5 touch S Finger touch id: 15 type: TOUCH
When connected via the Wacom wireless receiver it was (like the Intuos5 M )detected as:
xsetwacom --list devices
Wacom Wireless Receiver Finger touch id: 8 type: TOUCH
Wacom Wireless Receiver Pen stylus id: 9 type: STYLUS
Wacom Wireless Receiver Pen eraser id: 13 type: ERASER
Wacom Wireless Receiver Pen cursor id: 14 type: CURSOR
Wacom Wireless Receiver Pen pad id: 15 type: PAD
To reflect the "Intuos5 S" I changed the section [0084] to the same as section [0026]
This works for me at the moment, but
the wirless kit (according to Wacom ) can be used for Intuos5 and Bamboo Touchpads.
According to Wacom
http://uk.shop.wacom.eu/accessories/bamboo-cth-470k/wireless-kit-for-bamboo-und-intuos-5?c=86366
Please note: Compatible only with the following models:
Intuos5: PTH-450-XX, PTH-650-XX, PTH-850-XX
Bamboo: CTH-470K-xx*, CTH-470S-xx* und CTH-670S-xx*!
*(please replace "xx" with DE, EN, FR, IT, ES, NL, PL or RU)
I hope you can fix this for future releases.
Cheers, thanks and keep up the good work
Jürgen
Report
Etric
6 years ago
Regarding the wireless "problem" AFowle mentioned already, that the wirless adapter reports a different id for the connected tablet.
This means, detection the tablet correctly is out of my scope here.
yoY should get different tablet id when you connect your tablet and call
xsetwacom get Wacom Intuos5 touch S Pen pad" TabletID
Sadly the only "workaround" I know is to manually change the waom_device file. Some hopes are still left, there does exit a libWacom that is the future way to unify the tablet detection. Alex and I are going to adapt to this library in the future and thus remove our own tablet detection code. Hopefully this will resolve this issue "one day".
Report
AFowle
7 years ago
I have this tablet
http://www.wacom.eu/index2.asp?pid=8004
which has a USB connection. There are other models in the series which have different model codes. If you look at the bottom of the page you can see the optional wireless connection kit. To my surprise, xsetwacom reports a different device ID and name - it looks as if the wireless might report the same name for all the models when used this way, since there is no mention of the underlying tablet model.
Since my original post I have rewritten my wacom_devicelist file so that both modes have the same name - then your applet only needs the one set of profiles, for the two connection methods.
Report
AFowle
7 years ago
"layout=bl-4" should read "layout=bl_4" (underscore instead of dash)
Report
AFowle
7 years ago
Report
thebigheadedone
7 years ago
Report
Etric
7 years ago
Th question is, what exactly needs to be changed to make it left-handed friendly?
Report
ranjak
7 years ago
I'm using a Bamboo Pen CTL-470K on Kubuntu 12.04.
The tablet works fine out-of-the-box, but there are a few settings that I'd like to tweak so I installed your app (1.3.5 according to the package manager).
However I have an issue with it : I cannot configure anything. My tablet is recognized by the panel, but it keeps saying that "the default profile does not exist" and when I try to make a change and apply it, it says "the profile does not exist" and the change isn't applied. I've tried to create a new profile but it didn't work either.
What should I do ?
Thanks in advance.
Report