Summary: | Incorrect hardware button mapping for Express Keys - Wacom Intuos BT S | ||
---|---|---|---|
Product: | [Unmaintained] wacomtablet | Reporter: | Ian <letourneau.ian> |
Component: | general | Assignee: | Valerii Malov <jazzvoid> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | milas.robin |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/wacomtablet/fcb003a2525e659dd9f936743ac23d6defa1e729 | Version Fixed In: | |
Sentry Crash Report: |
Description
Ian
2019-03-18 02:28:10 UTC
Hi, could you please share: * USB ID of your tablet. Run "lsusb | grep Wacom" and share the output. * Version of libwacom library installed in the system I've had the same trouble. However I'm not able to reproduce anymore :/ (Only happened the first time, no update between) I've got however another strange problem maybe linked to that. In the configuration interface when I bind my express key it says 1->1 2->3 3->2 4->8 However when I log again and configure Button 1 -> A Button 2 -> B Button 3 -> C Button 4 -> D My button 2 and 3 are inverted Configuration: "lsusb | grep Wacom" -> "Bus 001 Device 006: ID 056a:0376 Wacom Co., Ltd". libwacom2-0.29-1 I'm checking libwacom database and according to https://github.com/linuxwacom/libwacom/commit/e19147988aed8d42de72e980e6d47d4b6f473044 056a:0376 doesn't have unusual button mapping, i.e. buttons *should* be 1/2/3/4, so detecting express key 4 as hw button 8 might be an error on tabletfinder part (or previous mapping setting interfering with it). Can you update libwacom to 0.30 or newer via package manager and remove your ~/.config/tabletdblocalrc file? This *should* provide correct mapping out of the box, without the need for tabletfinder. I'm sorry but I'm unable to try the latest version of libwacom with KDE. Under KDE neon a lot of package depend upon 0.29 installing 0.32 by forcing broke my X Server. I was able to run Kubuntu 19.04 beta :/ *And I wasn't able to run Kubuntu 19.04 beta :/ Kubuntu 19.04 is now released, could you re-test? I finally arrived (VM was my only way) to launch Kubuntu 19.04 The result is the same but preconfigured. I mean that by only connecting the tablet and binding key 1234 to corresponding numbers. I get 1_24 when pressing button from left to right. Hi, could you please test the following device description [0376] model=CTL-4100WL name=Wacom Intuos BT S padbuttons=4 wheel=no touchring=no touchstripl=no touchstripr=no hwbutton1=1 hwbutton2=2 hwbutton3=3 hwbutton4=8 To do so you have put this in a file ~/.config/tabletdblocalrc, e.g. open it any text editor you use $ kate ~/.config/tabletdblocalrc and paste the content above into the file. If you already have a section for [0376], replace it with the content above. Then restart wacom service it via System Settings -> Startup and Shutdown -> Background Services -> Wacom Tablet and click Stop and then Start (or just re-login into Plasma session). It fix the problem However I think it wouold be great that every user of this kind of tablet doesn't have to do that. Git commit fcb003a2525e659dd9f936743ac23d6defa1e729 by Valerii Malov. Committed on 27/06/2019 at 16:31. Pushed by valeriymalov into branch 'master'. Add mapping for Wacom Intuos BT S Based on the mappings provided by Stefano Guidoni for larger tablets M +14 -0 data/wacom_devicelist https://commits.kde.org/wacomtablet/fcb003a2525e659dd9f936743ac23d6defa1e729 |