From 0cd8c42b60990142700a3c7c6411e50862379d44 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:41:44 +0000 Subject: [PATCH 1/2] Initial plan From fd61771a8997d68f49053863e499dab5647cd388 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:46:01 +0000 Subject: [PATCH 2/2] Document forced GPU flags Co-authored-by: harisonw <87620631+harisonw@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e80a6c8..8c1dccf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Intel did not publish an API for their integrated GPUs and are not supported. More information and binary download available at: http://vibrancegui.com/ +## Troubleshooting (v2.5.0+) + +If you see the "Both NVIDIA and AMD graphic drivers have been found on your system" error (for example on systems with an AMD iGPU and a dedicated NVIDIA GPU), you can force the GPU type via a shortcut: create a shortcut to `vibranceGUI.exe`, open its Properties, and append a space plus `--force-nvidia` or `--force-amd` to the Target path (e.g. `C:\WHATEVER\vibranceGUI\vibranceGUI.exe --force-nvidia`). + ## Compiling When compiling, make sure to compile for x86 target platform.