Created
August 24, 2025 18:37
-
-
Save vmpartner/64fc67b88fad1abc32d6c9167400e269 to your computer and use it in GitHub Desktop.
Revisions
-
vmpartner revised this gist
Aug 24, 2025 . 1 changed file with 3 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,12 +2,8 @@ - Ubuntu 24.04 - Wayland Create file /etc/modprobe.d/nvidia-power-management.conf with content: options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/tmp ~ update-initramfs -u ~ reboot -
vmpartner created this gist
Aug 24, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ - MSI MAG X870 TOMAHAWK WIFI - Ubuntu 24.04 - Wayland Add to `/etc/modprobe.d/nvidia-power-management.conf` ``` options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/tmp ``` then `update-initramfs -u` then `reboot`