Announcement

Collapse
No announcement yet.

NVIDIA 550.54.14 Release Brings R550 Series Linux Driver To Stable

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #41
    Sleep/suspend does not work for me in Wayland on 550 Nvidia, but everything else is almost on usable state, some vsynk problems and frame drops.
    But back to x11.

    Comment


    • #42
      Originally posted by danilw View Post
      Sleep/suspend does not work for me in Wayland on 550 Nvidia
      1. Install closed-source kernel driver
      2. Create file /etc/modprobe.d/nvidia.conf
      Code:
      options nvidia-drm modeset=1
      options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/nvidia
      ​
      3. Update initramfs: sudo mkinitcpio -P
      4. Enable systemd services: sudo systemctl enable nvidia-suspend​ nvidia-hibernate​ nvidia-resume

      More info on ArchWiki

      Comment

      Working...
      X