diff --git a/content/posts/nvidia_cuda_sleep_issue.md b/content/posts/nvidia_cuda_sleep_issue.md index 1e9ceb6..461b01e 100644 --- a/content/posts/nvidia_cuda_sleep_issue.md +++ b/content/posts/nvidia_cuda_sleep_issue.md @@ -1,7 +1,7 @@ +++ title = "NVIDIA graphics card faulting after sleep/wake cycle on Void Linux" date = "2025-09-04T19:44:19-04:00" -topics: [software development, CUDA] +topics = ["software development", "CUDA"] +++ I run Void Linux on a Thinkpad T480 with Integrated Intel graphics and a discrete Nvidia MX150. I've decided to start working with more CUDA development and was running into an issue where my Nvidia GPU would suddenly stop being detected by CUDA applications. The only way I could figure out to get it back online was by rebooting my computer. Eventually I became so frustrated that I decided to dive in and find a solution.