xset is good to know

xset is one of those programs I keep learning how useful it is.

I just (re-)learned how to turn off/on DPMS support in X:

# xset -dpms

Querying the results:

# xset q

I should note that FreeBSD’s power settings (4.x) don’t honor xset, however (afaik). I’m fiddling with sysctl settings:

machdep.apmstandbydelay machdep.apmsuspenddelay

I’ve set these to 0, but the screen still goes blank after a while in X. The screen never blanks in a console (only X). That seems to say that it’s an X setting.

Got it:

# xset s reset s off

categories: /tech/freebsd
posted on Thu, 19 May 2005 at 10:07 | permanent link |