-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Stylus dected #3
Comments
Can you see if you have Also, you can make the plug "forget" the stylus again by removing its cache with: This is the method that would need some debug lines inserted to try and find out where it was falling over with detecting the pen: switchboard-plug-wacom/src/Plug.vala Lines 116 to 154 in c8c0152
|
Actually, I've just had a thought. The plug relies on cursor motion triggered by pen motion to detect the pen. I guess since your tablet has its own screen, switchboard isn't on the same screen as where the pen is, so maybe it's not detected it because of that? |
Confirmed your intuition. |
Hm, not sure if there's anything we can technically do about that as I don't think switchboard will be able to pick up cursor events outside of its window. But we could certainly make the instructions clearer 😄 |
Tablet: Wacom Cintiq 13HD
Passive Wacom Stylus
The tablet connects and works properly, with the screen and orientation recognized.
Even if the stylus works, with its pressure and buttons, it doesn't seem to be recognized by the plug as the "Stylus" Tab always shows the "No Stylus Detected" view.
Do you need any more information? How can I help debugging this?
::UPDATE::
After changing the Tablet mapping from absolute to relative, the stylus is now recognized.
The text was updated successfully, but these errors were encountered: