Fix toml header
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 22s

This commit is contained in:
Alex Selimov 2025-09-04 20:02:28 -04:00
parent a7826395f9
commit 6eea670136
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -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.