Hello,
After upgrading to KDE Plasma 6.1, when I login a Wayland session the screen turns off after showing “No Signal”. This doesn’t happen on a GNOME Wayland session. When the screen turns off I can’t switch to a terminal either. I can login on a Plasma X11 session just fine.
Before upgrading I was using Plasma 6.0.5 with the same driver (Nvidia 555.52.04) without issues except a Kwin crash on resume from suspend.
Specs and infos:
- Up to date ArchLinux with linux-zen
- KDE
- Driver 555.52.04 from AUR
- Nvidia RTX 4060 (ASUS Dual GeForce RTX 4060 OC Edition 8GB)
- Desktop system with Intel 8600K
- GRUB_CMDLINE_LINUX_DEFAULT=“loglevel=3 resume=UUID=4461aafb-f9f2-431d-b01e-948248922a3f tsc=reliable quiet splash nvidia-drm.modeset=1”
- /etc/modprobe.d/nvidia.conf => options nvidia-drm modeset=1 fbdev=1
- /etc/environment => (I removed comments and unrelated stuff)
GBM_BACKEND=nvidia-drm
__GLX_VENDOR_LIBRARY_NAME=nvidia
__GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1
- /etc/mkinitcpio.conf => (I removed comments)
MODULES=“nvidia nvidia_modeset nvidia_uvm nvidia_drm”
BINARIES=“”
FILES=“”
HOOKS=“base udev autodetect modconf block keyboard keymap resume filesystems fsck”
- /etc/X11/xorg.conf.d/20-nvidia.conf => (No very relevant for Wayland but just so I include everything)
Section “Device”
Identifier “Nvidia Card”
Driver “nvidia”
Option “PrimaryGPU” “on”
Option “Coolbits” “26”
EndSection
- Screen ASUS XG27AQ configured on 144Hz connected via DisplayPort
- Report: https://drive.google.com/file/d/1hCNK7eiNbLm9pEMoqdKoRns9Oz14ssS6/view?usp=drive_link (I didn’t find how to attach it directly here)
The report was done on X11 since I can’t login on Wayland at all.
EDIT: I tried with nvidia.NVreg_EnableGpuFirmware=0 on the command line params and also tried with regular kernel instead of zen but it didn’t help.
EDIT 2: Reworded and I tested GNOME Wayland and it works fine.