I am also facing this issue. I have Windows 11 and Arch Linux dual-booted on my laptop with an RTX 3050. On Windows11 the power goes up to 75W (as it should), whereas on Linux it is stuck at 60W as below:-
nvidia-smi -q -d power
==============NVSMI LOG==============
Timestamp : Sat Jul 26 23:32:44 2025
Driver Version : 575.64.05
CUDA Version : 12.9
Attached GPUs : 1
GPU 00000000:01:00.0
GPU Power Readings
Average Power Draw : N/A
Instantaneous Power Draw : 56.34 W
Current Power Limit : 60.00 W
Requested Power Limit : 60.00 W
Default Power Limit : 60.00 W
Min Power Limit : 1.00 W
Max Power Limit : 75.00 W
Power Samples
Duration : Not Found
Number of Samples : Not Found
Max : Not Found
Min : Not Found
Avg : Not Found
GPU Memory Power Readings
Average Power Draw : N/A
Instantaneous Power Draw : N/A
Module Power Readings
Average Power Draw : N/A
Instantaneous Power Draw : N/A
Current Power Limit : N/A
Requested Power Limit : N/A
Default Power Limit : N/A
Min Power Limit : N/A
Max Power Limit : N/A
The above data was collected when I stress-tested my RTX 3050 with Furmark.
As you can see below, on Windows 11, the power goes up to 72W and sometimes reaches 75W.
My configuration
GPU: RTX 3050 75W
CPU: AMD 5600H
RAM: 24GB
OS: Arch Linux
Driver Version 575.64.05 (Proprietary)
Dynamic Boost is supported on my laptop as seen below:-
cat /proc/driver/nvidia/gpus/0000:01:00.0/power
Runtime D3 status: Enabled (fine-grained)
Video Memory: Active
GPU Hardware Support:
Video Memory Self Refresh: Supported
Video Memory Off: Supported
S0ix Power Management:
Platform Support: Not Supported
Status: Disabled
Notebook Dynamic Boost: Supported
on running systemctl status nvidia-powerd.service i get the following:-
nvidia-powerd.service - nvidia-powerd service
Loaded: loaded (/usr/lib/systemd/system/nvidia-powerd.service; enabled; preset: disabled)
Active: active (running) since Sat 2025-07-26 20:21:53 IST; 2h 9min ago
Invocation: c9aeff35e5c74989aa1c3732b03c73b1
Main PID: 5299 (nvidia-powerd)
Tasks: 5 (limit: 27642)
Memory: 3.6M (peak: 5.6M)
CPU: 3.445s
CGroup: /system.slice/nvidia-powerd.service
└─5299 /usr/bin/nvidia-powerd
Jul 26 20:21:53 yuvraj-arch systemd[1]: Started nvidia-powerd service.
Jul 26 20:21:53 yuvraj-arch nvidia-powerd[5299]: nvidia-powerd version:2.0 (build 1)
Jul 26 20:21:53 yuvraj-arch nvidia-powerd[5299]: DBus Connection is established
Jul 26 20:21:53 yuvraj-arch nvidia-powerd[5299]: ERROR! DC power limits table is not supported
Jul 26 20:21:53 yuvraj-arch nvidia-powerd[5299]: ERROR! Failed to get SysPwrLimitGetInfo!!
Jul 26 20:21:53 yuvraj-arch nvidia-powerd[5299]: ERROR! Client (presumably SBIOS) has requested to disable Dynamic Boost DC controller
As seen above nvidia-powerd has clearly stopped.
On running nvidia-smi -q -d PERFORMANCE, we can see there is a “SW Power Cap” active.
==============NVSMI LOG==============
Timestamp : Sat Jul 26 23:38:09 2025
Driver Version : 575.64.05
CUDA Version : 12.9
Attached GPUs : 1
GPU 00000000:01:00.0
Performance State : P0
Clocks Event Reasons
Idle : Not Active
Applications Clocks Setting : Not Active
SW Power Cap : Active
HW Slowdown : Not Active
HW Thermal Slowdown : Not Active
HW Power Brake Slowdown : Not Active
Sync Boost : Not Active
SW Thermal Slowdown : Not Active
Display Clock Setting : Not Active
Clocks Event Reasons Counters
SW Power Capping : 599526396 us
Sync Boost : 0 us
SW Thermal Slowdown : 0 us
HW Thermal Slowdown : 0 us
HW Power Braking : 0 us
Sparse Operation Mode : N/A
If I unplug my laptop the power do decrease as expected:-
==============NVSMI LOG==============
Timestamp : Sun Jul 27 01:01:40 2025
Driver Version : 575.64.05
CUDA Version : 12.9
Attached GPUs : 1
GPU 00000000:01:00.0
GPU Power Readings
Average Power Draw : N/A
Instantaneous Power Draw : 6.87 W
Current Power Limit : 30.00 W
Requested Power Limit : 30.00 W
Default Power Limit : 60.00 W
Min Power Limit : 1.00 W
Max Power Limit : 75.00 W
Power Samples
Duration : Not Found
Number of Samples : Not Found
Max : Not Found
Min : Not Found
Avg : Not Found
GPU Memory Power Readings
Average Power Draw : N/A
Instantaneous Power Draw : N/A
Module Power Readings
Average Power Draw : N/A
Instantaneous Power Draw : N/A
Current Power Limit : N/A
Requested Power Limit : N/A
Default Power Limit : N/A
Min Power Limit : N/A
Max Power Limit : N/A
I have the required acpi profiles set as seen below:-
cat /sys/firmware/acpi/platform_profile_choices
cool quiet balanced performance
cat /sys/firmware/acpi/platform_profile
performance
All the tests have been conducted on the NVIDIA proprietary driver. I did not test the open source driver.