Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wacom tablet detected as game controller #746

Closed
1 task done
IrvingBaez opened this issue Jul 29, 2024 · 3 comments
Closed
1 task done

Wacom tablet detected as game controller #746

IrvingBaez opened this issue Jul 29, 2024 · 3 comments
Labels
not libwacom Used to label a bug in the rest of the stack

Comments

@IrvingBaez
Copy link

  • Device name: Wacom Intuos S

  • Device model identifier: CTL-4100

  • libwacom version: 2.10.0-2

  • OS: Kubuntu 24.04

  • I understand that libwacom does affect whether the device works (see Troubleshooting)

Bug description

My Wacom tablet works fine, with pressure sensitivity and all features functioning properly. However, it is being detected as a game controller. As a result, I can't use the GUI to configure it.

image

This is despite being recognized by libwacom:

$ libwacom-list-local-devices
devices:
- name: 'Wacom Intuos S'
  bus: 'usb'
  vid: '0x056a'
  pid: '0x0374'
  nodes: 
  - /dev/input/event11: 'Wacom Intuos S Pen'
  - /dev/input/event12: 'Wacom Intuos S Pad'
@whot whot added the not libwacom Used to label a bug in the rest of the stack label Jul 30, 2024
Copy link

Hi, there. I'm a bot and have been asked to have a look at this.

libwacom is a bunch of text files with a C API, and the information in those text files
is static fixed information that we cannot get from the device (e.g. the model name or which
button will produce which event code). It does not affect functionality directly, if the
tablet does not work this is either an issue with the kernel drivers, xf86-input-wacom
(if using X) or libinput/the desktop environment (if using Wayland). Please file the
issue with the component that most likely applies.

See also https://github.com/linuxwacom/libwacom/wiki/Troubleshooting
See also https://github.com/linuxwacom/libwacom/wiki/Adding-a-new-device


This is an automated comment created by a bot. Responding to the bot or mentioning it won't have any effect.

@IrvingBaez
Copy link
Author

Thanks for pointing out this is not a libwacom related issue. I got confused with the description on the Project Page since my problem seemed to fit the "control panel does not recognize your tablet and provide appropriate options" case. The issue was actually on Kubuntu.

For anyone having a similar problem: I solved it by installing wacomtablet:

sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update
sudo apt install kde-config-tablet

And then just finding my tablet with:

kde_wacom_tabletfinder

@whot
Copy link
Member

whot commented Jul 30, 2024

yeah, unfortunately that documentation is a bit incomplete (we have too many pieces of docs floating around, and some of them are seriously stale). Glad you solved it though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not libwacom Used to label a bug in the rest of the stack
Projects
None yet
Development

No branches or pull requests

2 participants