4

I have a Wacom Touch and using it with Debian. It works fine except the the double finger scrolling is the reverse of what I prefer. Is there a way to change the direction of the Wacom Touch two finger scroll on Debian?

As far as I know there is no gui app for Wacom on Linux so I used xsetwacom to query some variables associated with the device however I did not spot anything I am able to use.

thanks

Hennes
  • 65,804
  • 7
  • 115
  • 169
yarun can
  • 1,060

2 Answers2

1

For a Mac go into system preferences, click on the Warcom Tablet icon at the bottom of the screen. Under tool - press Touch, change scroll to "standard"

Jane
  • 11
0

The linuxwacom issue tracker has an open request to add this feature: https://github.com/linuxwacom/xf86-input-wacom/issues/28. As per the issue, a temporary workaround is to add a configuration file that causes the Wacom touchpad to be handled by the xf86-input-libinput driver instead. Afterwards, you should be able to configure the scroll direction in the same way as any other touchpad (e.g. through the GNOME Control Center, or with the Option "NaturalScrolling" "true" xorg.conf.d option)

jigpu
  • 101