From a4285b412f2e418829d9596ebaea414abb6e323b Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Sat, 10 Aug 2024 22:05:27 +0200 Subject: [PATCH] nvidia: Drop rt3d workaround, since it does break the wayland KDE session Signed-off-by: Peter Jung --- profiles/pci/graphic_drivers/profiles.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/profiles/pci/graphic_drivers/profiles.toml b/profiles/pci/graphic_drivers/profiles.toml index b4eb6a3..dbb4de6 100644 --- a/profiles/pci/graphic_drivers/profiles.toml +++ b/profiles/pci/graphic_drivers/profiles.toml @@ -71,16 +71,9 @@ MODULES+=(nvidia nvidia_modeset nvidia_uvm nvidia_drm) EOF mkinitcpio -P systemctl enable switcheroo-control - - # Workaround to fix broken RTD3 on GNOME, which keeps taking up 1MB of VRAM - # without letting the dGPU fully sleep or keeping it running for long - # periods of time. - # See: https://gitlab.gnome.org/GNOME/mutter/-/issues/2969 - echo "export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" > /etc/profile.d/nvidia-rt3d-workaround.sh """ post_remove = """ rm -f /etc/mkinitcpio.conf.d/10-chwd.conf - rm -f /etc/profile.d/nvidia-rt3d-workaround.sh mkinitcpio -P """ @@ -140,16 +133,9 @@ MODULES+=(nvidia nvidia_modeset nvidia_uvm nvidia_drm) EOF mkinitcpio -P systemctl enable switcheroo-control - - # Workaround to fix broken RTD3 on GNOME, which keeps taking up 1MB of VRAM - # without letting the dGPU fully sleep or keeping it running for long - # periods of time. - # See: https://gitlab.gnome.org/GNOME/mutter/-/issues/2969 - echo "export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" > /etc/profile.d/nvidia-rt3d-workaround.sh """ post_remove = """ rm -f /etc/mkinitcpio.conf.d/10-chwd.conf - rm -f /etc/profile.d/nvidia-rt3d-workaround.sh mkinitcpio -P """