-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Support selection of eGPUs #63
Comments
Thanks for your feedback. This issue is something I'm aware of, but wasn't able to address in the current I am actually working on a rewrite of the script where I try to address the current limitations. You can find some more information about that on the Discussions tab. See the bullet point Multiple environments including non-eGPU docks, which covers your issue. I'll leave that issue open for now, but would happily accept PRs if someone has a solid workaround. Sorry for the inconvenience. |
My "workaround" has been to just manually switch to a TTY and rerun the script whenever I switch setups, which is luckily only ~once/week. Very excited for the rewrite 👍. Is there a branch that I can monitor progress/test out during your development? |
Not yet. The code I have is quite messy and rapidly changes, because I'm still figuring stuff out. Two larger question that I don't have the answer to right now:
Solving these two problems would be a pretty big step in order to figure out the final structure of the the overwrite. And would make it possible to break out of my current prototyping phase. Although some questions would still be left open; For example how I can make the project useful for people with "eGPUs" which are not connected through thunderbolt (I was made aware recently that there are people using egpu-switcher with express-cards 😄 #62 (comment)) |
@BryceBeagle |
I'm still using |
I currently switch between 3 different eGPU scenarios:
Currently, it doesn't seem possible to have 3 different Xorg .confs that the startup script selects from. This means that whenever I switch from AMD to Nvidia, or vice-versa, I need to recreate the configuration for
egpu-switcher
.The text was updated successfully, but these errors were encountered: