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

Disabling screen blanking

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 2.2k Views 2 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.
  • O Offline
    Onelast
    last edited by Onelast Dec 18, 2017, 1:08 AM Dec 18, 2017, 12:50 AM

    Hello!
    I am having a bit of trouble disabling the screen saver and screen blanking.
    I have followed the instruction in the guide: https://forum.magicmirror.builders/topic/236/complete-setup-tutorial

    I can not edit the autostart file or replace it.
    I have tried installing xscreensaver, but it doesn’t show up under preferences like what I have read.

    Any help would be great!

    Edit: When ever I try to use the terminal to edit a file, whether the autostart or the lightdm.comf , the command can not be added as the pi says that there is no file or directory there to edit.

    M 1 Reply Last reply Dec 18, 2017, 1:41 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Onelast
      last edited by Mykle1 Dec 18, 2017, 1:48 AM Dec 18, 2017, 1:41 AM

      @Onelast

      It sounds like you’re having trouble in the terminal. Honestly, it would be easier for you to install xscreensaver. Yes, I see you have tried. It does require a reboot after installation and then you would navigate to it from your Pi desktop.

      In your terminal
      sudo apt-get install xscreensaver
      THEN
      sudo reboot

      0_1513561251509_Capture.PNG

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • O Offline
        Onelast
        last edited by Dec 18, 2017, 7:14 PM

        when I try to install xscreensaver, it comes up say that it has been installed. I have tried rebooting after the first installation of xscreensaver and I never got the option under preferences to go to screensaver.

        Is there anyway to uninstall xscreensaver so I can try again?

        M 1 Reply Last reply Dec 18, 2017, 10:15 PM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @Onelast
          last edited by Dec 18, 2017, 10:15 PM

          @Onelast

          apt-get purge packagename or apt-get remove --purge packagename

          will remove about everything regarding the package packagename, but not the dependencies installed with it on installation. Both commands are equivalent.

          Particularly useful when you want to ‘start all over’ with an application because you messed up the configuration. However, it does not remove configuration or data files residing in users home directories, usually in hidden folders there. There is no easy way to get those removed as well.

          apt-get autoremove

          Create a working config
          How to add modules

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