Saturday, May 29, 2010

Turn off Linux monitor via shell without XORG

I have an older laptop running as a test web server. I wanted to turn off the lcd output to save however much electricity an lcd backlight uses. To do this you can do:
vbetool dpms off
You can even do this from a remote shell. To turn it back on, simply do
vbetool dpms on

No comments: