Skip to content
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

Wrong driver for amd egpu #81

Closed
TheBlob42 opened this issue Jul 25, 2022 · 2 comments · Fixed by #85
Closed

Wrong driver for amd egpu #81

TheBlob42 opened this issue Jul 25, 2022 · 2 comments · Fixed by #85

Comments

@TheBlob42
Copy link

While setting up my egpu with the help of your wonderful script I ran into a problem. The setup process worked smoothly and the egpu was detected, but on boot with the egpu plugged in I was presented with a black screen and a blinking cursor. Checking the issues here and the troubleshooting document I tried implementing a slight delay like in #77 or #50, but that did not help. I activated Pre-Boot ACL but that also did not change anything...

When checking the output of lspci -k I saw the the kernel driver in use was radeon. Checking the generated xorg.conf.egpu file I saw the the value for Driver was set to amdgpu. Changing this value to radeon finally did the trick for me and now my setup is working as it should.

Is this "wrong" driver detection something which could be fixed in the script somehow?
Or would it make sense to add this problem to the troubleshooting document within this repository?

@hertg
Copy link
Owner

hertg commented Jul 31, 2022

hmm, good point. What GPU are you using?
I'm currently rewriting egpu-switcher, I'll take that feedback into consideration and make sure to address it

@TheBlob42
Copy link
Author

I am using an old AMD Radeon R9 280x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants