Written by zdenik the 29 Feb 08 at 07:05.
Category: System.
Related project:
Nothing/Others.
Status: New
Rationale
On the power management preferences screen it would be nice if the "Blank screen" option actually put the screen to sleep (turn the back-light off).
When I close the lid on my laptop I see no reason for the back-light to stay on. And, for me, having the screen turn off when I close the lid is preferable to putting the laptop into standy or hybernate.
I already tested it by setting the "put display to sleep when inactive" to the lowest value and then waiting to see what happens. It does turn the back-light off (put the screen to sleep).
But thanks for the tip! Not only can I now setup a script or alias to power off my screen when needed... no, wait... My stupid laptop wakes the screen back up when I close the lid!
Maybe that's the problem. The "Blank screen" option IS putting the screen to sleep, but closing the lid on my Dell E1505 is doing something that's causing the screen to wake up again after the fact. AAARGH!
Maybe our most excellent and bodacious Ubuntu developers can make the OS smart enough to intercept whatever signal the laptop is sending and prevent it from waking up the screen? :)
Some laptops need to shutdown when the screen is closed, as they overheat without the ventilation that happens through the keyboard. If implementing this idea, please consider that and properly research the issue.
Ubuntu often jams my laptop upon lid close.
I have tried the blacklisting method described on the Ubuntu Forum, but that's just some silly workaround if you'd ask me.
I hope this is fixed in the upcomming release, Gutsy gibbon is the only one since 4 generations Ubuntu that contains this bug. At least that's my experience ;).
Most laptops I've run Ubuntu on turn the screen off upon lid close as expected. You're experiencing a bug for existing features. So I guess this post is really on improving power management support.
I have a dell and when I shut the screen it gets the light off but if I press the media's keys or use the usb mouse the light turns on and stay so till it turns off by idle after at least 11 minutes :(
For what it's worth, I have a Dell E1505N. I had been running Kubuntu, and the backlight would turn off when I closed my laptop lid with the "blank screen" setting on. I recently switched to Ubuntu and GNOME, and have noticed the same behavior as the poster of this bug. The screen goes blank, but the backlight still stays on while the lid is closed.
Maybe you could give a sleep command to delay the turning off of the backlighting. That might allow you to issue the command, close the laptop lid, and then the command will (hopefully) turn the screen off.
Try:
sleep 10; xset s activate
or
sleep 10; xset dpms force off
Sleep time is in seconds. You can test it out with different sleep values to see if it makes any difference.