You are not logged in.
Hi everyone. I have a laptop running Arch, and usually i don't use X, just the tty's. What i want to know is if there is any way to turn off the backlight frome there. In X i just use
xset dpms force off
But in tty that command is useless. Any ideas? Thanks!
Last edited by sironitomas (2010-09-09 18:31:19)
Offline
Can anyone give me a repply?!
Offline
Offline
sudo vbetool dpms off
To turn it back on, blindly type "sudo vbetool dpms on" or switch to vt7.
Jay
Offline
Thanks! It would be more usefull if we could turn it back on just typing, or with a key combination..
Offline
Another way to do it, doesn't require sudo:
setterm -blank force
Then, to turn back on, blindly type:
setterm -blank poke
Offline
Laptop mode tools can fix this as well.
Offline
You could write a script to be executed at a keystroke in your terminal - assuming you don't autologout.
Offline
You could write a script to be executed at a keystroke in your terminal - assuming you don't autologout.
That seems to be a good option, but unfortunately i don't know how to do that kind of scripts
Offline