This already started to happen when I had 11.10 and I thought 12.04 will fix it but it's still the same. The problem is that if my laptop is idle for around 4 minutes my screen turns off even though my screensaver and power management are disabled. How can I fix that?
Announcement
Collapse
No announcement yet.
Screen goes black
Collapse
This topic is closed.
X
X
-
Code:Keyboard Control: auto repeat: on key click percent: 0 LED mask: 00000000 XKB indicators: 00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off 03: Compose: off 04: Kana: off 05: Sleep: off 06: Suspend: off 07: Mute: off 08: Misc: off 09: Mail: off 10: Charging: off 11: Shift Lock: off 12: Group 2: off 13: Mouse Keys: off auto repeat delay: 660 repeat rate: 25 auto repeating keys: 00ffffffdffffbbf fadfffefffedffff 9fffffffffffffff fff7ffffffffffff bell percent: 50 bell pitch: 400 bell duration: 100 Pointer Control: acceleration: 20/10 threshold: 4 Screen Saver: prefer blanking: yes allow exposures: yes timeout: 0 cycle: 600 Colors: default colormap: 0x20 BlackPixel: 0 WhitePixel: 16777215 Font Path: /usr/share/fonts/X11/misc,/usr/share/fonts/X11/Type1,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,built-ins DPMS (Energy Star): Standby: 600 Suspend: 600 Off: 600 DPMS is Disabled
- Top
- Bottom
Comment
-
thanks
Originally posted by whatthefunk View PostIve had problems with DPMS switching on and off by itself. Next time it happens, use xset-q to see if DPMS is enabled. If it is, do
Code:xset -dpms
I made bash script calling the two command:
xset -dpms
xset s noblank
and so the screen does not go black anymore.
- Top
- Bottom
Comment
Comment