Page 1 of 1

what does 'xset s off dpms 0 0 0 -dpms' do, pls? (Solved)

Posted: Mon Apr 19, 2021 12:55 am
by boof

#!/bin/sh
xset s off dpms 0 0 0 -dpms

does this stop X? seems system generated, how did that happen? i've removed it from /root/startup/


Re: what does this script do, pls?

Posted: Mon Apr 19, 2021 1:05 am
by amethyst
boof wrote: Mon Apr 19, 2021 12:55 am

#!/bin/sh
xset s off dpms 0 0 0 -dpms

does this stop X? seems system generated, how did that happen? i've removed it from /root/startup/

It disables screen blanking.


Re: what does this script do, pls?

Posted: Mon Apr 19, 2021 1:31 am
by boof

thx