Skip to content

Instantly share code, notes, and snippets.

@tiagosr
Last active December 22, 2015 23:29
Show Gist options
  • Save tiagosr/6546667 to your computer and use it in GitHub Desktop.
Save tiagosr/6546667 to your computer and use it in GitHub Desktop.
Remove lag and visual feedback on Windows 8 Home edition with Wacom Bamboo tablets
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Cursors]
"GestureVisualization"=dword:00000000
"ContactVisualization"=dword:00000000
[HKEY_CURRENT_USER\Software\Policies\Microsoft\TabletPC]
"TurnOffPenFeedback"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\TabletPC]
"TurnOffPenFeedback"=dword:00000000
This is a mix of some guides I followed to successfully remove that annoying lag, along with that little circle that looks like something rippled on the screen when I touch the pen to the tablet.
Driver version is 5.3.2, and my system is Windows 64 Home.
- Apply (merge) the file bamboo-fix.reg to the registry.
- In Control Panel for "Pen and Touch" Press and Hold Right Click is checked and enabled. Set the speed to the Longest
possible setting and the duration to short. If you disable press and hold you will get lag dragging and scrolling,
selecting text, etc. (I don't know if it varies for each computer config or for each version of windows, as this worked fine on Win7)
- In the Tablet Properties, under options, I set side switch mode set to hover click.
Restart the system, and voilà (I hope)!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment