| Summary: | ELAN2514 04F3:2B05 :: module not loaded on OpenSUSE kernel 5.11.15 | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Richard Gomes <rgomes.info> |
| Component: | kcm_wacomtablet | Assignee: | Valerii Malov <jazzvoid> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Richard Gomes
2021-04-28 20:34:15 UTC
I inform that the difficulty can be circumvented by forcing X11 to employ the wacom module, as shown below. More info at: https://github.com/linuxwacom/xf86-input-wacom/issues/175 file: /etc/X11/xorg.conf.d/90-wacom-override.conf ------------------------------------------------- Section "InputClass" Identifier "Wacom driver override" MatchProduct "ELAN2514:00 04F3:2B05" MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection Full configuration which is known to work fine: https://gist.github.com/frgomes/58a6a7bc57cfbb9c77fcd46774811c9d |