Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2849

Graphical Environments & Desktops • KDE Plasma 5.27.5 fails auto-turning screens off after timout (AMD GPU)

$
0
0
I'm on Plasma and I seem to be affected by this very bug that seems to have to do with Powerdevil.
viewtopic.php?t=154147
But maybe still different.

Screens turn right back on, right after the set time out is reached and the have switched off.
This also confuses lockscreen where one HD screen might remain black but with cursor shown while its content is in the upper right corner of the 4k screen.

My workaround for now is switching the screens off myself...

Code:

System:  Kernel: 6.1.0-22-amd64 [6.1.94-1] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0    parameters: BOOT_IMAGE=/vmlinuz-6.1.0-22-amd64 root=UUID=<filter> ro quiet splash    resume=UUID=<filter> resume_offset=146782208 init=/lib/systemd/systemd  Desktop: KDE Plasma v: 5.27.5 info: latte-dock wm: kwin_x11 vt: 7 dm: SDDM    Distro: MX-23.3_KDE_x64 Libretto May 19 2024 base: Debian GNU/Linux 12 (bookworm)r> rev: 9300Swap:  Kernel: swappiness: 15 (default 60) cache-pressure: 100 (default)  ID-1: swap-1 type: file size: 136.64 GiB used: 0 KiB (0.0%) priority: -2 file: /swap/swapSensors:  System Temperatures: cpu: 53.0 C mobo: N/A gpu: amdgpu temp: 59.0 C mem: 68.0 C  Fan Speeds (RPM): N/A gpu: amdgpu fan: 342Repos:  Packages: 2797 pm: dpkg pkgs: 2791 libs: 1466 tools: apt,apt-get,aptitude,nala,synaptic pm: rpm    pkgs: 0 pm: flatpak pkgs: 6  No active apt repos in: /etc/apt/sources.list  Active apt repos in: /etc/apt/sources.list.d/brave-browser-release.list    1: deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main  Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list    1: deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware  Active apt repos in: /etc/apt/sources.list.d/debian.list    1: deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware    2: deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware    3: deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware  Active apt repos in: /etc/apt/sources.list.d/mx.list    1: deb https://mirror.23m.com/mx-packages/mx/repo/ bookworm main non-free    2: deb https://mirror.23m.com/mx-packages/mx/repo/ bookworm ahs  Active apt repos in: /etc/apt/sources.list.d/onlyoffice.list    1: deb https://download.onlyoffice.com/repo/debian squeeze mainInfo:  Processes: 593 Uptime: 32m wakeups: 0 Memory: 125.57 GiB used: 5.21 GiB (4.0%) Init: systemd  v: 252 target: graphical (5) default: graphical tool: systemctl Compilers: gcc: 12.2.0 alt: 12  Client: shell wrapper v: 5.2.15-release inxi: 3.3.26Boot Mode: UEFI
I have tried xset dpms force off which work fine from Konsole, but not from
System Settings | Notifications
Scroll down to Application-Specific Settings and click on the Configure button
Scroll down and click on Screen Saver
then click on Configure Events
Click on Screen Locked and then Click on Run Command
where I put an executable script

Code:

#!/usr/bin/bashsleep 11;xset dpms force off;done
also

Code:

#!/usr/bin/bashxset dpms force off
will not work with the above described bug where the screen turn back on right away (after they turned off after 11 seconds)

It might be some graphics misconfiguration as well, I have not used Debian for a while and never on multiscreen.

Code:

Graphics:  Device-1: Intel RocketLake-S GT1 [UHD Graphics 750]    driver: i915 v: kernel  Device-2: AMD Navi 31 [Radeon RX 7900 XT/7900 XTX]    driver: amdgpu v: kernel  Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland    v: 22.1.9 driver: X: loaded: amdgpu,modesetting    unloaded: fbdev,radeon,vesa dri: radeonsi gpu: amdgpu    resolution: 1: 1920x1080~60Hz 2: 3840x2160~60Hz    3: 1920x1080~60Hz  API: OpenGL v: 4.6 Mesa 23.1.2-1~mx23ahs renderer: AMD    Radeon Graphics (gfx1100 LLVM 15.0.6 DRM 3.49    6.1.0-22-amd64
[/quote]


Any clue?

Statistics: Posted by debrecinay — 2024-07-14 16:52



Viewing all articles
Browse latest Browse all 2849

Trending Articles