-
Notifications
You must be signed in to change notification settings - Fork 116
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
fix(neofetch): list all Intel GPUs as detected #348
fix(neofetch): list all Intel GPUs as detected #348
Conversation
The offending
|
Now that Intel is selling its own dedicated GPUs, it is increasingly common to see laptops and desktop devices with multiple Intel GPUs. This patch is intended to fix GPU detection on a laptop with both an integrated UHD Graphics GPU and an Arc 380 (DG2). Note that this may potentially cause regressions, but the original upstream did not record the original issue, so I'm inclined to write it off as an outdated fix: commit ee815f9 Author: Dylan Araps <dylan.araps@gmail.com> Date: Mon Apr 9 09:51:23 2018 +1000 gpu: Fixed duplicate intel bug.
e957a99
to
3866ad0
Compare
Finally found a dedicated Intel GPU user. May I have some information about the dedicated Arc GPU?
|
Hi, this is from a user, I have requested that he supply the outputs. Here they are:
|
Well yeah, I think I meant
|
|
|
What does |
Is this for validating this pull request or purely for your curiosity? |
My curiosity only |
Then please consider contacting me directly and not flood this thread. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that Intel is selling its own dedicated GPUs, it is increasingly common to see laptops and desktop devices with multiple Intel GPUs. This patch is intended to fix GPU detection on a laptop with both an integrated UHD Graphics GPU and an Arc 380 (DG2).
Note that this may potentially cause regressions, but the original upstream did not record the original issue, so I'm inclined to write it off as an outdated fix:
Description
Describe the goals that the pull request accomplishes.
Relevant Links
If there are related issues, please link them here.
Please also include links relevant to the changes.
e.g. For new distros, include a link to the distro's official website, download link, or development repository.
Screenshots
If applicable, please include screenshots before and after your changes.
Additional context
Add any other context about the problem or changes here.