Jump to content

I use Linux Mint (but I think this question is probably the same for most distributions), and it provides this little interface for setting timers for blanking the screen etc.

image.png.d39acc3be736743a996f7f6c57802dd9.png

but the minimum time it will allow me to set is 5 minutes.

I would prefer the display to blank after a shorter time than this - i.e. half a minute. My suspicion is that this menu is simply a graphical interface to a configuration file somewhere, and if I was to edit that, I would be able to set this setting to whatever I like.

If this is the case, where is this configuration file located and which line do I need to edit?
If this is not the case, is there some other way to force the screen blanking time to go lower than 5 minutes?

Thanks in advance for all assistance.

 

____________________________________________________________________________________________________________________________________

 

 

____________________________________________________________________________________________________________________________________

pythonmegapixel

into tech, public transport and architecture // amateur programmer // youtuber // beginner photographer

Thanks for reading all this by the way!

By the way, my desktop is a docked laptop. Get over it, No seriously, I have an exterrnal monitor, keyboard, mouse, headset, ethernet and cooling fans all connected. Using it feels no different to a desktop, it works for several hours if the power goes out, and disconnecting just a few cables gives me something I can take on the go. There's enough power for all games I play and it even copes with basic (and some not-so-basic) video editing. Give it a go - you might just love it.

Link to comment
https://linustechtips.com/topic/1288899-linux-mint-blanking-the-screen/
Share on other sites

Link to post
Share on other sites

I assume your using Cinnamon which is a fork of GNOME3.

You could try the following, where "<value>" is the time in seconds.

  • gsettings set org.cinnamon.settings-daemon.plugins.power sleep-display-ac <value>
  • gsettings set org.cinnamon.settings-daemon.plugins.power sleep-display-battery <value>
  • gsettings set org.cinnamon.desktop.session idle-delay <value>

 

If those don't work, you can try running this to see what values are set.

  • gsettings list-recursively | sort | grep -i sleep

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×