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

    Stop Raspbian Buster on Raspberri Pi Stop Blanking Screen

    IT Discussion
    linux debian raspberry pi raspberry pi 4 raspbian raspbian buster debian 10 screensaver
    1
    1
    460
    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