Skip to content

Commit

Permalink
chore: Add extra NVIDIA kernel parameters
Browse files Browse the repository at this point in the history
- enable fine-grained dynamic power management with NVreg_DynamicPowerManagement=0x02
- ensure video memory allocations are preserved across sleep cycles with NVreg_PreserveVideoMemoryAllocations=1
- set temporary file path for NVIDIA drivers to /var/tmp for improved file handling during power management
- enable framebuffer device emulation with nvidia-drm.fbdev=1 to maintain console visibility during early boot (might not be necessary)
  • Loading branch information
mirkobrombin authored Aug 1, 2024
1 parent 73c5582 commit 9d6aa9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes.container/etc/abroot/kargs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
quiet splash bgrt_disable $vt_handoff lsm=integrity nvidia.NVreg_DynamicPowerManagement=0x02 nvidia.NVreg_PreserveVideoMemoryAllocations=1 nvidia.NVreg_TemporaryFilePath=/var/tmp nvidia-drm.fbdev=1

0 comments on commit 9d6aa9f

Please sign in to comment.