Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Turing NVIDIA GPUs and D3 sleep #216

Open
cncastillo opened this issue Aug 14, 2024 · 1 comment
Open

Problems with Turing NVIDIA GPUs and D3 sleep #216

cncastillo opened this issue Aug 14, 2024 · 1 comment

Comments

@cncastillo
Copy link

I have been using Cosmic lately and realized that the blue dot next to the battery indicator was always on, even if no app used the GPU (dropdown showed "-").

After a bit of googling, I found https://bbs.archlinux.org/viewtopic.php?id=297276, and there seems to be a problem with the NVIDIA driver 555 that prevents some GPUs from going to D3 sleep. My GPU is an NVIDIA GeForce GTX 1650 Ti Mobile.

❯ cat /proc/driver/nvidia/gpus/0000:59:00.0/power
Runtime D3 status:          Not supported
Video Memory:               Active

GPU Hardware Support:
 Video Memory Self Refresh: Not Supported
 Video Memory Off:          Supported

S0ix Power Management:
 Platform Support:          Supported
 Status:                    Disabled

I tried the fix specified in the link (adding options nvidia "NVreg_EnableGpuFirmware=0" in /etc/modprobe.d/nvidia.conf to disable GPS NVIDIA/open-gpu-kernel-modules#640), and now my GPU is turning off, and everything is looking good.

 ❯ cat /proc/driver/nvidia/gpus/0000:59: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:          Supported
 Status:                    Enabled

I'm not sure if this was the best repo to post this, but it might be helpful to someone.

Cheers!

@Charlyo
Copy link

Charlyo commented Jan 17, 2025

@cncastillo THANK YOU!
Been having issues with the same gpu in my laptop!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants