I use fullscreen chromium to display some html page as signage. Everything is ok except the mouse cursor.
This command 'sudo apt-get install chromium x11-xserver-utils unclutter ' was run successfully.
I can hide the cursor by using ' unclutter -idle 0.1 -root". But I want to hide the cursor everytime I reboot the Pi automatically.
So how I can do it?
Re: How to hide the cursor in the kiosk mode automatically?
Finally I figured out by myself.
I added '@unclutter -idle 0.1 -root' into /etc/xdg/lxsession/LXDE/autostart. Then the cursor is gone. When I need it, I just move the mouse then the cursor will show up again.
I added '@unclutter -idle 0.1 -root' into /etc/xdg/lxsession/LXDE/autostart. Then the cursor is gone. When I need it, I just move the mouse then the cursor will show up again.
-
- Posts: 3
- Joined: Wed May 03, 2017 12:36 pm
Re: How to hide the cursor in the kiosk mode automatically?
Thanks It works wonderfull