Scrolling with a touchscreen 14.04
I am having trouble configuring the touchscreen on my Asus n550jv to scroll with one finger in web browsers, office applications, etc on Ubuntu 14.04. Oddly, scrolling works in the settings apps and a handful of other preinstalled apps.
Any suggestions?
Solution 1:
there is a help page on Ubuntu about this: https://wiki.ubuntu.com/Multitouch
Try --touch-devices
in the command line parameters.
Determine X's input device id in a console by
xinput list
leading to:
google-chrome --touch-devices=10
source: Chrome + Touchscreen + Unity (14.04)