-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
still using 2 differnt drivers ( amd and nvidia) and run vibranceGUI #67
Comments
There is no way to bypass this unfortunately. This happens because you have both NVIDIA API dll files (nvapi.dll) as well as AMD API dll files (atiadlxx.dll and atiadlxy.dll) in your Windows driver folders (System32/SysWOW64). You could try to rename the amd api dll files and see if everything else still works as expected. I am not sure if you need the amd api dll files for your streaming program though. |
This is a version that only checks for NVIDIA and does not care if both NVIDIA and AMD drivers are present. This is a version that only checks for AMD and does not care if both NVIDIA and AMD drivers are present. |
Isn't it possible to ask which to use if the application detects that both drivers are present? |
This should be handled more appropriately, there are edge cases where someone would need AMD and NVIDIA drivers installed. |
Not even an edge case. Can't run this with an AMD CPU (with its appropriate graphics drivers installed) and NVIDIA GPU. |
same issue :( |
solution is working fine for me with AMD cpu w/ integrated graphics and Nvidia GPU, but it still feels like a workaround to find your comment here on github to download the right version... |
Thannk you so much dude! |
Hi all, can you please take a look at this new beta version i have built based on this PR: #140 To force a GPU type in that new version, do the following:
It would be great if you can let me know if this also works after you reboot your pc. You can download the pre-release .exe here: |
Appears to be working as intended. Can confirm automatic startup works with forced nvidia. Not using any of the other new features. So can't speak to those. |
hello my name is mike and i have an issue i use to differnt grafic cards one amd one nvidia and i use only the amd one for streaming and nivdia for as gaming but i cant use vibranceGUI anymore but is there a way to baypass this so i can still use it ore is there a version of it that cant detect grafic card drivers please help i need them both
The text was updated successfully, but these errors were encountered: