Created
March 7, 2016 10:51
-
-
Save vinceallenvince/8f4326a86874c976a5ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## update LDXE autostart file | |
| sudo nano /etc/xdg/lxsession/LXDE-pi/autostart | |
| ## add the following; -i passes reload frequency in seconds | |
| @xset s off | |
| @xset -dpms | |
| @xset s noblank | |
| @midori -a http://www.google.com/ -i 120 -e Fullscreen | |
| ## use the configuration tool to enable auto running of the GUI on powerup | |
| sudo raspi-config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to use the
uncluttertool which will hide the mouse after a few seconds if it is not moved.I have the same issue with the url bar, though. Did you find any solution for that?