You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the official Raspberry Pi Touchscreen on the Raspberry Pi 4 I've been having issues getting the touchscreen to show up in x11 applications (as well as libinput).
Turns out the issue was udev didn't see the device initially and there was no hotplug event.
/dev/input/event0 did exist, but udev didn't know about the device.
Current workaround is to call (from balenaOS, doesn't work from inside a container):
udevadm trigger
I must have spent a week trying to track this down as it wasn't obvious at all...
The text was updated successfully, but these errors were encountered:
@haata just came across this issue by accident while building balena for a pi4 project that I have which also involves a touch screen. Do you think something can be done to prevent having to do this manually in the OS? It would be awesome to fix this without having to manually trigger udev rules.
With the official Raspberry Pi Touchscreen on the Raspberry Pi 4 I've been having issues getting the touchscreen to show up in x11 applications (as well as libinput).
Turns out the issue was udev didn't see the device initially and there was no hotplug event.
/dev/input/event0 did exist, but udev didn't know about the device.
Current workaround is to call (from balenaOS, doesn't work from inside a container):
I must have spent a week trying to track this down as it wasn't obvious at all...
The text was updated successfully, but these errors were encountered: