Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 16602 ideas, 102352 comments, 2137701 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas
Idea #6109: Turn off monitor without turning off computer

Written by loonyphoenix the 30 Mar 08 at 17:36. Category: Accessibility. Related project: Nothing/Others. Status: New
Rationale
Like the title says, I want to turn off my monitor sometimes. With a hotkey. Complete with LCD backlight. Sure, you can usually do it by pressing the power key, but on a laptop you've got to close the lid, and sometimes I want to turn off the montitor without closing the lid, for example, when I'm using the notebook as a substitute audio player. Conserving the energy, yet having access to back/forward/volume/etc...

If you liked this idea, check out my other ideas.
Tags: monitor power

192
votes
up equal down
Solution #1: Auto-generated solution of idea #6109
Written by loonyphoenix the 30 Mar 08 at 17:36.
Ubuntu Brainstorm was updated in January 2009. Since the idea #6109 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

Propose your solution

Attachments
No attachments.


Duplicates


Comments
Eldmannen wrote on the 30 Mar 08 at 17:52
Why would you want to turn off the monitor without closing the lid?

loonyphoenix wrote on the 30 Mar 08 at 18:01
Using the notebook as an audio player. Conserving the energy, yet having access to back/forward/volume/etc... Better add this to description, though.

jonas_lindeloev wrote on the 30 Mar 08 at 19:15
It works just fine on my IBM Thinkpad X40. There's a hotkey (Fn+F3) for turning of the monitor. And it works out-of-the-box with ubuntu feisty+gutsy.

loonyphoenix wrote on the 30 Mar 08 at 19:45
A way to configure it, then. I don't have such hotkey preconfigured.

tromboneman wrote on the 30 Mar 08 at 20:24
sleep 1 && xset dpms force off

loonyphoenix wrote on the 30 Mar 08 at 22:06
@tromboneman
Will it turn it on again? Or is it "sleep 1 && xset dpms force on"?

loonyphoenix wrote on the 30 Mar 08 at 22:09
And do I need to be root to execute that? (You see, I don't want to try without a way to revert it :) )

sf_007 wrote on the 31 Mar 08 at 00:34
Good ideia, I would like something like this for me...

jasmuz wrote on the 31 Mar 08 at 01:52
Check out Brightside.

sudo aptitude install brightside
Check its configuration in: System--->Preferences-->Screen actions

johno wrote on the 31 Mar 08 at 09:42
The command mentioned above:

sleep 1 && xset dpms force off

means wait 1 second (sleep 1), then use dpms to turn the monitor off. It will turn back on again when you move the mouse or press a key. The sleep is there so that the keypress itself doesn't wake it up immediately.

You could then bind this to a hotkey. To implement this "idea", there needs to be some way that people could work out/ find out that it can be done, and how to do it. Maybe this should appear somewhere in keybindings or in power management.

loonyphoenix wrote on the 31 Mar 08 at 13:27
Thanks, johno. Even if it's not implemented, I gather I can implement if myself if I want to.

Frankly, I'm astounded this silly idea of mine got so many votes. I'd rather thought that my other two would be more sucessful, being more thought-out and all, yet they haven't yet broken through +10...

A lesson to me: KISS (keep it simple, stupid). Those have too many words, I guess...

leu wrote on the 31 Mar 08 at 18:20
You could add a starter to your panel, give it an icon like this one: /usr/share/icons/gnome/32x32/apps/screensaver.png
and add: xset dpms force off
And you're done.

But why not as a feature in this "add to the panel"-menu?

Good idea! Saves the energy exactly when you don't need it.

diaa wrote on the 3 Apr 08 at 17:45
I don't agree, this is a completely custom idea, yes it's nice to save energy and so on, but Ubuntu already has screensavers and turns off monitors to save power, it doesn't need a button

ændrük wrote on the 28 Apr 08 at 04:09
The ability to force a quick poweroff of the monitor when you know you won't need it for a moment is a very reasonable one.

If you have any doubt of this feature's practicality, just look at its prevalence in other, small devices already. iPods, iPhones, and my Canon PowerShot all have single buttons to power off the screen when you're not using it. The iPhone's design in particular really promotes this sort of usage pattern.

In class last week, I kept referring to my laptop only about every 4-5 minutes. This was just long enough for the "black" screensaver to kick in, but the whole time I wished there was a way to just power down the LCD like it does automatically after about 30 minutes.

Martin von Wittich wrote on the 7 Sep 08 at 00:04
+1
atm, I'm doing this by "xset dpms force standby" when there are downloads still running on my notebook and I want to go to bed. The light would irritate me; but I can't close the lid because wireless would stop working then.

Endolith wrote on the 10 Sep 08 at 15:01
Create a launcher on your desktop:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Icon[en_US]=gnome-display-properties
Exec=xset dpms force off
Name[en_US]=Shut off screen
Name=Shut off screen
Icon=gnome-display-properties

peterhume89 wrote on the 3 Apr 09 at 14:03
i agree, good idea, hada look at and got this.

xset dpms force off

and create a launcher. simple!

Endolith wrote on the 7 Apr 09 at 18:07
Jaunty will supposedly let you set keyboard shortcuts for any command, so you won't need a launcher anymore.

kaimiddleton wrote on the 16 Aug 09 at 01:54
Well, I've installed ubuntu 9.04 server, and I don't have an xserver running, so I don't have the dpms command. Does anyone have an alternative?

kaimiddleton wrote on the 16 Aug 09 at 02:13
Ok, I tried this, but it didn't work:

from:
http://bugs.gentoo.org/267805

1. setterm -powersave on
2. setterm -powersave powerdown
3. setterm -powerdown 1

Screen stays on

Desired Result:
screen should turn off but it does not

kaimiddleton wrote on the 18 Aug 09 at 01:50
I've given up trying. I think I can't turn off the LCD backlight. "It's a kernel problem":

http://bugs.gentoo.org/267805

_sphinx_ wrote on the 27 Aug 09 at 06:35
thanks for this....
it did worked for me...

ChaseVoid wrote on the 9 Sep 09 at 21:19
I totally needed this feature.

I'm using "xset -display :0 dpms force off" currently.


Post your comment