Results 1 to 7 of 7
I use Rapidshare a lot to download files and wanted a simple terminal command or program that would shutdown my monitor so I don't have to manually do it. Thanks....
- 03-06-2010 #1Just Joined!
- Join Date
- May 2005
- Posts
- 20
Terminal command or program to shutdown monitor
I use Rapidshare a lot to download files and wanted a simple terminal command or program that would shutdown my monitor so I don't have to manually do it. Thanks.
- 03-06-2010 #2orCode:
xset -display :0 dpms force off
vbetool(1) - Linux man pageCode:vbetool dpms off
- 03-06-2010 #3Just Joined!
- Join Date
- May 2005
- Posts
- 20
Unfortunetly, "xset -display :0 dpms force off" worked for about a minute, then the monitor comes back on, while "vbetool dpms off" required me to reboot my machine to get the monitor back. Anyone, know of a program that'll do what I ask? There are a million of them in Windows. Thanks.
- 03-06-2010 #4To turn the monitor back onwhile "vbetool dpms off" required me to reboot my machine to get the monitor back
Code:vbetool dpms on
- 03-06-2010 #5
Isn't it easier just to push the on / off button?
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 03-06-2010 #6
I was assuming the poster was using an ssh session. Like, I have a desktop computer, and I frequently lie in bed and watch movies on it, but using an ssh session from my laptop to control it. So if I'm falling asleep, I might want to turn off the monitor without getting up.
- 03-06-2010 #7
Ah there is that!
Being somewhat old fashioned, I still watch movies on TV only. All this new fangled stuff!If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.


Reply With Quote