MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    how to disable screensaver?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    10 Posts 6 Posters 18.3k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • lolobyteL Offline
      lolobyte @sgtwtf
      last edited by yawns

      @sgtwtf

      follow this install guide, you will find this entry’s: https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide

      Disable the screensaver

      Go to LXDE-autostart config:

      sudo nano /etc/xdg/lxsession/LXDE/autostart

      add the following lines:

      @xset s noblank
      @xset s off
      @xset -dpms 
      

      Save and close, using the commands CTRL-O and CTRL-X.

      Go to lightdm.conf:

      sudo nano /etc/lightdm/lightdm.conf

      add the following lines:

      xserver-command=X -s 0 -dpms
      

      Reboot the raspberry pi:

      sudo apt-get install xscreensaver
      sudo apt-get remove xscreensaver
      sudo reboot
      
      1 Reply Last reply Reply Quote 2
      • S Offline
        sgtwtf
        last edited by

        The commands were already added to those files. I installed xscreensaver and uninstalled and rebooted and no change.

        in_a_daysI 1 Reply Last reply Reply Quote 0
        • in_a_daysI Offline
          in_a_days @sgtwtf
          last edited by in_a_days

          @sgtwtf

          My solution was to install xscreensaver and use the desktop control panel to disable the screensaver.

          sudo apt-get install xscreensaver
          sudo reboot
          

          On reboot open the desktop start menu (via the GUI, not the terminal) and I think it’s Preferences > Screensaver Settings. There’s an option to set (and disable) the screensaver. It worked for me. :)

          What ship would bear me ever back across so wide a Sea?

          S K 2 Replies Last reply Reply Quote 5
          • S Offline
            sgtwtf @in_a_days
            last edited by

            @in_a_days

            Thank you that worked like a charm!

            1 Reply Last reply Reply Quote 0
            • K Offline
              kurt @in_a_days
              last edited by

              @in_a_days
              Thanks for that easy solution, and as I havn’t installed Jessie-Lite, I tried your way to disable the screensaver.
              I do agree with @sgtwtf, it works like a charm :relaxed:
              Thank you !

              1 Reply Last reply Reply Quote 0
              • R Offline
                ruralguru
                last edited by

                To add an update that resolved this for me without installing another package.
                https://pimylifeup.com/raspberry-pi-disable-screen-blanking/
                this worked for me on bullseye 64 bit.

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy