-
Notifications
You must be signed in to change notification settings - Fork 36
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
Lenovo ThinkPad X1 Yoga Gen 7 (Wacom HID 5309) #353
Comments
Okay, I having read in the libwacom documentation it should be sufficient to change an existing I propose the creation of a file called
EDIT: Fixed VID hex to be lowercase. Needed to pass testing of libwacom as mentioned in my latest comment. |
I was able to install my
The device is now also displayed in gnome settings and can be configured there. I call this a success and will create a pull request next! EDIT: It looks like button 1 can not be configured. I select 'Right Mouse Button Click' but it still behaves like a middle click (as is default in my Fedora 39 install...). EDIT2: In an X.org session the button configuration works fine! I guess it has something to do with |
According to the discussion in #279 and the related pull request #280, running Here is my sysinfo generated in an X.org session (after temporarily removing the custom There is still no EDIT: Since there is already an open pull request #256 for 'Lenovo ThinkPad X1 Yoga Gen 7' with a 4k screen, I'll call mine 'Lenovo ThinkPad X1 Yoga Gen 7 (Version A)' to avoid any conflicts. |
Please ignore the previous commits on my fork with the typos. I should have worn my glasses. A coffee wouldn't have hurt either lol. |
Compiling and testing libwacom revealed that the vendor id (VID) hex needs to be lowercase. So in EDIT: This has been fixed in my pull requests here (#355) and over at linuxwacom/libwacom#626 |
Continuing to add device definitions from wacom-hid-descriptors. Corrects X/Y dimensions for wacom-isdv4-5309.tablet HID data: - linuxwacom/wacom-hid-descriptors#358 - linuxwacom/wacom-hid-descriptors#366 - linuxwacom/wacom-hid-descriptors#359 - linuxwacom/wacom-hid-descriptors#374 - linuxwacom/wacom-hid-descriptors#371 - linuxwacom/wacom-hid-descriptors#369 - linuxwacom/wacom-hid-descriptors#353 - linuxwacom/wacom-hid-descriptors#345 - linuxwacom/wacom-hid-descriptors#373 - linuxwacom/wacom-hid-descriptors#365
Continuing to add device definitions from wacom-hid-descriptors. - Corrects X/Y dimensions for wacom-isdv4-5309.tablet. - Replaces wacom-hid-52c6.tablet with wacom-isdv4-52c6.tablet that has corrected dimensions. - Replaces wacom-hid-52EB-pen.tablet with wacom-isdv4-52eb.tablet that has additional metadata. HID data: - linuxwacom/wacom-hid-descriptors#358 - linuxwacom/wacom-hid-descriptors#366 - linuxwacom/wacom-hid-descriptors#359 - linuxwacom/wacom-hid-descriptors#374 - linuxwacom/wacom-hid-descriptors#371 - linuxwacom/wacom-hid-descriptors#369 - linuxwacom/wacom-hid-descriptors#353 - linuxwacom/wacom-hid-descriptors#345 - linuxwacom/wacom-hid-descriptors#373 - linuxwacom/wacom-hid-descriptors#365
Continuing to add device definitions from wacom-hid-descriptors. - Corrects X/Y dimensions for wacom-isdv4-5309.tablet. - Replaces wacom-hid-52c6.tablet with wacom-isdv4-52c6.tablet that has corrected dimensions. - Replaces wacom-hid-52EB-pen.tablet with wacom-isdv4-52eb.tablet that has additional metadata. HID data: - linuxwacom/wacom-hid-descriptors#358 - linuxwacom/wacom-hid-descriptors#366 - linuxwacom/wacom-hid-descriptors#359 - linuxwacom/wacom-hid-descriptors#374 - linuxwacom/wacom-hid-descriptors#371 - linuxwacom/wacom-hid-descriptors#369 - linuxwacom/wacom-hid-descriptors#353 - linuxwacom/wacom-hid-descriptors#345 - linuxwacom/wacom-hid-descriptors#373 - linuxwacom/wacom-hid-descriptors#365
Here is the sysinfo of my X1 Yoga Gen 7 with 1080p screen:
sysinfo.up1aDlcShX.tar.gzEDIT: The sysinfo above was created under Wayland. I created another one under X.org (see comment): sysinfo.Vy5OTYeU2H.tar.gz
My device reports the devices 'Wacom HID 5309 Pen' and 'Wacom HID 5309 Finger' in the output of
# libinput list-devices
. This number is different from the 'Wacom HID 52B5', reported in issue #255.Sadly I cannot generate a
.tablet
-file from this viascripts/git-update.sh
. It's simply missing in the generated files. Because I'm on Wayland I installedxinput
andxrandr
in the hopes their output would help fix this but it didn't. Maybe I'll try it manually from the information generated.The text was updated successfully, but these errors were encountered: