Skip to content

[BUG] Dedicated GPU detected as integrated. #1032

@ghost

Description

General description of bug:

  • What happened: dedicated AMD Radeon HD 7570M GPU is detected as integrated.
  • What should happen: it should be detected as dedicated.
  • Fastfetch version used: 2.16.0.
  • Did it work in an older version: NO.
  • Where did you get the binary: Scoop for Windows 11.
  • Does this issue still occur in the latest dev build: Yes.

Often helpful information:

The content of the configuration file you use (if any): fastfetch c all.

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

{
  "type": "GPU",
  "result": [
    {
      "coreCount": null,
      "memory": {
        "dedicated": {
          "total": 1052770304,
          "used": null
        },
        "shared": {
          "total": 4026531840,
          "used": null
        }
      },
      "driver": "15.201.1301.0",
      "name": "AMD Radeon HD 7570M",
      "temperature": null,
      "type": "Integrated",
      "vendor": "AMD",
      "platformApi": "Direct3D 11.0",
      "frequency": null
    }
  ]
}

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