Turn off display from Linux command line


2011-09-15

To turn off the display using the Linux command line, open a terminal and enter:

xset dpms force standby

I also like to lock my screen before hand (in GNOME):

gnome-screensaver-command -l && xset dpms force standby