You are not logged in.
Pages: 1
Hi. New install of Lithium. I've set power management to blank the screen after 60 minutes. Instead, it seems to blank after a minute or two. How can I fix this? Using 64-bit build.
Offline
Can we see the output of your power manager settings? (use [ code ] tags please)
cat /home/damo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | awk -F '"' '{print $2" "$4" "$6}'
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
jeff@debian:~$ cat /home/damo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | awk -F '"' '{print $2" "$4" "$6}'
cat: /home/damo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml: No such file or directory
Offline
Oops, no wonder - you can't see the path on my hard drive! Here is a more generic command:
cat ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | awk -F '"' '{print $2" "$4" "$6}'
And PLEASE USE CODE TAGS for terminal output!
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
---Mod edit. ADDED CODE TAGS!!!--
jeff@debian:~$ cat ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | awk -F '"' '{print $2" "$4" "$6}'
1.0 UTF-8
xfce4-power-manager 1.0
xfce4-power-manager empty
power-button-action empty
lid-action-on-ac uint 1
lid-action-on-battery uint 1
critical-power-action uint 1
show-tray-icon uint 1
general-notification bool true
dpms-on-ac-sleep uint 0
blank-on-ac int 60
dpms-on-ac-off uint 1
lock-screen-suspend-hibernate bool false
logind-handle-lid-switch bool false
Last edited by damo (2020-09-01 21:22:48)
Offline
And PLEASE USE CODE TAGS for terminal output!
Are you understanding this?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
No. I looked in the terminal settings and didn't see anything. Sorry.
Offline
No. I looked in the terminal settings and didn't see anything. Sorry.
?? When you compose a reply, look above the text window for the format tags. Use "Code", or type the tags in your text. It will look like this:
[code]
blank-on-ac int 60
dpms-on-ac-off uint 1
[/code]
You have the display set to blank after 60mins on AC power, and switch off after 1min.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
No such stuff here. Only Topics: and Index. I'm really confused. Is there a text file I can edit and change the one minute screen blanking?
Offline
No such stuff here. Only Topics: and Index. I'm really confused. Is there a text file I can edit and change the one minute screen blanking?
See the "Code" tag above the reply text box?
You could edit the xml file, or just use the Menu > Preferences > Power Management gui. Under the Display tab, drag the "Switch off after" slider to the left until it says "Never".
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Those prompts are not on my screen. Can't figure out how to insert a screen shot. Perhaps my time with this distro is limited -- sigh.
Offline
Those prompts are not on my screen. Can't figure out how to insert a screen shot. Perhaps my time with this distro is limited -- sigh.
This has nothing to do with the distro, it is about you trying to use the forum. How are you managing to post anything here?
When you click "Post reply" isn't that the page you get? (Ignore the colours, it depends on the forum theme you have chosen).
You can post scrots by uploading to an online image host and putting the url here, like this with ImgBB:
[url=https://i.ibb.co/wwkvX8h/reply.jpg][img]https://i.ibb.co/QCg5Rhv/reply.jpg[/img][/url]
But before you get sidetracked with all that, have you fixed your screen blanking? I reckon you slid a Power Management slider to the left, but not all the way, leaving your screen to turn off after 1 minute.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Pages: 1