First Commit
This commit is contained in:
4
usr/lib/modprobe.d/amdgpu.conf
Normal file
4
usr/lib/modprobe.d/amdgpu.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# Force using of the amdgpu driver for Southern Islands (GCN 1.0+) and Sea
|
||||
# Islands (GCN 2.x) generations.
|
||||
options amdgpu si_support=1 cik_support=1
|
||||
options radeon si_support=0 cik_support=0
|
||||
5
usr/lib/modprobe.d/blacklist.conf
Normal file
5
usr/lib/modprobe.d/blacklist.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# Blacklist the Intel TCO Watchdog/Timer module
|
||||
blacklist iTCO_wdt
|
||||
|
||||
# Blacklist the AMD SP5100 TCO Watchdog/Timer module (Required for Ryzen cpus)
|
||||
blacklist sp5100_tco
|
||||
21
usr/lib/modprobe.d/nvidia.conf
Normal file
21
usr/lib/modprobe.d/nvidia.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# NVreg_UsePageAttributeTable=1 (Default 0) - Activating the better memory
|
||||
# management method (PAT). The PAT method creates a partition type table at a
|
||||
# specific address mapped inside the register and utilizes the memory
|
||||
# architecture and instruction set more efficiently and faster. If your system
|
||||
# can support this feature, it should improve CPU performance.
|
||||
#
|
||||
# NVreg_InitializeSystemMemoryAllocations=0 (Default 1) - Disables clearing
|
||||
# system memory allocation before using it for the GPU. Potentially improves
|
||||
# performance, but at the cost of increased security risks. Write "options
|
||||
# nvidia NVreg_InitializeSystemMemoryAllocations=1" in
|
||||
# /etc/modprobe.d/nvidia.conf, if you want to return the default value. Note:
|
||||
# It is possible to use more memory (?)
|
||||
#
|
||||
# NVreg_DynamicPowerManagement=0x02 - Enables the use of dynamic power
|
||||
# management for Turing generation mobile cards, allowing the dGPU to be
|
||||
# powered down during idle time.
|
||||
#
|
||||
options nvidia NVreg_UsePageAttributeTable=1 \
|
||||
NVreg_InitializeSystemMemoryAllocations=0 \
|
||||
NVreg_DynamicPowerManagement=0x02
|
||||
Reference in New Issue
Block a user