Touchscreen issues with debian12

More
26 Apr 2024 11:05 - 26 Apr 2024 21:12 #299109 by vre
I have installed touchegg and i can set gestures like tap with 2 fingers for emulate right click or pich zoom unzoom but i don't think this is real multitouch function

apt install touchegg

and add these to file /usr/share/touchegg/touchegg.conf

  <gesture type="TAP" fingers="2" direction="">
                        <action type="MOUSE_CLICK">BUTTON=2</action>
                </gesture>
 <gesture type="TAP" fingers="3" direction="">
                        <action type="MOUSE_CLICK">BUTTON=3</action>
                </gesture>

<gesture type="PINCH" fingers="2" direction="IN">
<action type="SEND_KEYS">
<repeat>true</repeat>
<modifiers>Control_L</modifiers>
<keys>KP_Subtract</keys>
<decreaseKeys>KP_Add</decreaseKeys>
</action>
</gesture>
<gesture type="PINCH" fingers="2" direction="OUT">
<action type="SEND_KEYS">
<repeat>true</repeat>
<modifiers>Control_L</modifiers>
<keys>KP_Add</keys>
<decreaseKeys>KP_Subtract</decreaseKeys>
</action>
</gesture>
 
Last edit: 26 Apr 2024 21:12 by vre.

Please Log in or Create an account to join the conversation.

More
27 Apr 2024 14:38 #299187 by vre
I have tried a lot of live linux distros to verify if touch screen works.
In debian 11 has the same behavior as debian 12 so it is not software regresion.
All distros i have tried with xfce have same behavior with debian except fedora
that inside firefox you can pinch in - out for zoom unzoom and copy text with extended taping inside xfce double click on desktop also not work also on fefora.
In fedora with gnome3 seems to have better support for touch that fedora xfce.
Here says multitouch handled by toolkit or composer
www.reddit.com/r/archlinux/comments/18xr...k_for_a_touchscreen/

Multitouch gestures can be handled in debian 12 xfce by touchegg very good
but the problem are not the gestures us the double click and tapping for extended time to emulate right click.

Please Log in or Create an account to join the conversation.

More
04 May 2024 12:39 - 04 May 2024 12:54 #299725 by rdtsc
I noticed for the Waveshare 22930 touchscreen , the following is listed in dmesg:

[ 3.194915] usb 1-1.4: new full-speed USB device number 5 using xhci_hcd
[ 3.309613] usb 1-1.4: New USB device found, idVendor=222a, idProduct=0001, bcdDevice= 0.02
[ 3.309646] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.309658] usb 1-1.4: Product: ILITEK-TP
[ 3.309668] usb 1-1.4: Manufacturer: ILITEK
[ 3.332490] input: ILITEK ILITEK-TP Touchscreen as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:222A:0001.0004/input/input3
[ 3.336105] input: ILITEK ILITEK-TP Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:222A:0001.0004/input/input5
[ 3.341179] hid-generic 0003:222A:0001.0004: input,hiddev97,hidraw3: USB HID v1.10 Mouse [ILITEK ILITEK-TP] on usb-0000:01:00.0-1.4/input0
...
[ 14.143042] input: ILITEK ILITEK-TP as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:222A:0001.0004/input/input8
[ 14.160772] input: ILITEK ILITEK-TP Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:222A:0001.0004/input/input10
[ 14.167235] hid-multitouch 0003:222A:0001.0004: input,hiddev97,hidraw3: USB HID v1.10 Mouse [ILITEK ILITEK-TP] on usb-0000:01:00.0-1.4/input0


So `input` is recognized for both touch and mouse, but only the mouse is registered as hid-generic at first. Touchscreen seems to be registered later. Maybe this is normal; unsure. Really surprised this is still an issue after all this time.
Last edit: 04 May 2024 12:54 by rdtsc.

Please Log in or Create an account to join the conversation.

Time to create page: 0.302 seconds
Powered by Kunena Forum