Skip to content

Commit

Permalink
chore: move kargs to modprobe.d
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Aug 6, 2024
1 parent 6123107 commit a57ff49
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes.container/etc/abroot/kargs
Original file line number Diff line number Diff line change
@@ -1 +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
quiet splash bgrt_disable $vt_handoff lsm=integrity
1 change: 1 addition & 0 deletions includes.container/etc/modprobe.d/nvidia-fbdev.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
options nvidia-drm fbdev=1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
options nvidia-drm modeset=1
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/tmp/
options nvidia NVreg_PreserveVideoMemoryAllocations=1
options nvidia NVreg_TemporaryFilePath=/var/tmp/
options nvidia NVreg_DynamicPowerManagement=0x02

0 comments on commit a57ff49

Please sign in to comment.