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

System Info GUI Only Displays Integrated Part of Hybrid Graphics #12240

Closed
dtl131 opened this issue Jun 17, 2024 · 0 comments
Closed

System Info GUI Only Displays Integrated Part of Hybrid Graphics #12240

dtl131 opened this issue Jun 17, 2024 · 0 comments

Comments

@dtl131
Copy link

dtl131 commented Jun 17, 2024

Distribution

Mint 21.3

Package version

6.0.4

Graphics hardware in use

dual-GPU (intel/nvidia)

Frequency

Always

Bug description

The System info doesn't display the Discrete GPU on some hybrid graphics systems. This happens because the dGPU in hybrid systems is listed as a "3D controller" instead of a VGA controller:


You probably should change that from
if not "VGA" in card:
to
if not "VGA" in card and not "3D controller" in card:
It's not a big deal, but it can confuse some users, especially when they're running in Nvidia/performance prime mode and they only see an Intel GPU listed.

Steps to reproduce

Run 'cinnamon-settings info' or launch through the menu on a system with with hybrid graphics.

Expected behavior

Both GPU's are listed

Additional information

No response

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

No branches or pull requests

2 participants