GPU_profile_selector icon indicating copy to clipboard operation
GPU_profile_selector copied to clipboard

rtd3 options ignored

Open Labaman opened this issue 11 months ago • 3 comments

Despite the rtd3 flag enabled in the extension settings, when switching to Hybrid mode via the extension, the default nvidia module config is created, without any parameters regarding RTD3 (i.e. the NVreg_DynamicPowerManagement option is not represented in /etc/modprobe.d/nvidia.conf at all if switching from the extension). If switching is performed from the command line by specifying the --rtd3 option, the correct /etc/modprobe.d/nvidia.conf template is generated, containing the NVreg_DynamicPowerManagement option with the specified value (by default options nvidia "NVreg_DynamicPowerManagement=0x02" ). For example extention settings is: image And result /etc/modprobe.d/nvidia.conf is

cat /etc/modprobe.d/nvidia.conf 
# Automatically generated by EnvyControl

options nvidia-drm modeset=1
options nvidia NVreg_UsePageAttributeTable=1 NVreg_InitializeSystemMemoryAllocations=0

Labaman avatar Mar 17 '24 14:03 Labaman