Summary: | With NVIDIA GPU, when changing brightness or night light, Dell G2724D monitor freezes then crashes entire desktop | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | mox <n.sheibley> |
Component: | Power management & brightness | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | 404+kde, kdedev, natalie_clarius, nate, strong.drum0546 |
Priority: | NOR | ||
Version First Reported In: | 6.3.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mox
2025-04-06 06:40:32 UTC
The only additional line in journalctl -e /usr/bin/plasmashell after this sequence is: file:///usr/share/plasma/plasmoids/org.kde.plasma.brightness/contents/ui/PopupDialog.qml:93: TypeError: Value is null and could not be converted to an object I have the same Monitor and the Desktop on the G2724D crashes when using the Night Light slider to adjust color temperature. Operating System: openSUSE Tumbleweed 20250403 KDE Plasma Version: 6.3.4 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2 Kernel Version: 6.14.0-1-default (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 7800X3D 8-Core Processor Memory: 31.0 GiB of RAM Graphics Processor: NVIDIA GeForce RTX 4070/PCIe/SSE2 journalctl Apr 07 17:14:18 host kwin_wayland[1819]: kwin_wayland_drm: Pageflip timed out! This is a bug in the nvidia-drm kernel driver Apr 07 17:14:18 host kwin_wayland[1819]: kwin_wayland_drm: Please report this at https://forums.developer.nvidia.com/c/gpu-graphics/linux Apr 07 17:14:18 host kwin_wayland[1819]: kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0' Apr 07 17:14:19 host kwin_wayland[1819]: kwin_wayland_drm: Pageflip timed out! This is a bug in the nvidia-drm kernel driver OK! Turning monitor off and on reanimates the desktop. > kwin_wayland_drm: Pageflip timed out! This is a bug in the nvidia-drm kernel driver
It's not wrong. :)
Opened NV bug report: https://forums.developer.nvidia.com/t/kwin-wayland-drm-pageflip-timed-out/329529 *** Bug 503560 has been marked as a duplicate of this bug. *** Installing Nvidia beta drivers (currently 575.51.02) fixed this for me. Can anyone confirm this?
---------------------------------
Arch specific instructions to install Nvidia beta drivers on Arch
This may be useful for people on Arch with a Nvidia Turing card (or if you have installed nvidia-open-dkms). Steps will differ if you have installed currently nvidia-dkms (other microarchitecture generations).
Warning: using -Rdd removes packages regardless of depencies, which was necessary on my machine. It will break your system if you do not re-install all the required packages manually immediately! Use at your own risk.
> yay -Syyu
> yay -Rdd nvidia-open-dkms nvidia-utils lib32-nvidia-utils nvidia-settings opencl-nvidia
> yay -S nvidia-open-beta-dkms nvidia-utils-beta lib32-nvidia-utils-beta nvidia-settings-beta opencl-nvidia-beta
> reboot
|