| Summary: | Relative mode inaccurate pen/cursor travel distance | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Daniel <mayazcherquoi> |
| Component: | kcm_wacomtablet | Assignee: | Valerii Malov <jazzvoid> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Daniel
2018-06-30 09:03:44 UTC
Seems like slowing down cursor movements in relative mode can be achieved by doing one of two things: * Setting "Device Accel Profile/Deceleration" properties * Mapping to a much larger area than actual tablet area Neither options are really currently supported by the KCM, but you can try setting them manually using xinput command. I'll probably add them in next version. However specifically achieving 1:1 movement across multiple screens is non-trivial, if not impossible. As far as I understand this would require different movement speed for the cursor depending on the screen it is on, because different screens may have different DPI, and X11 probably does not support that. (In reply to Valeriy Malov from comment #1) > Seems like slowing down cursor movements in relative mode can be achieved by > doing one of two things: > > * Setting "Device Accel Profile/Deceleration" properties > * Mapping to a much larger area than actual tablet area > > Neither options are really currently supported by the KCM, but you can try > setting them manually using xinput command. I'll probably add them in next > version. > > However specifically achieving 1:1 movement across multiple screens is > non-trivial, if not impossible. As far as I understand this would require > different movement speed for the cursor depending on the screen it is on, > because different screens may have different DPI, and X11 probably does not > support that. That's okay :-) If it can be locked to one screen (configurable) that's fine, because I never use the (Krita) drawing canvas across screens. I just need that 1:1 accuracy from tablet -> screen canvas (it would also be cool if there could be a fractional scaling modifier, too e.g. for a 0.9x or 1.1x scale to slow / speed up the cursor for precision drawing purposes). |