Git Product home page Git Product logo

Comments (8)

thenickdude avatar thenickdude commented on July 18, 2024 2

@isaydesign I can replicate your problem here now too.

My Bamboo touch support was working perfectly after upgrading to Big Sur, but when I removed ConsumerTouchDriver's permission from the Accessibility section, re-adding it and rebooting didn't bring it back to working again.

I'll see if I can figure this out...

EDIT: It turns out that on a Big Sur machine with System Integrity Protection disabled, you can fix the permission issue with the touch support by running these commands:

sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db 'UPDATE access SET auth_value = 2 WHERE client = "com.wacom.ConsumerTouchDriver" AND service = "kTCCServicePostEvent";'
launchctl unload /Library/LaunchAgents/com.wacom.pentablet.plist
launchctl load /Library/LaunchAgents/com.wacom.pentablet.plist

Now I have to figure out how to do this without disabling SIP, since disabling SIP is both difficult and a bad idea.

from wacom-driver-fix.

isaydesign avatar isaydesign commented on July 18, 2024 1

@thenickdude just to let you know it works perfectly. Thanks!

from wacom-driver-fix.

thenickdude avatar thenickdude commented on July 18, 2024

When you say the tablet registers the inputs, do they appear in the Wacom tablet preferences if you hold the alt key and click the About button to bring up the tablet diagnostics page? Normally you can see the X and Y coordinates and the pressure changing here as you move the pen.

from wacom-driver-fix.

isaydesign avatar isaydesign commented on July 18, 2024

I have a Touch-enabled Bamboo tablet (CTH-470/K) and everything's fine on Big Sur except for touch input, it doesn't register. Using a tool like Affinity Designer for digital painting, I lost the hability to rotate and zoom the canvas with my fingers, which is super useful. On Catalina everything worked great with your fix.

from wacom-driver-fix.

isaydesign avatar isaydesign commented on July 18, 2024

Update: turns out it does register, but nothing happens. I get readings on all types of touches, and the 3&4 finger gestures work. BUT the cursor doesn't move, and although the icons that indicate zoom and rotation appear, the rotation and zoom don't actually occur.

Screenshot 2020-11-18 at 12 32 38

Screenshot 2020-11-18 at 12 36 01

Screenshot 2020-11-18 at 12 36 45

from wacom-driver-fix.

isaydesign avatar isaydesign commented on July 18, 2024

@thenickdude thanks in advance for your effort.

from wacom-driver-fix.

thenickdude avatar thenickdude commented on July 18, 2024

@isaydesign please try out this new version for me, I believe it fixes touch support on Big Sur now:

https://github.com/thenickdude/wacom-driver-fix/releases/tag/patch-8

(After installing it you'll need to remove ConsumerTouchDriver from the Accessibility list and reboot I think)

from wacom-driver-fix.

m-thld avatar m-thld commented on July 18, 2024

Hi there @thenickdude , and thanks for your patch ! I went from no tablet working to a tablet that Big Sur finally reckon, but only with the touch ! Just like @TheElectroclassics. In the about section the X and Y is moving when using the pen, but nothing happens on the screen.
Any idea how to fix this ?

from wacom-driver-fix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.