-
-
Notifications
You must be signed in to change notification settings - Fork 606
Closed
Labels
bugSomething isn't workingSomething isn't working
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
Labels
bugSomething isn't workingSomething isn't working