Disable Power DPMS Linux
From Hack Sphere Labs Wiki
Revision as of 08:44, 13 June 2015 by Webdawg (talk | contribs) (Created page with " #!/bin/sh xset -dpms; xset s off xset -dpms bash -c "xset s noblank; xset s off" xset dpms 0 0 0 xset s 0 0")
#!/bin/sh xset -dpms; xset s off xset -dpms bash -c "xset s noblank; xset s off" xset dpms 0 0 0 xset s 0 0