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

Raspberry Pi Config Help - Unable to find - [SeatDefaults] To add the following line below xserver-command=X -s 0 -dpms

Scheduled Pinned Locked Moved Troubleshooting
5 Posts 3 Posters 4.0k Views 3 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.
  • I Offline
    IDCreate
    last edited by IDCreate Nov 1, 2017, 11:25 PM Nov 1, 2017, 11:03 PM

    Hi so I’m slowly getting into configuring my Raspberry Pi.

    I’m running Raspbian Stretch with desktop
    Image with desktop based on Debian Stretch
    Version: September 2017
    Release date: 2017-09-07
    Kernel version: 4.9
    Release notes: Link

    I’m following the details on this page https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi

    I’m at the section for the screensaver and I’m at the step below.

    Add the following line below [SeatDefaults]

    xserver-command=X -s 0 -dpms
    

    But I’ve typed everything in correctly but I’m unable to find the line [SeatDefaults]

    at the top of the open screen reads
    GNU nano 2.7.4 File: /etc/lightdm/lightdm.conf

    Any help would be greatly appreciated.

    J 1 Reply Last reply Nov 2, 2017, 3:06 AM Reply Quote 0
    • J Offline
      j.e.f.f Project Sponsor Module Developer @IDCreate
      last edited by Nov 2, 2017, 3:06 AM

      @IDCreate I never got the screensaver to disable properly with the configs as you have tried. I instead installed XScreensaver and then used that to disable screensaver and energy savings screen blanking.

      I 1 Reply Last reply Nov 2, 2017, 9:44 PM Reply Quote 1
      • I Offline
        IDCreate
        last edited by Nov 2, 2017, 9:03 PM

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • I Offline
          IDCreate @j.e.f.f
          last edited by IDCreate Nov 2, 2017, 9:47 PM Nov 2, 2017, 9:44 PM

          @j.e.f.f

          Thanks very much j.e.f.f that’s very helpful advice. I’m pleased I’m not the only one that has had this issue. I couldn’t even find the code line [SeatDefaults] on the page /etc/lightdm/lightdm.conf . I’ll try your suggestion, Mykle1 had also suggested this option to me but I just wanted to dig a little deeper and find out why [SeatDefaults] was not in the script for GNU nano 2.7.4 File: /etc/lightdm/lightdm.conf

          I’m sure there’s probably a obvious explanation for it.

          So how do I install on my Raspberry Pi 3 and is it suitable.I’m running Raspbian Stretch with desktop
          Image with desktop based on Debian Stretch
          Version: September 2017
          Release date: 2017-09-07
          Kernel version: 4.9
          Release notes: Link

          1 Reply Last reply Reply Quote 0
          • E Offline
            efevee
            last edited by Nov 3, 2017, 7:43 AM

            check file by:

            sudo nano ~/.config/lxsession/LXDE-pi/autostart
            

            if it includes:

            @xscreensaver -no-splash
            

            then just comment it by adding #

            #@xscreensaver -no-splash
            

            if it doesn’t work install xscreensaver:

            sudo apt-get install xscreensaver
            
            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              1/5
              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