Forrest logo
back to the xset tool

xset:tldr:72f6c

xset: Disable DPMS (Energy Star) features.
$ xset -dpms
try on your machine

The command "xset -dpms" is used to disable the DPMS (Display Power Management Signaling) feature on an X server.

DPMS is a power-saving feature that allows the X server to control the power state of the display devices. It can be used to turn off the monitor or put it into a low-power mode when it is not in use, thereby conserving energy and extending the lifespan of the monitor.

By running the "xset -dpms" command, you are instructing the X server to disable this power-saving feature. As a result, the monitor will continue to remain on and will not enter any power-saving mode, regardless of whether it is being actively used or not.

It is worth noting that this command needs to be run with root privileges or by a user with appropriate permissions to modify the X server settings.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the xset tool