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
Hmm i had look on this, and using udev to find a touchscreen kinda work... but some touchscreens do NOT set ID_INPUT_TOUCHSCREEN=1 but ID_INPUT_MOUSE=1 and then we fail to find them... also there is no way to match dbus device with xinput listed devices... so current way of finding touchscreen (matching names to xinput devices) is hot garbage but it provides best results for now... maybe look on this again when we switch to wayland and libinput?
Current impl sux, use
udevadm info --export-db
?match devices with ID_INPUT_TOUCHSCREEN=1
The text was updated successfully, but these errors were encountered: