Hi,
I recently installed the 460.27.04 beta drivers on my Manjaro KDE system using the nvidia-beta-dkms package in AUR with a 1080ti. While it did fix several issues that I was experiencing in the stable driver, I noticed my computer can no longer suspend. I have attempted suspending via the suspend button in KDE, running systemctl suspend, and using pm-suspend and none of them worked. My system begins suspending and I can hear my disks turning off but then the computer immediately spins back up to my desktop. This did not happen in the stable driver (latest 455).
I checked my journalctl outputs after attempting to suspend and noticed that it is reporting a device not being able to suspend while the disks in the system were going to sleep:
Jan 02 18:24:33 PC kernel: sd 5:0:0:0: [sdd] Synchronizing SCSI cache
Jan 02 18:24:33 PC kernel: sd 3:0:0:0: [sdb] Synchronizing SCSI cache
Jan 02 18:24:33 PC kernel: sd 0:0:0:0: [sda] Stopping disk
Jan 02 18:24:33 PC kernel: sd 5:0:0:0: [sdd] Stopping disk
Jan 02 18:24:33 PC kernel: sd 4:0:0:0: [sdc] Stopping disk
Jan 02 18:24:33 PC kernel: sd 3:0:0:0: [sdb] Stopping disk
Jan 02 18:24:33 PC kernel: PM: Some devices failed to suspend, or early wake event detected
Jan 02 18:24:33 PC kernel: sd 0:0:0:0: [sda] Starting disk
Jan 02 18:24:33 PC kernel: sd 3:0:0:0: [sdb] Starting disk
Jan 02 18:24:33 PC kernel: sd 5:0:0:0: [sdd] Starting disk
Jan 02 18:24:33 PC kernel: sd 4:0:0:0: [sdc] Starting disk
Jan 02 18:24:33 PC kernel: parport_pc 00:01: activated
Jan 02 18:24:33 PC kernel: serial 00:02: activated
Jan 02 18:24:33 PC kernel: acpi LNXPOWER:16: Turning OFF
I generated the nvidia-bug-report.log.gz (381.8 KB) immediately after an attempted suspend.
Any suggestions are appreciated. Thanks.