Hi, I’m pretty new to Linux and to reporting issues. If I need to send more info, let me know.
Running on Linux 6.6.48-1-LTS (tried 6.10.7-arch-1 as well) with KDE Plasma 6.1.4
Basically, I’ve tried to get my NVIDIA GTX 750 Ti GPU to work on Wayland, using the proprietary 560.53.03 drivers, which I’ve installed using nvidia-inst --no-dkms
. I have set nvidia-drm modeset=1
in my GRUB entry and /etc/modprobe.d/nvidia-power-management.conf
looks like this:
options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/nvtmp
options nvidia-drm modeset=1
options nvidia NVreg_UsePageAttributeTable=1
options nvidia NVreg_RegistryDwords="OverrideMaxPerf=0x1"
Now, I can log into a Wayland session, and the performance is as good as it gets. However, when I run systemctl suspend
(or use the Application Launcher’s sleep button), the system does suspend, but waking it up does not work as intended; The computer itself does wake up, and my mouse + keyboard’s lights do light up, but both of my monitors receive no signal. It’s not just a black screen, they are entirely off. It’s also not responding to keyboard input, cannot change TTY’s or anything. I have to hold down the power button to turn the computer off.
I’ve tried disabling the nvidia-resume.service
, nvidia-suspend.service
, nvidia-hibernate.service
and nvidia-persistenced.services
, but then the system would not go to sleep at all and throw me to the lock screen. If I enable those services, the issue described above happens.
I’ve also tried to plug the monitors out of my GPU and plug them back in, still no signal.
Tried looking for similar issues but nothing helped or they were different issues.
Here’s the output of systemctl -k -b -0 --boot=-1
:
https://0x0.st/Xv7H.txt
And the output of inxi -Fxxc0z
:
https://0x0.st/Xv78.txt
Thank you in advance.