From a0c52d2a58b62088fb603bd3157ed7572017c18c Mon Sep 17 00:00:00 2001 From: omckeon Date: Wed, 31 Jul 2024 05:00:14 +0000 Subject: [PATCH] Add link to microsoft article for wsl troubleshooting page. --- src/content/docs/troubleshoot/Windows (WSL)/list/wsl-issue-1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/troubleshoot/Windows (WSL)/list/wsl-issue-1.md b/src/content/docs/troubleshoot/Windows (WSL)/list/wsl-issue-1.md index 2f03e74de..6e8a0ba2d 100644 --- a/src/content/docs/troubleshoot/Windows (WSL)/list/wsl-issue-1.md +++ b/src/content/docs/troubleshoot/Windows (WSL)/list/wsl-issue-1.md @@ -27,3 +27,5 @@ To run Linux GUI Apps in WSL, you need to install the correct vGPU driver for yo - [Intel Graphics Driver](https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html) - [AMD Graphics Driver](https://www.amd.com/en/support/download/drivers.html) - [NVIDIA Graphics Driver](https://www.nvidia.com/Download/index.aspx?lang=en-us) + +For more information, you can read Microsoft's [Run Linux GUI apps on the Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps) article.