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

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
boof
Posts: 555
Joined: Sat Aug 15, 2020 9:17 am
Been thanked: 8 times

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

Post 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/

User avatar
amethyst
Posts: 2369
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 56 times
Been thanked: 490 times

Re: what does this script do, pls?

Post 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.

boof
Posts: 555
Joined: Sat Aug 15, 2020 9:17 am
Been thanked: 8 times

Re: what does this script do, pls?

Post by boof »

thx

Post Reply

Return to “Users”