Questions tagged [multi-touch]

24 questions
6
votes
0 answers

Touchscreen is being recognized as a mouse in Arch Linux--how can I enable multi-touch with it and get it recognized as a touch screen?

I have a Lenovo Yoga 2 11" convertible laptop, and it has a touch screen that xinput tells me is: > xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave…
Jonathan
  • 1,210
  • 4
  • 23
  • 41
4
votes
0 answers

How to calibrate touch screen on Ubuntu 22.04?

We have a box connecting to a 20" vertical touch screen. When running Ubuntu 20.04 which runs X.org we used xinput_calibrator to calibrate the touch screen since it is vertical. However in Ubuntu 22.04 it by default runs Xwayland (which we found a…
Franklin
  • 69
  • 2
  • 5
4
votes
2 answers

Hot to disable 3 finger tap (Libinput)

I want to disable the paste action associated with the 3 finger tapping because it is not a behavior helpful for me and also somehow dangerous. Most of the post (for ex. this one) report either to: add TappingButtonMap to xorg.conf ( this option…
Francesco
  • 721
  • 1
  • 10
  • 19
4
votes
0 answers

Libinput 3 finger gestures

As I want to get 3-finger (or even 4-finger) gestures running under Gnome (Fedora 25, Xorg), I've installed the libinput drivers and libinput-gestures (https://github.com/bulletmark/libinput-gestures). When trying to debug why 3-finger swipes aren't…
Klumbe
  • 191
  • 2
  • 6
4
votes
0 answers

manipulate multiple windows simultaneously

this is probably a long shot but I've been pondering it for a while. I realize that the actual use-cases of this sort of interaction are quite sparse. The main uses I can think of would be moving multiple windows around at the same…
erp
  • 697
  • 2
  • 8
  • 16
4
votes
1 answer

Multi-touch gestures in GNOME 3.14

I'm trying out the GNOME 3.14 live ISO and I would like to test multi touch gestures as well as Wayland session. The promotional video shows multitouch gestures to zoom in and out, show the overwiev, switch workspaces etc. I've tried them but…
lviggiani
  • 3,549
  • 7
  • 35
  • 67
3
votes
0 answers

Ubuntu 18.04 with Multi-touch screen can't single click

The problem I have is that my touchscreen registers 2-3 mouse clicks per second when I tap the screen. It continues registering clicks if you hold your finger down. Rather than producing a single touch_down event, it produces a touch_down and…
Jeenge
  • 31
  • 2
3
votes
0 answers

multi-touch gestures on Thinkpad T61

I'm currently running elementaryOS Freya on my Thinkpad T61 and want to use multi-touch gestures. Out of the box I can use 2-finger swipes for scrolling (although it works rather badly with this OS). $ grep "TouchPad: buttons:"…
Grisu47
  • 131
  • 1
3
votes
0 answers

Deactivate the new native gesture support in GNOME 3.14

The new version 3.14 of the GNOME desktop now supports multitouch gestures natively. (see e.g. Multi-touch gestures in GNOME 3.14) How can I deactivate this feature? I would like to continue using my touchegg setup, where I can customize and assign…
alphanum
  • 821
  • 7
  • 9
2
votes
2 answers

Debian on MacBook Pro 11,4 (15" Retina) - TouchPad and WiFi

Thanks for reading this. I have a mid 2015 MacBook Pro, 15" Retina, the 11,4 model. I installed Debian Jessie, running kernel 3.16, on an external hard-drive and can boot into it. I only have two problems: I can use the mouse fine to point and click…
Roy
  • 21
  • 3
2
votes
1 answer

Configuring touch screen monitor

My brother recently bought a touch screen monitor Dell S2240T, I connected it to my laptop using HDMI interface. I'm using OpenSuse 13.2 with latest stable KDE4. Initially monitor display looks blurred, after manually setting monitor frequency to…
Sharique
  • 3,113
  • 3
  • 16
  • 8
2
votes
1 answer

Too many touchpads recognized: touchpad does not work

I just bought a new Dell Inspiron 7347 for my mother. It is supported officially by Ubuntu 12.04 LTS so I guessed that Linux would go nicely on it. Well. I installed Mint 17 KDE (based on Ubuntu 14.04 LTS), which comes with kernel 3.13.0. The…
AF7
  • 790
  • 1
  • 7
  • 19
2
votes
1 answer

Propagate multi touch events to applications

My aim is to use standard libraries to recognize gestures and use those events with Java 8. I know there is a gesture recognition stack for Ubuntu (grail, geis), but I didn’t understand yet, how to bring it all together. I'm using an eGalaxTouch…
embewee
  • 21
  • 3
1
vote
1 answer

Simulate touch manipulation on Linux

I'd like to test how well my Linux app works on Linux-based touch devices. Unfortunately, I don't have such a device, which is why I'd like to find a way to simulate touch gestures on a standard laptop. Is there a way to do that? How?
Tin Man
  • 111
  • 2
1
vote
0 answers

Draw with multiple fingers/styluses simultaneously on a touchscreen

I have a large touchscreen display that I would like to use for drawing with either my fingers or/and styluses. I can do this perfectly fine under Android, multiple people can use the display at the same time, drawing at different areas. However,…
Convaly
  • 11
  • 1
1
2