If Your monitor turn off blank after 10 minutes - solution

I had a problem with my old monitor turn off blank after 10 minutes, no matter how I configure xscreensaver.
The solution I found, is that you must add this line at the end of the ./profile file in your /home directory:

# Turn off screen blanking

xset s off && xset -dpms

Then restart. After this Your monitor will stop blank after 10 minutes.
(Do not add this line to autostart - it will not work, it work only if you put it in ./profile file in /home directory)

5 Likes

I believe you mean .profile, or ~/.profile if you will.

The period (a dot file) ahead of the filename means that it is invisible unless the user has opted to show hidden files.

The ./ would just mean ‘whatever directory you’re in’.

EDIT:

Though, now that I think of it, it might work if the file is visible. I’ve never tried that. But, yeah, .profile is hidden by default.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.