Greetings everyone,
The issue I am facing is the following:
The gestures on my LUCKFOX 7" HD Touchscreen aren't working when running Raspberry Pi OS Bookworm. They worked great on Bullseye, using the provided settings in the config.txt.
In Bookworm, only single touch is working ... without gestures.
My project requires me to use bookworm. I guess switching "back" to X11 instead of Wayland and using older drivers will probably work, but I was wondering if I could get an official solution or workaround from the support staff on this forum.
Best regards,
Philip Simon
Gesture & Multi-Touch Support regarding 7″ HD Touchscreen on Bookworm
Hello
Please try the following method:
Enter Screen Configuration->Touchscreen->Check the touchscreen option
Change mouseEmulation="yes" to "no" and it will take effect after restarting
Please try the following method:
Enter Screen Configuration->Touchscreen->Check the touchscreen option
Code: Select all
sudo nano ~/.config/labwc/rc.xml
That worked a treat. Thanks a lot!