I have installed Bluefin nvidia gts to a Dell XPS 15 7590 which has an Nvidia Turing gpu and enabled runtime power management with ujust --choose, however cat /proc/driver/nvidia/gpus/0000:01:00.0/power command shows that it is not enabled. I have checked that the necessary udev rules are in place in/lib/udev/rules.d/60-nvidia.rules and if I understand correctly the proprietary driver is used not the GSP one, so power management should be working. Can it be enabled? Could you please help me?
Update 14/12/2024:
It turned out that the nvidia.conf modprobe file in /etc/modprobe/d is not working, so I had to manually add the following to the kernel parameters: (rpm-ostree kargs --append)
nvidia.NVreg_EnableGpuFirmware=0
nvidia.NVreg_DynamicPowerManagement=0x02
With the above nvidia power management works on the laptop, please use the above parameters for Turing Gpus
thanks for the input, could you create an issue so that it could be implemented, not everybody could/should do these edits themself.