KDE Plasma screensaver uses 100% CPU continuously #50

Closed
opened 2021-10-11 23:51:14 +00:00 by a · 1 comment
Owner

In an xrdp remote desktop session, the KDE Plasma desktop's screensaver will use 100% CPU continuously when it kicks in. The best fix for this is probably to disable the screensaver completely since it's not useful in a remote session.

In an xrdp remote desktop session, the KDE Plasma desktop's screensaver will use 100% CPU continuously when it kicks in. The best fix for this is probably to disable the screensaver completely since it's not useful in a remote session.
a added the
bug
label 2021-10-11 23:51:14 +00:00
a self-assigned this 2021-10-11 23:51:14 +00:00
a added this to the (deleted) project 2021-10-11 23:51:14 +00:00
Author
Owner

OK, it should be fixed now after creating a file in /etc/xdg, which is the global config directory for all user:

[Daemon]
Autolock=false
LockOnResume=false

The /etc/xdg folder is actually super useful and could be helpful for issues like #46. This approach seems much more elegant than the hacky solutions in that issue.

OK, it should be fixed now after creating a file in `/etc/xdg`, which is the global config directory for all user: ``` [Daemon] Autolock=false LockOnResume=false ``` The `/etc/xdg` folder is actually super useful and could be helpful for issues like #46. This approach seems much more elegant than the hacky solutions in that issue.
a closed this issue 2021-10-12 01:55:23 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: exozyme/exozyme#50
No description provided.