linux-surface / iptsd

Userspace daemon for Intel Precise Touch & Stylus
GNU General Public License v2.0
94 stars 46 forks source link

Surface book 2 only single touch #20

Open TimmyOl opened 3 years ago

TimmyOl commented 3 years ago

Hardware: Surface book 2 OS: Pop OS with Wayland instead of X11 Kernel: 5.9.1-surface

The problem: When i touch the screen its like im left klicking, so i cant scroll or rightclick it just marks everything instead. Its the same result with the pen. If i go into settings i can se wacom tablet and chose the tab tablet and the screen shows there and its set to Touchpad (relative) but ive tried changing that to Touchpad (absolute) with no difference

Ive tried all the steps in the guide including installing iptsd from this repo with the required iptsd version installed but still the same problem. Ive also tried to reinstall the whole os and added the kernel again but the problem persists.

Im out of ideas, i dont want to go back to windows XD

StollD commented 3 years ago

Which application are you testing? Make sure that it uses Wayland natively, and not through the X11 translation layer. GTK3 apps should default to wayland, but firefox for example won't. If you can select the app after running xprop in a terminal, it still uses X11 and not Wayland.

You could also test the gestures in gnome-shell directly, for example by swiping up/down with three fingers (switching workspaces).

Please also capture an evtest log and upload that (sudo evtest > evtest.log, select the IPTS Touch device, and touch the display with multiple fingers).