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 19.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.
    • S Offline
      sgtwtf
      last edited by

      Got my MM all configured how I want it. Now im just doing cleanup. The only remaining issues I have are #1 the screensaver still turns screen black after 30 min. I have done both methods found ins this wiki. http://www.etcwiki.org/wiki/Disable_screensaver_and_screen_blanking_Raspberry_Pi
      The 2nd issue is the cursor still shows. I have unclutter working but the mouse has to move once before it takes effect.

      Any ideas or other methods.

      lolobyteL 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
        • lolobyteL Offline
          lolobyte @sgtwtf
          last edited by

          @sgtwtf

          try

          sudo apt-get remove xscreensaver

          cowboysdudeC S 2 Replies Last reply Reply Quote 1
          • cowboysdudeC Offline
            cowboysdude Module Developer @lolobyte
            last edited by

            @lolobyte said in how to disable screensaver?:

            @sgtwtf

            try

            sudo apt-get remove xscreensaver

            Was going to be my suggestion as well!

            Install xscreensaver then disable screen saver … it works. It’s a HUGE time saver and no modifying files are needed only to be frustrated because it didn’t work :)

            1 Reply Last reply Reply Quote 0
            • S Offline
              sgtwtf @lolobyte
              last edited by

              @lolobyte

              I tried this after I got home today and the package xscreensaver is not installed so this command failed.

              lolobyteL 1 Reply Last reply Reply Quote 1
              • 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

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          • 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