Xscreensaver Display Power Management Issue
Ralf Mardorf
kde.lists at yahoo.com
Sat Aug 13 18:59:17 UTC 2022
On Sat, 2022-08-13 at 13:39 -0500, Barry Premeaux wrote:
> Xscreensaver's manual says to go to /etc/X11/xorg.conf.d/ and in
> Monitor, change DPMS to "true". I am assuming this is very dated
> information as the directory is empty.
Assuming
loginctl show-session $(loginctl show-user $(whoami) -p Display --value) -p Type --value
returns
x11
adding an entry to /etc/X11/xorg.conf.d/ should work.
/etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "Foo"
Option "DPMS" "true"
EndSection
More information about the ubuntu-users
mailing list