You are not logged in.
Good Evening! I've been reading every post about screensavers, monitors, and power management that I can. I'm using the base install, so I should be using the XFCE Power Manager with light-locker. The problem I have is that the monitor does not go to sleep. After a period of no activity, the screen will blank but does not sleep. My monitor will go to sleep in windows, but not on bunsenlabs. I notice the same behavior on a second computer and on my laptop. Any ideas about how to get my monitor to go to sleep? Thanks...
Choven
Last edited by Choven (2017-12-02 02:52:44)
Offline
Does this work:
xset dpms force off
Can we please see the full output of:
xset -q
Finally, has your monitor ever entered sleep mode with any other GNU/Linux distributions?
Offline
xset dpms force off
This doesn't turn off the monitor or put it to sleep. It actually freezes the screen (the cursor disappears) and the monitor will stay like that until I move the mouse or press a key. The same thing happens when I altered the light-locker.desktop file to keep the login screen from appearing.
xset -q
Here's the output:
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000002
XKB indicators:
00: Caps Lock: off 01: Num Lock: on 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: 250 repeat rate: 25
auto repeating keys: 00ffffffdffffbbf
fadfffefffedffff
9fffffffffffffff
fff7ffffffffffff
bell percent: 0 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 2/1 threshold: 4
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 120 cycle: 0
Colors:
default colormap: 0x20 BlackPixel: 0x0 WhitePixel: 0xffffff
Font Path:
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,built-ins
DPMS (Energy Star):
Standby: 240 Suspend: 0 Off: 0
DPMS is Enabled
Monitor is On
I set the screen blanking very short because I've been trying to fix this problem. The monitor was hooked up to another computer and would sleep just fine. It worked with #!, xubuntu, and fedora. It is now connected to a new computer with a fresh install of bunsenlabs. I should have two live distos that I'll try on this new computer.
Offline
It actually freezes the screen (the cursor disappears) and the monitor will stay like that until I move the mouse or press a key. The same thing happens when I altered the light-locker.desktop file to keep the login screen from appearing.
OK, what is your graphics hardware?
lspci -knn | grep -iA2 '\''[030[02]\]'
Offline
nick@dell-bunsenlabs:~$ lspci -knn | grep -iA2 '\''[030[02]\]'
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
Subsystem: Dell Device [1028:0763]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:a12f] (rev 31)
The bunsenlabs live distro behaves the same way when I issue:
xset dpms force off
But, my laptop monitor sleeps with this command. So, it's just this one computer and monitor.
Offline
^ You have no kernel drivers loaded for your video card.
I think that's Kaby Lake so you could try this guide:
https://forums.bunsenlabs.org/viewtopic.php?id=1185
Debian stretch offers better support but we only have an experimental (development) version of BunsenLabs based on that:
Offline
^ You have no kernel drivers loaded for your video card.
I think that's Kaby Lake so you could try this guide:
https://forums.bunsenlabs.org/viewtopic.php?id=1185
Debian stretch offers better support but we only have an experimental (development) version of BunsenLabs based on that:
This worked. The monitor sleeps as expected. Didn't really consider the video drivers. Thanks...
Offline