Summary: | [genius tablet] Jagged line endings with pressure-size dynamics / pressure levels problem | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Storm Engineer <storm.anthro> |
Component: | Tablets (tablet issues are only very rarely bugs in Krita!) | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | 2.9 Beta | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Demonstration of jagged line endings |
Description
Storm Engineer
2015-01-08 22:28:18 UTC
Created attachment 90295 [details]
Demonstration of jagged line endings
Hi, Storm! Here i get quite ok lines: http://pbrd.co/1xLR7vD Could you please do two things: 1) Make a screenshot of the options you use (and a paintop preset name) 2) Generate a tablet event log for a single line like that https://answers.launchpad.net/krita-ru/+faq/2495 Then I could probably understand what is happening there. Git commit eec114f5071d455d076e04ed0e39a536af8e8f5c by Dmitry Kazakov. Committed on 19/01/2015 at 10:06. Pushed by dkazakov into branch 'calligra/2.9'. Add a workaround for broken Genius Tablet with partial pressure updates If you have lines like in bug 342641, please add the following line into your kritarc: workaroundX11SmoothPressureSteps=3 After that restart Krita and you'll see a message like: "WARNING: Workaround for broken tablet pressure reports is activated. Number of smeeth steps: 3" The problem should go after that. A +66 -0 krita/ui/input/wintab/kis_incremental_average.h [License: GPL (v2+)] M +22 -1 krita/ui/input/wintab/kis_tablet_support.h M +5 -0 krita/ui/kis_config.cc M +2 -0 krita/ui/kis_config.h M +14 -0 krita/ui/tests/kis_input_manager_test.cpp M +2 -0 krita/ui/tests/kis_input_manager_test.h http://commits.kde.org/calligra/eec114f5071d455d076e04ed0e39a536af8e8f5c This helps, but still didn't get rid of it completely, even after upping steps from 3 to 5. Actually I think this issue results from the fact that this tablet doesn't work properly under Linux/KDE in general, so perhaps it needs to be fixed on a system level first, and that may in fact fix the issues with Krita as well. Okay, then I think we can close this bug now. |