ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Stop Raspbian Buster on Raspberri Pi Stop Blanking Screen

    Scheduled Pinned Locked Moved IT Discussion
    linuxdebianraspberry piraspberry pi 4raspbianraspbian busterdebian 10screensaver
    1 Posts 1 Posters 461 Views
    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.
    • scottalanmillerS
      scottalanmiller
      last edited by

      By default a Raspbian install puts the screen to sleep every ten minutes. This power savings and eco setting is nice, sometimes, but generally really annoying. And there is no default installed tool to modify or disable it.

      But you can do so with the command line using the xset commands. Try this...

      xset s 0
      xset -dpms
      

      That's it. You don't do this as "root" but as the user that you are using the desktop as. So no "sudo" or anything like that.

      You can verify your settings with xset, too.

      xset -q
      
      1 Reply Last reply Reply Quote 1
      • 1 / 1
      • First post
        Last post