dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.93k stars 1.76k forks source link

neofetch info for Radeon 5600XT is not accurate #2254

Open tethragon opened 1 year ago

tethragon commented 1 year ago

Description

Running neofetch I see that my GPU is Radeon 5600. This is not accurate as I have a Radeon 5600XT.

Neofetch version

7.1.0-3

Screenshot

image

This is my glxinfo, where it is stated that I have a 5600XT

`george@ryzen:~$ glxinfo -B name of display: :0 display: :0 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: AMD (0x1002) Device: AMD Radeon RX 5600 XT (navi10, LLVM 13.0.1, DRM 3.42, 5.15.0-56-generic) (0x731f) Version: 22.0.5 Accelerated: yes Video memory: 6144MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 4.6 Max compat profile version: 4.6 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.2 Memory info (GL_ATI_meminfo): VBO free memory - total: 5786 MB, largest block: 5786 MB VBO free aux. memory - total: 6089 MB, largest block: 6089 MB Texture free memory - total: 5786 MB, largest block: 5786 MB Texture free aux. memory - total: 6089 MB, largest block: 6089 MB Renderbuffer free memory - total: 5786 MB, largest block: 5786 MB Renderbuffer free aux. memory - total: 6089 MB, largest block: 6089 MB Memory info (GL_NVX_gpu_memory_info): Dedicated video memory: 6144 MB Total available memory: 12272 MB Currently available dedicated video memory: 5786 MB OpenGL vendor string: AMD OpenGL renderer string: AMD Radeon RX 5600 XT (navi10, LLVM 13.0.1, DRM 3.42, 5.15.0-56-generic) OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.0.5 OpenGL core profile shading language version string: 4.60 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.0.5 OpenGL shading language version string: 4.60 OpenGL context flags: (none) OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.0.5 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 `