Skip to content

Commit 6764f59

Browse files
committed
Update README.md to Document forced GPU selection flags for ambiguous driver detection
1 parent 2cb1a60 commit 6764f59

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# vibranceGUI
22

3-
VibranceGUI is a Windows Utility written in C# that automates NVIDIAs Digitial Vibrance Control and AMDs Saturation for Games, e.g. Counter-Strike: Global Offensive by utilizing native graphic card driver APIs.
3+
VibranceGUI is a Windows Utility written in C# that automates NVIDIAs Digitial Vibrance Control and AMDs Saturation for Games, e.g. Counter-Strike: Global Offensive by utilizing native graphic card driver APIs.
44

5-
As of 18th April 2015, vibranceGUI also fully supports AMD graphic cards. Prior to that, vibanceGUI was developed to support NVIDIA graphic cards only.
5+
As of 18th April 2015, vibranceGUI also fully supports AMD graphic cards. Prior to that, vibanceGUI was developed to support NVIDIA graphic cards only.
66

77
Note that NVIDIA Laptop GPUs are not supported because their drivers do not contain the needed functionality.
8-
Intel did not publish an API for their integrated GPUs and are not supported.
8+
Intel did not publish an API for their integrated GPUs and are not supported.
99

1010
More information and binary download available at: http://vibrancegui.com/
1111

12+
## Troubleshooting (v2.5.0+)
13+
14+
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`).
15+
1216
## Compiling
1317

14-
When compiling, make sure to compile for x86 target platform.
18+
When compiling, make sure to compile for x86 target platform.
1519

1620
## Contributing
1721

@@ -20,7 +24,7 @@ Every contribution is greatly appreciated. Do not hesitate to submit every issue
2024
## Contact
2125

2226
NVIDIA support: https://twitter.com/juvlarN
23-
27+
2428
AMD support: https://twitter.com/juRiiir3
2529

2630
`Please do not add either of us at Steam to ask questions about vibranceGUI. Thank you.`

0 commit comments

Comments
 (0)