The title says it all. Graphics apps were working without an issue with the exception of one that was throwing an error for XCB Qt plugin (found but not initialized). I presumed installing the latest CUDA driver would help fix the issue. Instead, it broke everything. Do you have any stable CUDA drivers that are compatible with WSL2? Apparently, the latest version has issues. Here is the nvidia-smi output:
±----------------------------------------------------------------------------+
| NVIDIA-SMI 515.48.07 Driver Version: 516.40 CUDA Version: 11.7 |
|-------------------------------±---------------------±---------------------+
| 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 … On | 00000000:01:00.0 On | N/A |
| N/A 49C P8 5W / N/A | 670MiB / 8192MiB | 2% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 457 G /Xwayland N/A |
±----------------------------------------------------------------------------+
Please advise on how to proceed.