Last active
November 27, 2024 16:22
-
-
Save diogow3/c8d07f6460b461e2871a76b7284f5edc to your computer and use it in GitHub Desktop.
Fix Nvidia on Gnome + Wayland
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo" | |
| options nvidia NVreg_EnableGpuFirmware=0 | |
| options nvidia Nvreg_PreserveVideoMemoryAllocations=1 | |
| options nvidia_drm modeset=1 | |
| options nvidia_drm fbdev=1 | |
| " | sudo tee -a /etc/modprobe.d/nvidia_fix.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment