Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

[BUG] AMD RX 7600 XT is not reported correctly by fastfetch #1282

Closed
SeSodesa opened this issue Sep 21, 2024 · 3 comments
Closed

[BUG] AMD RX 7600 XT is not reported correctly by fastfetch #1282

SeSodesa opened this issue Sep 21, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@SeSodesa
Copy link

Be sure to read the FAQ before submitting a new issue.

General description of bug:

I recently bought a Sapphire Pulse AMD RX 7600 XT, but fastfetch is not displaying the expected model or chipset of the GPU correctly. Currently the output of fastfetch version 2.25.0 without any configuration files is as follows:

             /////////////                 santtu@olkkarikone
         /////////////////////             ------------------
      ///////*767////////////////          OS: Pop!_OS jammy 22.04 x86_64
    //////7676767676*//////////////        Kernel: Linux 6.9.3-76060903-generic
   /////76767//7676767//////////////       Uptime: 1 hour, 36 mins
  /////767676///*76767///////////////      Packages: 1849 (dpkg), 6 (flatpak)
 ///////767676///76767.///7676*///////     Shell: fish 3.7.1
/////////767676//76767///767676////////    Display (SAMSUNG): 1920x1080 @ 60 Hz in 85″ [External]
//////////76767676767////76767/////////    DE: GNOME 42.9
///////////76767676//////7676//////////    WM: Mutter (X11)
////////////,7676,///////767///////////    WM Theme: Pop
/////////////*7676///////76////////////    Theme: Pop [GTK2/3/4]
///////////////7676////////////////////    Icons: Pop [GTK2/3/4]
 ///////////////7676///767////////////     Font: Fira Sans (10pt, SemiLight) [GTK2/3/4]
  //////////////////////'////////////      Cursor: Pop (24px)
   //////.7676767676767676767,//////       Terminal: GNOME Terminal 3.44.0
    /////767676767676767676767/////        Terminal Font: Fira Mono (13pt)
      ///////////////////////////          CPU: AMD Ryzen 5 7600X (12) @ 5.45 GHz
         /////////////////////             GPU 1: AMD Device 7480 (VGA compatible) [Discrete]
             /////////////                 GPU 2: AMD Device 164E (VGA compatible) [Integrated]
                                           Memory: 6.41 GiB / 30.57 GiB (21%)
                                           Swap: 0 B / 20.00 GiB (0%)
                                           Disk (/): 21.90 GiB / 95.56 GiB (23%) - ext4
                                           Disk (/home): 156.92 GiB / 814.78 GiB (19%) - ext4
                                           Local IP (wlp11s0): 192.168.1.184/24
                                           Locale: en_US.UTF-8

There the discrete GPU device GPU 1 is the RX 7600 XT card. According to lshw, the GPU is currently utilizing the amdgpu driver, as it should:

*-display
     description: VGA compatible controller
     product: Advanced Micro Devices, Inc. [AMD/ATI]
     vendor: Advanced Micro Devices, Inc. [AMD/ATI]
     physical id: 0
     bus info: pci@0000:03:00.0
     logical name: /dev/fb0
     version: c0
     width: 64 bits
     clock: 33MHz
     capabilities: pm pciexpress msi vga_controller bus_master cap_list rom fb
     configuration: depth=32 driver=amdgpu latency=0 mode=3840x2160 resolution=3840,2160 visual=truecolor xres=3840 yres=2160
     resources: iomemory:f80-f7f iomemory:fc0-fbf irq:96 memory:f800000000-fbffffffff memory:fc00000000-fc0fffffff ioport:f000(size=256) memory:f6b00000-f6bfffff memory:f6c00000-f6c1ffff
*-display
     description: VGA compatible controller
     product: Advanced Micro Devices, Inc. [AMD/ATI]
     vendor: Advanced Micro Devices, Inc. [AMD/ATI]
     physical id: 0
     bus info: pci@0000:0e:00.0
     version: c7
     width: 64 bits
     clock: 33MHz
     capabilities: pm pciexpress msi msix vga_controller bus_master cap_list
     configuration: driver=amdgpu latency=0
     resources: iomemory:fc0-fbf iomemory:fc0-fbf irq:65 memory:fc20000000-fc2fffffff memory:fc30000000-fc301fffff ioport:e000(size=256) memory:f6a00000-f6a7ffff

It would be nice if the chipset of the discrete GPU was reported correctly as AMD RX 7600 XT.

Often helpful information:

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

[
  {
    "type": "Title",
    "result": {
      "userName": "santtu",
      "hostName": "olkkarikone",
      "homeDir": "/home/santtu/",
      "exePath": "/usr/bin/fastfetch",
      "userShell": "/usr/bin/fish"
    },
    "stat": 0.0011620000004768372
  },
  {
    "type": "Separator",
    "error": "Unsupported for JSON format",
    "stat": 0.0000700000673532486
  },
  {
    "type": "OS",
    "result": {
      "buildID": "",
      "codename": "jammy",
      "id": "pop",
      "idLike": "ubuntu debian",
      "name": "Pop!_OS",
      "prettyName": "Pop!_OS 22.04 LTS",
      "variant": "",
      "variantID": "",
      "version": "22.04 LTS",
      "versionID": "22.04"
    },
    "stat": 0.015989001840353012
  },
  {
    "type": "Host",
    "error": "neither product_family nor product_name is set by O.E.M.",
    "stat": 0.08371499925851822
  },
  {
    "type": "Bios",
    "result": {
      "date": "01/26/2024",
      "release": "24.12",
      "vendor": "American Megatrends Inc.",
      "version": "2412",
      "type": "UEFI"
    },
    "stat": 0.026739999651908875
  },
  {
    "type": "Bootmgr",
    "result": {
      "name": "Pop!_OS 22.04 LTS",
      "firmware": "\\EFI\\systemd\\systemd-bootx64.efi",
      "secureBoot": false
    },
    "stat": 0.11765899881720543
  },
  {
    "type": "Board",
    "result": {
      "name": "ROG STRIX B650E-I GAMING WIFI",
      "vendor": "ASUSTeK COMPUTER INC.",
      "version": "Rev 1.xx",
      "serial": ""
    },
    "stat": 0.02564699947834015
  },
  {
    "type": "Chassis",
    "result": {
      "type": "Desktop",
      "vendor": "",
      "version": "",
      "serial": ""
    },
    "stat": 0.03740900009870529
  },
  {
    "type": "Kernel",
    "result": {
      "architecture": "x86_64",
      "name": "Linux",
      "release": "6.9.3-76060903-generic",
      "version": "#202405300957~1726766035~22.04~4092a0e SMP PREEMPT_DYNAMIC Thu S",
      "displayVersion": "",
      "pageSize": 4096
    },
    "stat": 0.0004610009491443634
  },
  {
    "type": "InitSystem",
    "result": {
      "name": "systemd",
      "exe": "/usr/lib/systemd/systemd",
      "version": "249.11-0ubuntu3.11pop0~1704473387~22.04~3ce38bf",
      "pid": 1
    },
    "stat": 0.3582760002464056
  },
  {
    "type": "Uptime",
    "result": {
      "uptime": 12182940,
      "bootTime": "2024-09-21T18:14:40.868+0300"
    },
    "stat": 0.02313300035893917
  },
  {
    "type": "Loadavg",
    "result": [
      0.12,
      0.33,
      0.59
    ],
    "stat": 0.007063999772071838
  },
  {
    "type": "Processes",
    "result": 341,
    "stat": 0.34515099972486496
  },
  {
    "type": "Packages",
    "result": {
      "all": 1855,
      "apk": 0,
      "brew": 0,
      "brewCask": 0,
      "choco": 0,
      "dpkg": 1849,
      "emerge": 0,
      "eopkg": 0,
      "flatpakSystem": 6,
      "flatpakUser": 0,
      "nixDefault": 0,
      "nixSystem": 0,
      "nixUser": 0,
      "pacman": 0,
      "paludis": 0,
      "pkg": 0,
      "pkgtool": 0,
      "macports": 0,
      "rpm": 0,
      "scoop": 0,
      "snap": 0,
      "winget": 0,
      "xbps": 0,
      "opkg": 0,
      "am": 0,
      "sorcery": 0,
      "guixSystem": 0,
      "guixUser": 0,
      "guixHome": 0,
      "linglong": 0,
      "pacmanBranch": ""
    },
    "stat": 0.28670299984514713
  },
  {
    "type": "Shell",
    "result": {
      "exe": "fish",
      "exeName": "fish",
      "exePath": "/usr/bin/fish",
      "pid": 2887,
      "ppid": 2862,
      "processName": "fish",
      "prettyName": "fish",
      "version": "3.7.1",
      "tty": 0
    },
    "stat": 1.3699880000203848
  },
  {
    "type": "Editor",
    "result": {
      "type": "Editor",
      "name": "vim",
      "path": "/usr/bin/vim.gtk3",
      "exe": "vim.gtk3",
      "version": ""
    },
    "stat": 0.021289000287652016
  },
  {
    "type": "Display",
    "result": [
      {
        "id": 0,
        "name": "SAMSUNG",
        "primary": true,
        "output": {
          "width": 1920,
          "height": 1080
        },
        "scaled": {
          "width": 1920,
          "height": 1080
        },
        "physical": {
          "width": 1872,
          "height": 1053
        },
        "refreshRate": 60.0,
        "rotation": 0,
        "bitDepth": 0,
        "hdrEnabled": false,
        "type": "External"
      }
    ],
    "stat": 1.86587000079453
  },
  {
    "type": "Brightness",
    "result": [],
    "stat": 0.12556299939751625
  },
  {
    "type": "Monitor",
    "result": [
      {
        "hdrCompatible": true,
        "name": "SAMSUNG",
        "resolution": {
          "width": 3840,
          "height": 2160
        },
        "physical": {
          "height": 1053,
          "width": 1872
        },
        "refreshRate": 30.0,
        "manufactureDate": {
          "year": 2018,
          "week": 1
        },
        "serial": 16780800
      }
    ],
    "stat": 0.769140001386404
  },
  {
    "type": "LM",
    "result": {
      "service": "gdm-password",
      "type": "X11",
      "version": "42.0"
    },
    "stat": 2.8085719998925924
  },
  {
    "type": "DE",
    "result": {
      "processName": "gnome-shell",
      "prettyName": "GNOME",
      "version": "42.9"
    },
    "stat": 1.3129519987851381
  },
  {
    "type": "WM",
    "result": {
      "processName": "GNOME Shell",
      "prettyName": "Mutter",
      "protocolName": "X11",
      "pluginName": ""
    },
    "stat": 0.0007910002022981644
  },
  {
    "type": "WMTheme",
    "result": "Pop",
    "stat": 1.3071809988468885
  },
  {
    "type": "Theme",
    "result": {
      "theme1": "",
      "theme2": "Pop [GTK2/3/4]"
    },
    "stat": 0.0029750000685453415
  },
  {
    "type": "Icons",
    "result": {
      "icons1": "",
      "icons2": "Pop [GTK2/3/4]"
    },
    "stat": 0.0014930013567209244
  },
  {
    "type": "Font",
    "result": {
      "display": "Fira Sans (10pt, SemiLight) [GTK2/3/4]",
      "fonts": [
        "",
        "Fira Sans (10pt, SemiLight)",
        "Fira Sans (10pt, SemiLight)",
        "Fira Sans (10pt, SemiLight)"
      ]
    },
    "stat": 0.006060998886823654
  },
  {
    "type": "Cursor",
    "result": {
      "theme": "Pop",
      "size": "24"
    },
    "stat": 0.0009619984775781631
  },
  {
    "type": "Wallpaper",
    "result": "/usr/share/backgrounds/pop/nick-nazzaro-jungle-green.png",
    "stat": 0.0004709996283054352
  },
  {
    "type": "Terminal",
    "result": {
      "processName": "gnome-terminal-",
      "exe": "/usr/libexec/gnome-terminal-server",
      "exeName": "gnome-terminal-server",
      "exePath": "/usr/libexec/gnome-terminal-server",
      "pid": 2862,
      "ppid": 2140,
      "prettyName": "GNOME Terminal",
      "version": "3.44.0",
      "tty": ""
    },
    "stat": 0.07637200132012367
  },
  {
    "type": "TerminalFont",
    "result": {
      "font": {
        "name": "Fira Mono",
        "size": "13",
        "styles": [],
        "pretty": "Fira Mono (13pt)"
      },
      "fallback": {
        "name": "",
        "size": "",
        "styles": [],
        "pretty": ""
      }
    },
    "stat": 0.059630999341607094
  },
  {
    "type": "TerminalSize",
    "result": {
      "columns": 138,
      "rows": 32,
      "width": 1380,
      "height": 704
    },
    "stat": 43.27371799945831
  },
  {
    "type": "TerminalTheme",
    "result": {
      "fg": {
        "r": 242,
        "g": 242,
        "b": 242,
        "dark": false
      },
      "bg": {
        "r": 51,
        "g": 51,
        "b": 51,
        "dark": true
      }
    },
    "stat": 10.149611998349428
  },
  {
    "type": "CPU",
    "result": {
      "cpu": "AMD Ryzen 5 7600X",
      "vendor": "AuthenticAMD",
      "cores": {
        "physical": 6,
        "logical": 12,
        "online": 12
      },
      "frequency": {
        "base": 400,
        "max": 5453,
        "biosLimit": 0
      },
      "coreTypes": [
        {
          "count": 12,
          "freq": 5453
        }
      ],
      "temperature": 37.375
    },
    "stat": 16.090866999700665
  },
  {
    "type": "CPUCache",
    "result": {
      "l1": [
        {
          "size": 32768,
          "num": 6,
          "lineSize": 64,
          "type": "data"
        },
        {
          "size": 32768,
          "num": 6,
          "lineSize": 64,
          "type": "instruction"
        }
      ],
      "l2": [
        {
          "size": 1048576,
          "num": 6,
          "lineSize": 64,
          "type": "unified"
        }
      ],
      "l3": [
        {
          "size": 33554432,
          "num": 1,
          "lineSize": 64,
          "type": "unified"
        }
      ]
    },
    "stat": 1.5492509994655848
  },
  {
    "type": "CPUUsage",
    "result": [
      0.0,
      4.761904761904762,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0
    ],
    "stat": 200.20757300034165
  },
  {
    "type": "GPU",
    "result": [
      {
        "coreCount": null,
        "coreUsage": null,
        "memory": {
          "dedicated": {
            "total": null,
            "used": 786538496
          },
          "shared": {
            "total": null,
            "used": null
          }
        },
        "driver": "amdgpu",
        "name": "AMD Device 7480 (VGA compatible)",
        "temperature": 50.0,
        "type": "Discrete",
        "vendor": "AMD",
        "platformApi": "",
        "frequency": 0,
        "deviceId": 119344
      },
      {
        "coreCount": null,
        "coreUsage": null,
        "memory": {
          "dedicated": {
            "total": null,
            "used": null
          },
          "shared": {
            "total": null,
            "used": 25931776
          }
        },
        "driver": "amdgpu",
        "name": "AMD Device 164E (VGA compatible)",
        "temperature": 35.0,
        "type": "Integrated",
        "vendor": "AMD",
        "platformApi": "",
        "frequency": 0,
        "deviceId": 23032
      }
    ],
    "stat": 2.6893999986350536
  },
  {
    "type": "Memory",
    "result": {
      "total": 32821497856,
      "used": 5936721920
    },
    "stat": 0.013676000759005547
  },
  {
    "type": "PhysicalMemory",
    "error": "Failed to get SMBIOS data",
    "stat": 0.008456001058220863
  },
  {
    "type": "Swap",
    "result": {
      "total": 21474299904,
      "used": 0
    },
    "stat": 0.008174998685717583
  },
  {
    "type": "Disk",
    "result": [
      {
        "bytes": {
          "available": 73832431616,
          "free": 79092088832,
          "total": 102611374080,
          "used": 23519285248
        },
        "files": {
          "total": 6406144,
          "used": 530054
        },
        "filesystem": "ext4",
        "mountpoint": "/",
        "mountFrom": "/dev/nvme0n1p2",
        "name": "root",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2024-09-02T15:03:08.000+0300"
      },
      {
        "bytes": {
          "available": 973864960,
          "free": 973864960,
          "total": 1071628288,
          "used": 97763328
        },
        "files": {
          "total": null,
          "used": null
        },
        "filesystem": "vfat",
        "mountpoint": "/boot/efi",
        "mountFrom": "/dev/nvme0n1p1",
        "name": "EFI",
        "volumeType": [
          "Hidden"
        ],
        "createTime": null
      },
      {
        "bytes": {
          "available": 661843505152,
          "free": 706359013376,
          "total": 874860638208,
          "used": 168501624832
        },
        "files": {
          "total": 54321152,
          "used": 174765
        },
        "filesystem": "ext4",
        "mountpoint": "/home",
        "mountFrom": "/dev/nvme0n1p3",
        "name": "home",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2024-09-02T15:03:09.000+0300"
      }
    ],
    "stat": 0.17900299839675426
  },
  {
    "type": "Btrfs",
    "error": "opendir(\"/sys/fs/btrfs\") == NULL",
    "stat": 0.003575999289751053
  },
  {
    "type": "Zpool",
    "error": "dlopen libzfs.so failed",
    "stat": 0.11895200051367283
  },
  {
    "type": "Battery",
    "result": [],
    "stat": 0.03202899917960167
  },
  {
    "type": "PowerAdapter",
    "result": [],
    "stat": 0.013334998860955238
  },
  {
    "type": "Player",
    "error": "No media found",
    "stat": 0.2503159996122122
  },
  {
    "type": "Media",
    "error": "No media found",
    "stat": 0.00023999996483325958
  },
  {
    "type": "DateTime",
    "result": "2024-09-21T21:37:44.095+0300",
    "stat": 0.010018998757004738
  },
  {
    "type": "Locale",
    "result": "en_US.UTF-8",
    "stat": 0.0006109997630119324
  },
  {
    "type": "Vulkan",
    "result": {
      "apiVersion": "1.3.274",
      "conformanceVersion": "1.3",
      "driver": "radv [Mesa 24.0.3-1pop1~1711635559~22.04~7a9f319]",
      "gpus": [
        {
          "type": "Discrete",
          "vendor": "AMD",
          "name": "AMD Radeon Graphics (RADV NAVI33)",
          "driver": "Mesa 24.0.3-1pop1~1711635559~22.04~7a9f319",
          "platformApi": "Vulkan 1.3.274",
          "deviceId": 29824,
          "memory": {
            "dedicated": {
              "total": 17163091968,
              "used": null
            },
            "shared": {
              "total": 16410746880,
              "used": null
            }
          },
          "deviceId": 29824
        },
        {
          "type": "Integrated",
          "vendor": "AMD",
          "name": "AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO)",
          "driver": "Mesa 24.0.3-1pop1~1711635559~22.04~7a9f319",
          "platformApi": "Vulkan 1.3.274",
          "deviceId": 5710,
          "memory": {
            "dedicated": {
              "total": 0,
              "used": null
            },
            "shared": {
              "total": 16947617792,
              "used": null
            }
          },
          "deviceId": 5710
        }
      ]
    },
    "stat": 22.25820400007069
  },
  {
    "type": "OpenGL",
    "result": {
      "version": "4.6 (Compatibility Profile) Mesa 24.0.3-1pop1~1711635559~22.04~7a9f319",
      "renderer": "AMD Radeon Graphics (radeonsi, navi33, LLVM 15.0.7, DRM 3.57, 6.9.3-76060903-generic)",
      "vendor": "AMD",
      "slv": "4.60",
      "library": "EGL 1.5"
    },
    "stat": 29.53902200050652
  },
  {
    "type": "OpenCL",
    "error": "clGetPlatformIDs() failed",
    "stat": 0.098794000223279
  },
  {
    "type": "Bluetooth",
    "result": [],
    "stat": 0.15411700122058392
  },
  {
    "type": "BluetoothRadio",
    "result": [
      {
        "name": "olkkarikone",
        "address": "FC:B0:DE:7E:D0:F0",
        "lmpVersion": null,
        "lmpSubversion": null,
        "vendor": "Unknown",
        "enabled": false,
        "discoverable": false,
        "connectable": false
      }
    ],
    "stat": 0.07516999915242195
  },
  {
    "type": "Sound",
    "result": [
      {
        "active": true,
        "main": false,
        "volume": 31,
        "name": "USB Audio S/PDIF Output",
        "identifier": "alsa_output.usb-Generic_USB_Audio-00.HiFi__hw_Audio_3__sink"
      },
      {
        "active": false,
        "main": false,
        "volume": 100,
        "name": "USB Audio Front Headphones",
        "identifier": "alsa_output.usb-Generic_USB_Audio-00.HiFi__hw_Audio_1__sink"
      },
      {
        "active": false,
        "main": false,
        "volume": 100,
        "name": "USB Audio Speakers",
        "identifier": "alsa_output.usb-Generic_USB_Audio-00.HiFi__hw_Audio__sink"
      },
      {
        "active": true,
        "main": true,
        "volume": 100,
        "name": "HDA ATI HDMI Digital Surround 7.1 (HDMI)",
        "identifier": "alsa_output.pci-0000_03_00.1.hdmi-surround71"
      }
    ],
    "stat": 2.4171339999884367
  },
  {
    "type": "Camera",
    "result": [],
    "stat": 0.004749000072479248
  },
  {
    "type": "Gamepad",
    "result": [],
    "stat": 0.02225099876523018
  },
  {
    "type": "Weather",
    "result": "+11°C - Sunny (Tampere, Finland)",
    "stat": 0.018644999712705612
  },
  {
    "type": "NetIO",
    "result": [
      {
        "name": "wlp11s0",
        "defaultRoute": true,
        "txBytes": 1002,
        "rxBytes": 1391,
        "txPackets": 13,
        "rxPackets": 9,
        "rxErrors": 0,
        "txErrors": 0,
        "rxDrops": 0,
        "txDrops": 0
      }
    ],
    "stat": 659.2139170002192
  },
  {
    "type": "DiskIO",
    "result": [
      {
        "name": "Samsung SSD 980 1TB",
        "devPath": "/dev/nvme0n1",
        "bytesRead": 0,
        "bytesWritten": 0,
        "readCount": 0,
        "writeCount": 0
      }
    ],
    "stat": 0.1144030001014471
  },
  {
    "type": "PhysicalDisk",
    "result": [
      {
        "name": "Samsung SSD 980 1TB",
        "devPath": "/dev/nvme0n1",
        "interconnect": "NVMe",
        "kind": "SSD",
        "size": 1000204886016,
        "serial": "S78HNL0X213061J",
        "removable": false,
        "readOnly": false,
        "revision": "4B4QFXO7",
        "temperature": 37.85
      }
    ],
    "stat": 0.10035699978470802
  },
  {
    "type": "Version",
    "result": {
      "projectName": "fastfetch",
      "sysName": "Linux",
      "architecture": "x86_64",
      "version": "2.25.0",
      "versionGit": "",
      "cmakeBuiltType": "RelWithDebInfo",
      "compileTime": "Sep 19 2024, 02:24:36",
      "compiler": "gcc 9.4.0",
      "debugMode": false,
      "libc": "glibc 2.31"
    },
    "stat": 0.0008310005068778992
  },
  {
    "type": "Break",
    "error": "Unsupported for JSON format",
    "stat": 0.001203000545501709
  },
  {
    "type": "Colors",
    "error": "Unsupported for JSON format",
    "stat": 0.0006510000675916672
  }
]

Output of fastfetch --list-features:

hreads
vulkan
wayland
xcb-randr
xcb
xrandr
x11
drm
gio
dconf
dbus
imagemagick7
imagemagick6
chafa
zlib
xfconf
sqlite3
rpm
egl
glx
osmesa
opencl
libpulse
libddcutil
libelf
libzfs
Directx Headers
linux/videodev2
linux/wireless
@SeSodesa SeSodesa added the bug Something isn't working label Sep 21, 2024
@CarterLi
Copy link
Member

You should try upgrading pci.ids: Download https://pci-ids.ucw.cz/v2.2/pci.ids and overwrite file /usr/share/hwdata/pci.ids

For AMD GPUs, you should also upgrade amdgpu.ids: Download https://gitlab.freedesktop.org/mesa/drm/-/raw/main/data/amdgpu.ids and overwrite file /usr/share/libdrm/amdgpu.ids

@SeSodesa
Copy link
Author

You should try upgrading pci.ids: Download https://pci-ids.ucw.cz/v2.2/pci.ids and overwrite file /usr/share/hwdata/pci.ids

This file was actually missing entirely on Pop!_OS 22.04. Adding it already made a difference, and fastfetch showed a few correct-looking alternatives for chipsets.

For AMD GPUs, you should also upgrade amdgpu.ids: Download https://gitlab.freedesktop.org/mesa/drm/-/raw/main/data/amdgpu.ids and overwrite file /usr/share/libdrm/amdgpu.ids

This allowed fastfetch to pin down the correct chipset uniquely. So basically, Pop!_OS 22.04 is just not not up-to-date regarding device information, or is missing it entirely.

I guess these missing or out-of-date device listings are not really an issue with fastfetch itself, and this information is not something that should be included as a part of a fastfetch installation?

@CarterLi
Copy link
Member

They are licensed in GPL, which is conflict with fastfetch

@fastfetch-cli fastfetch-cli locked and limited conversation to collaborators Sep 22, 2024
@CarterLi CarterLi converted this issue into discussion #1285 Sep 22, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants