Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: leniwiec on May 05, 2022, 07:17:05 AM
-
Hey there!
I'm using piCore64-13.1 on rpi4 with 10" touchscreen.
Can I disable touch/mouse event in Xorg using scripting somehow? Originally I would like the first “tap” only to wake screen (doing that over rpi GPIO) and after that activate touch events for a while. Been looking for `xinput` but apparently it got replaced.
-
For now I went with xscreensaver.
.X.d/xscreensaver
xscreensaver -nosplash &
To activate & deactivate blank screen:
/usr/local/bin/xscreensaver-command -activate/usr/local/bin/xscreensaver-command -deactivate