From 6eea6701366b8aae1f04690a2bcd3185767c980e Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 4 Sep 2025 20:02:28 -0400 Subject: [PATCH] Fix toml header --- content/posts/nvidia_cuda_sleep_issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.