• 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.

Stop the screensaver!

Scheduled Pinned Locked Moved General Discussion
42 Posts 17 Posters 36.4k Views 16 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.
  • F Offline
    frog
    last edited by frog Nov 5, 2016, 12:39 PM Nov 5, 2016, 12:35 PM

    Hi,

    I really haven’t been able to stop the screensaver on my mirror. I’m using Jessie Lite on a PI and followed the instructions:

    [code]
    sudo nano /etc/xdg/lxsession/LXDE/autostart

    add the following lines:

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

    sudo nano /etc/lightdm/lightdm.conf

    add the following lines:

    xserver-command=X -s 0 -dpms
    [\code]

    but the screensaver still kicks in!

    Can’t find any general info on the internet that is different from the above.

    1 Reply Last reply Reply Quote 0
    • K Offline
      KirAsh4 Moderator
      last edited by Nov 6, 2016, 5:57 AM

      Jessie-light actually does not come with X11 nor any kind of desktop manager installed. The instructions given in the setup guide apply to the full version of Jessie, which comes with X11 and LightDM installed. Since the light version leaves it up to the user to install their own flavor of X11 and desktop manager, there is no way to guess what instructions we need to give so it works for you.

      Perhaps if you indicated what you installed as desktop manager, someone here might be able to help you.

      A Life? Cool! Where can I download one of those from?

      M 1 Reply Last reply Dec 28, 2016, 3:43 AM Reply Quote 0
      • F Offline
        frog
        last edited by Nov 6, 2016, 9:25 AM

        Thanks, but I followed the instructions for Jessie Lite and as far as I’m aware haven’t installed anything else X-related - although I did install VNC as described . How can I find out what manager is being used?

        F 1 Reply Last reply Nov 6, 2016, 1:27 PM Reply Quote 0
        • F Offline
          frog @frog
          last edited by frog Nov 6, 2016, 2:07 PM Nov 6, 2016, 1:27 PM

          @frog OK, according to the Jessie Lite instructions( https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide

          , I installed:

          sudo apt-get install lxde-core
          sudo apt-get install lightdm

          so - it is LXDE UI and Lightdm being used. Which should mean that the alterations to /etc/xdg/lxsession/LXDE/autostart and sudo nano /etc/lightdm/lightdm.conf should have worked. But they didn’t.

          Anyhow, I fixed it the old fashioned way by uninstalling unclutter, setting the raspberry to boot requiring user login then attaching a USB keyboard/mouse to the raspberry and setting the screensaver off in preferences. Hopefully it’ll stick!

          1 Reply Last reply Reply Quote 0
          • M Offline
            markiper @KirAsh4
            last edited by Dec 28, 2016, 3:43 AM

            @KirAsh4 I am reviving this topic as I have run into this same issue and have not been able to figure how to solve it. I started playing with a Magic Mirror a few days back (thanks to all the contributors), prior to that, I have read multiple posts, tutorials, blogs, etc; one of them is actually from you @KirAsh4

            https://forum.magicmirror.builders/topic/236/complete-setup-tutorial

            You mention that there are two locatons where chagnes need to be made in order to disable the screen saver:

            ’ sudo nano /etc/xdg/lxsession/LXDE-pi/autostart ’

            ’ sudo nano /etc/lightdm/lightdm.conf ’

            I am not able to find the first file, so I started reading this forum and came across this post:

            https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide

            following the directions, the first file is on a different location:

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

            I did find that file and made the changes as described, my autostart file looks like this:

            @lxpanel --profile LXDE
            @pcmanfm --desktop --profile LXDE
            @xscreensaver -no-splash
            @xset s noblank
            @xset s off
            @xset -dpms

            I also changed the second variable under ’ sudo nano /etc/lightdm/lightdm.conf ', I verified that I am indeed changing the actual variable and not the variable description. As far as I can tell, everything has been done as stipulated in the tutorials, but my screen saver still kicks in every 5 minutes (roughly). Is there anything that I am leaving out, thus creating the issue. I started witha fresh Jessie Lite installation following the tutorial: https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide

            Any help will be greatly appreciated, I have been stumbling around reading forum entries here and at the raspberry pi foundation, but nothing seems to solve my problem (and I am no Linux guru), so any help you can provide will be greatly appreciated

            1 Reply Last reply Reply Quote 0
            • M Offline
              mjtice
              last edited by Dec 28, 2016, 1:35 PM

              I had the same problem where I could’t get the screensaver (or screen blanking) to stop turning on. I stumbled across this thread, check out the answer given by JimmyN… it helped me at least.

              disable screensaver

              1 Reply Last reply Reply Quote 0
              • C Offline
                cowboysdude Module Developer
                last edited by cowboysdude Dec 28, 2016, 1:38 PM Dec 28, 2016, 1:36 PM

                Good lord just install xscreensaver and then disable the screen saver from there… easiest way without having to modify a ton of files… then being frustrated because it still doesn’t work :)

                https://www.reddit.com/r/raspberry_pi/comments/4hwdwy/how_to_install_the_latest_xscreensaver_on_a/

                M 1 Reply Last reply Jan 9, 2019, 11:33 PM Reply Quote 2
                • F Offline
                  frog
                  last edited by Dec 28, 2016, 2:02 PM

                  There’s no need for that attitude. Please desist as this is a forum for helping people. I also had this problem so it isn’t isolated. It may not be possible to add a keyboard and mouse to the screen and use the screensaver utility.

                  C 1 Reply Last reply Dec 28, 2016, 9:19 PM Reply Quote 0
                  • O Offline
                    onetwankyfive
                    last edited by Dec 28, 2016, 2:12 PM

                    or buy a mouse jiggler
                    https://www.amazon.com/WiebeTech-Programmable-Mouse-Jiggler-MJ-3/dp/B00MTZY7Y4/ref=sr_1_1?ie=UTF8&qid=1482934294&sr=8-1&keywords=mouse+jiggler

                    F 1 Reply Last reply Dec 28, 2016, 2:13 PM Reply Quote 0
                    • F Offline
                      frog @onetwankyfive
                      last edited by Dec 28, 2016, 2:13 PM

                      @onetwankyfive said in Stop the screensaver!:

                      or buy a mouse jiggler
                      https://www.amazon.com/WiebeTech-Programmable-Mouse-Jiggler-MJ-3/dp/B00MTZY7Y4/ref=sr_1_1?ie=UTF8&qid=1482934294&sr=8-1&keywords=mouse+jiggler

                      😀

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 1 / 5
                      • 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