{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Raspberry » Cara Menghilangkan Cursor Mouse di Raspberry
Cara Menghilangkan Cursor Mouse di Raspberry
1. Install Unclutter
Log in to your Raspberry Pi via SSH – or open terminal directly on the Pi. Then install Unclutter, like this:
sudo apt-get install unclutter
2. Edit LXDE Autostart Script
Next we need to edit the LXDE Autostart script – for us this means running:
nano ~/.config/lxsession/LXDE-pi/autostart
3. Turn the Cursor Off
Finally you need to add this line to the autostart script:
@unclutter -idle 0
Press ctrl+X and then hit Y to save your changes.
4. Reboot
Finally, reboot your Pi using:
sudo reboot
Filed under: Raspberry