#@xscreensaver -no-splash # comment this line out to disable screensaver
@xset s off
@xset -dpms
@xset s noblank
@chromium-browser --noerrdialogs --kiosk --incognito http://localhost:8080/webvisu.htm
BR
Edwin
π
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
How do I enable the kiosk mode for visualization and can I turn it on / off if necessary?
more posts ...
see:
l viewtopic.php?f=21&t=8189 l
sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart
lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@point-rpi
@xset s off
@xset s noblank
@xset -dpms
@chromium-browser --noerrdialogs --kiosk --incognito http://localhost:8080/webvisu.htm m
Thank you very much!
Hello,
I have a problem, to start the Kiosk mode
sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart
is not working!
Error: Path not found
/home/pi/.config/lxsession/LXDE-pi/
Is there any update or do I miss some informations?
thanks for any information
Hi,
this is obviously now here:
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
#@xscreensaver -no-splash # comment this line out to disable screensaver
@xset s off
@xset -dpms
@xset s noblank
@chromium-browser --noerrdialogs --kiosk --incognito http://localhost:8080/webvisu.htm
BR
Edwin
Thanks a lot !!! - now it is working