Disable Power DPMS Linux

From Hack Sphere Labs Wiki
Jump to: navigation, search
#!/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