• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 17.8k 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 Jan 22, 2017, 9:31 PM

    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.

    L 1 Reply Last reply Jan 22, 2017, 10:16 PM Reply Quote 0
    • I Offline
      in_a_days @sgtwtf
      last edited by in_a_days Jan 25, 2017, 3:49 PM Jan 25, 2017, 3:41 PM

      @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 Jan 26, 2017, 9:13 PM Reply Quote 5
      • L Offline
        lolobyte @sgtwtf
        last edited by Jan 22, 2017, 10:16 PM

        @sgtwtf

        try

        sudo apt-get remove xscreensaver

        C S 2 Replies Last reply Jan 23, 2017, 1:51 PM Reply Quote 1
        • C Offline
          cowboysdude Module Developer @lolobyte
          last edited by Jan 23, 2017, 1:51 PM

          @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 Jan 24, 2017, 4:49 AM

            @lolobyte

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

            L 1 Reply Last reply Jan 24, 2017, 7:06 AM Reply Quote 1
            • L Offline
              lolobyte @sgtwtf
              last edited by yawns Jan 24, 2017, 8:17 AM Jan 24, 2017, 7:06 AM

              @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 Jan 25, 2017, 3:29 PM

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

                I 1 Reply Last reply Jan 25, 2017, 3:41 PM Reply Quote 0
                • I Offline
                  in_a_days @sgtwtf
                  last edited by in_a_days Jan 25, 2017, 3:49 PM Jan 25, 2017, 3:41 PM

                  @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 Jan 26, 2017, 9:13 PM Reply Quote 5
                  • S Offline
                    sgtwtf @in_a_days
                    last edited by Jan 26, 2017, 9:13 PM

                    @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 May 15, 2017, 5:18 PM

                      @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 Jan 2, 2023, 4:02 AM

                        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