Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Kiosk mode

Ernest
2018-02-25
2019-02-25
  • Ernest - 2018-02-25

    Hello
    How do I enable the kiosk mode for visualization and can I turn it on / off if necessary?

     
  • eschwellinger

    eschwellinger - 2018-02-25

    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

     
  • Ernest - 2018-02-26

    Thank you very much!

     
  • Schmittlich - 2019-02-24

    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

     
  • eschwellinger

    eschwellinger - 2019-02-25

    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

     
    πŸ‘
    1
  • Schmittlich - 2019-02-25

    Thanks a lot !!! - now it is working

     

Log in to post a comment.