NVIDIA Open GPU Kernel Modules Version
590.48.01
Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
Operating System and Version
CachyOS
Kernel Release
6.18.3-2-cachyos
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
Hardware: GPU
NVIDIA GeForce RTX 5060 Laptop GPU
Describe the bug
cat /proc/driver/nvidia/params
ResmanDebugLevel: 4294967295
RmLogonRC: 1
ModifyDeviceFiles: 1
DeviceFileUID: 0
DeviceFileGID: 0
DeviceFileMode: 438
InitializeSystemMemoryAllocations: 1
UsePageAttributeTable: 4294967295
EnableMSI: 1
EnablePCIeGen3: 0
MemoryPoolSize: 0
KMallocHeapMaxSize: 0
VMallocHeapMaxSize: 0
IgnoreMMIOCheck: 0
EnableStreamMemOPs: 0
EnableUserNUMAManagement: 1
NvLinkDisable: 0
RmProfilingAdminOnly: 1
PreserveVideoMemoryAllocations: 1
EnableS0ixPowerManagement: 0
S0ixPowerManagementVideoMemoryThreshold: 256
DynamicPowerManagement: 3
DynamicPowerManagementVideoMemoryThreshold: 200
TegraGpuPgMask: 0
RegisterPCIDriver: 1
EnablePCIERelaxedOrderingMode: 0
EnableResizableBar: 0
EnableGpuFirmware: 18
EnableGpuFirmwareLogs: 2
RmNvlinkBandwidthLinkCount: 0
EnableDbgBreakpoint: 0
OpenRmEnableUnsupportedGpus: 1
DmaRemapPeerMmio: 1
ImexChannelCount: 2048
CreateImexChannel0: 0
GrdmaPciTopoCheckOverride: 0
EnableSystemMemoryPools: 529
CoherentGPUMemoryMode: ""
RegistryDwords: ""
RegistryDwordsPerDevice: ""
RmMsg: ""
GpuBlacklist: ""
TemporaryFilePath: "/var/tmp"
ExcludedGpus: ""
DynamicPowerManagement is 3(fine-grained) but i tried 1(coarse-grained) and 2(fine-grained).
cat /proc/driver/nvidia/gpus/0000:01:00.0/power
cat /sys/bus/pci/devices/0000:01:00.0/power_state
Runtime D3 status: Enabled (fine-grained)
Tegra iGPU Rail-Gating: Disabled
Video Memory: Active
GPU Hardware Support:
Video Memory Self Refresh: Supported
Video Memory Off: Supported
S0ix Power Management:
Platform Support: Supported
Status: Disabled
Notebook Dynamic Boost: Supported
D0
RTD3 is enabled, Video Memory is always Active, power state is always D0.
cat /sys/bus/pci/devices/0000:01:00.0/power/control
auto
cat /sys/bus/pci/devices/0000:01:00.1/power/control
auto
nvidia-smi
nvidia-smi
Thu Jan 8 23:29:33 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 590.48.01 Driver Version: 590.48.01 CUDA Version: 13.1 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 5060 ... Off | 00000000:01:00.0 Off | N/A |
| N/A 37C P8 4W / 40W | 2MiB / 8151MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
lsmod | rg nvidia
nvidia_wmi_ec_backlight 12288 0
nvidia_uvm 2543616 0
nvidia_drm 151552 0
nvidia_modeset 1974272 1 nvidia_drm
nvidia 15532032 13 nvidia_uvm,nvidia_modeset
video 81920 4 nvidia_wmi_ec_backlight,asus_wmi,amdgpu,nvidia_modeset
drm_ttm_helper 16384 3 amdgpu,nvidia_drm
wmi 36864 4 video,nvidia_wmi_ec_backlight,asus_wmi,wmi_bmof
Window Manager: niri 25.11
Use niri debug options to ignore nvidia driver:
debug {
render-drm-device "/dev/dri/renderD129"
ignore-drm-device "/dev/dri/renderD128"
}
To Reproduce
Use same parameters
Bug Incidence
Always
nvidia-bug-report.log.gz
nvidia-bug-report.log.gz
More Info
No HDMI is plugged, Laptop running with battery.
No response
NVIDIA Open GPU Kernel Modules Version
590.48.01
Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
Operating System and Version
CachyOS
Kernel Release
6.18.3-2-cachyos
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
Hardware: GPU
NVIDIA GeForce RTX 5060 Laptop GPU
Describe the bug
cat /proc/driver/nvidia/paramsDynamicPowerManagementis 3(fine-grained) but i tried 1(coarse-grained) and 2(fine-grained).RTD3 is enabled, Video Memory is always Active, power state is always D0.
cat /sys/bus/pci/devices/0000:01:00.0/power/controlautocat /sys/bus/pci/devices/0000:01:00.1/power/controlautonvidia-smilsmod | rg nvidiaWindow Manager: niri 25.11
Use niri debug options to ignore nvidia driver:
To Reproduce
Use same parameters
Bug Incidence
Always
nvidia-bug-report.log.gz
nvidia-bug-report.log.gz
More Info
No HDMI is plugged, Laptop running with battery.
No response