From e8907768755eae9c71e03d72172543fdf1d24267 Mon Sep 17 00:00:00 2001 From: reflexran <151042611+reflexran@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:17:11 +0200 Subject: [PATCH] Troubleshooting: add graphics driver error fix (#127) * Add new error fix Signed-off-by: reflexran <151042611+reflexran@users.noreply.github.com> * Update src/Troubleshooting/index.md Co-authored-by: sewn Signed-off-by: reflexran <151042611+reflexran@users.noreply.github.com> --------- Signed-off-by: reflexran <151042611+reflexran@users.noreply.github.com> Co-authored-by: sewn --- src/Troubleshooting/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Troubleshooting/index.md b/src/Troubleshooting/index.md index de73e5e..0ba95f1 100644 --- a/src/Troubleshooting/index.md +++ b/src/Troubleshooting/index.md @@ -158,6 +158,10 @@ This issue is most commonly caused by the Wine build not having the Vulkan Child - Disabling DXVK in the Vinegar configuration. +### "Necessary graphics drivers not installed" error + +This issue can be fixed by switching renderer to Vulkan, instructions on how to do so are located [here](https://vinegarhq.org/Configuration/index.html). + ### Buggy QT fonts This is a known issue with WineD3D. Enabling DXVK in the configuration file should solve this issue.