| Summary: | Interaction between pen calibration via UDEV and kcm_tablet at the same time | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Loque <notafurry> |
| Component: | kcm_tablet | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | minor | CC: | aleixpol, josh |
| Priority: | NOR | ||
| Version First Reported In: | 6.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Loque
2025-03-01 17:23:40 UTC
Taking a quick look at the code, this is intentional. Those two calibration matrices are set at two different levels: * The one from udev replaces what is called the device's "default matrix" * The one from us replaces the devices "new matrix" We can't functionally tell at our layer whether or not that's the device's provided matrix, or the one you override in udev. I'm unsure if any device legitimately provides their own matrix or if it's always user-provided. But either way, I don't think there's any reason to change it right now. |