| Summary: | touch broken when resolution changed | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | kdebuac.rhn |
| Component: | input | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | duha.bugs, josh, madness742, nate, xaver.hugl |
| Priority: | NOR | ||
| Version First Reported In: | 6.2.4 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
kdebuac.rhn
2024-12-21 13:15:25 UTC
Calibration doesn't help, but the same KCM module has an option to work around the problem. Although it's not possible to set via the GUI. Edit .config/kcminputrc and alter the line: OutputArea=0,-0.08,1,1 As far as I can tell, negative offset is not posible through the GUI, but it still works. I'm afraid this is pretty hard to deal with - when you change the mode, we have pretty much no idea what the display will do with that. To handle this properly, we'll need to do the letter boxing ourselves instead of actually changing the mode. That is a better idea than just hoping the display and/or graphics driver do something sane, but it'll take some time, we currently don't have the infrastructure to do that. As a stopgap measure, manually adjusting the parameters would go a long way. The tablet KCM already has the necessary transformation matrix, but the GUI doesn't allow values in the range that fix it for me. Also, the calibration screen could take it into account. Touch doesn't have a calibration screen at all, which could be improved. |