8

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?

αғsнιη
  • 35,660
self.username
  • 81
  • 1
  • 1
  • 3
  • Related: http://forums.linuxmint.com/viewtopic.php?f=49&t=146708 – kenorb Jun 04 '14 at 15:34
  • For web, I'd recommend Chrome/Chromium, it works nicely with touch screens, you can even use gestures to go back to previous page etc. – m132 Jun 14 '14 at 09:44
  • I have Ubuntu 14.04 with Unity on Lenovo Flex 2. Seems that scrolling works in Chromium and it doesn't in Firefox. The solution for scrolling in FF is Grab nad Drag addon. Still, right click remains the biggest problem as it doesn't work. –  Dec 09 '14 at 17:36

1 Answers1

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)

BDRSuite
  • 3,156
  • 1
  • 12
  • 11