-
-
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
Don't specify driver "intel" for Ubuntu 20.04. #33
Comments
I don't think the egpu-switcher script should contain exceptional code for certain versions of distributions. If there happens to be an issue in a certain distro/version, it's up to the maintainers of the distro to fix it. Introducing workarounds in egpu-switcher would unnecessarily complicate the script, and would require continuous checks on if the workarounds are still needed. Apart from that, the current defaults are that the internal GPU is not specified explicitly. Therefore the issue does only arise if someone explicitly specified their internal GPU to be the Intel Integrated Graphics. Users not specifying the internal GPU will get an empty But thanks for the feedback. It would probably be nice to have a "Known Issues" section in the README or create a page in the Wiki. I just created a new |
It's not much fun to maintain specific config for different distro versions. To put it bluntly. The egpu switcher config is broken on ubuntu 20.04. |
I am guessing you are referring to the commands Originally those two commands were just a single The As you can see, i do not have a specific internal GPU selected. The
To fix this issue, i'd recommend you to re-run the config command and don't select a specific internal GPU. The easiest way to achieve this is to execute the # this purges the generated xorg.conf.* files
# and removes your /etc/egpu-switcher/egpu-switcher.conf.
sudo egpu-switcher cleanup --hard
# Re-run the setup
sudo egpu-switcher setup |
I've followed the commands and selected 'N' when I was asked to specify an internal gpu. Now the Thank you for this explanation. |
Ubuntu 20.04 has multiple problems with the intel driver:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1867668
https://bugs.launchpad.net/ubuntu/+bug/1875162
https://gitlab.freedesktop.org/mesa/mesa/-/issues/2845#note_478292
My solution:
have an empty xorg.conf.internal file.
The text was updated successfully, but these errors were encountered: