I investigated the problem a bit more. As I mentioned above, DPMS gets turned on when I enter the administrator password when doing a software update. If I turn it off whilst the download is still in progress then it gets turned on again when the actual update starts. Still no idea what's causing it though.
Announcement
Collapse
No announcement yet.
DPMS Turns Itself On
Collapse
This topic is closed.
X
X
-
Add the following lines to ~/.bash_profile (If .bash_profile does not exist create it -- notice it is a "hidden file", its name begins with a period.)
Code:xset dpms 0 0 0 xset -dpms xset s noblank
xset dpms 32547 48820 65094
to make the times longer than a movie.
dpms flags...
The dpms option allows the DPMS (Energy Star) parameters to be set. The option can take up to three numerical values, or the `force' flag followed by a DPMS state. The `force' flags forces the server to immediately switch to the DPMS state specified. The DPMS state can be one of `standby', `suspend', `off', or `on'. When numerical values are given, they set the inactivity period (in units of seconds) before the three modes are activated. The first value given is for the `standby' mode, the second is for the `suspend' mode, and the third is for the `off' mode. Setting these values implicitly enables the DPMS features. A value of zero disables a particular mode.
"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Originally posted by GreyGeek View PostAdd the following lines to ~/.bash_profile (If .bash_profile does not exist create it -- notice it is a "hidden file", its name begins with a period.)
Code:xset dpms 0 0 0 xset -dpms xset s noblank
- Top
- Bottom
Comment
-
Dragon Player is causing DPMS to turn on on my system. Its happened a couple times where I turn DPMS off, watch a video and as soon as I close Dragon Player, the screen blanks.
It also seems that messing with DPMS breaks power management. Power management on my system is as useful as a coprolite.
- Top
- Bottom
Comment
-
Thanks! Is there anything else I need to do? I tried the script out, but it seems to be sleeping even more now.
On the other hand, I can go to System Settings > Power Management > Energy Saving Settings and check the box next to Screen Energy Saving, and then set the time as high as it will go (360 min). Since I don't think I'll ever be watching anything for 6 hours straight, this seems like a reasonable workaround.
- Top
- Bottom
Comment
-
Just tried this. I thought this issue was resolved, but Ubuntu did update the kernel yesterday. I have no idea if that is the issue that has started this problem again. Thank you.
Originally posted by davidw1957 View Post#!/bin/sh
#
# no sleep display
xset -dpms;
xset s off
setterm -blank 0 -powerdown 0
exit 0
-----------------------------
copy this into your favorite text editor and save it to /home/your user name/.kde/Autostart
make it executable
reboot
- Top
- Bottom
Comment
-
Originally posted by davidw1957 View Post#!/bin/sh
#
# no sleep display
xset -dpms;
xset s off
setterm -blank 0 -powerdown 0
exit 0
-----------------------------
copy this into your favorite text editor and save it to /home/your user name/.kde/Autostart
make it executable
reboot
- Top
- Bottom
Comment
-
I go the other route, set the blanking to far into the future ... 32000 seconds...
xset dpms 32000 32000 32000
xset s noblank
xset -dpms"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
DPMS seems to be resetting itself when I view videos in Firefox. Both Flash and HTML5. But it doesn't seem like it's every time.
Does this nonsense happen in GNOME or Unity, or any other KDE-based distro? I'm really getting tired of dealing with this.
EDIT: I think it might actually be VLC that's resetting DPMS.Last edited by Zeikcied; Sep 28, 2012, 04:36 PM.
- Top
- Bottom
Comment
-
Originally posted by Zeikcied View PostEDIT: I think it might actually be VLC that's resetting DPMS.
Try out Smplayer+Mplayer2 combo, works much better for me than Vlc.Kubuntu Raring Ringtail x64 w/ Kde 4.10.5
Multimedia packages for Kubuntu x64 (x264 10bit, mplayer2, Aegisub etc.)
http://erokawaii.org/?page_id=5181
My stuff on kde-look.org
http://kde-look.org/usermanager/sear...ction=contents
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Originally posted by Shimapan View PostTry out Smplayer+Mplayer2 combo, works much better for me than Vlc.
- Top
- Bottom
Comment
Comment