Skip to content

[BUG] Intel Arc GPU name printed incorrectly #1177

Closed
@DokterKaj

Description

@DokterKaj

On Linux Mint 22 and installed Fastfetch 2.21.0 through the PPA. Fastfetch prints my Intel Arc GPU as Intel rc Graphics @ 2.25 GHz [Integrated].
If it helps, Neofetch prints Intel Arc Graphics] (don't know where the solitary square bracket came from), while my System Info application prints "Intel Corporation Meteor Lake-P [Intel Arc Graphics]".

Output of fastfetch -c ci.jsonc --format json:

...
  {
    "type": "GPU",
    "result": [
      {
        "coreCount": null,
        "coreUsage": 0.0,
        "memory": {
          "dedicated": {
            "total": null,
            "used": null
          },
          "shared": {
            "total": null,
            "used": null
          }
        },
        "driver": "i915",
        "name": "rc Graphics",
        "temperature": null,
        "type": "Integrated",
        "vendor": "Intel",
        "platformApi": "DRM (card1)",
        "frequency": 2250,
        "deviceId": 128340
      }
    ],
    "stat": 2
  },
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions