-
Notifications
You must be signed in to change notification settings - Fork 120
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
Neofetch doesn't detect properly Radeon 6900XT GPU #225
Comments
It should report whatever Can you show me the output of the following commands? lspci -mm | awk -F '\"|\" \"|\\(' \
'/"Display|"3D|"VGA/ {
a[$0] = $1 " " $3 " " ($(NF-1) ~ /^$|^Device [[:xdigit:]]+$/ ? $4 : $(NF-1))
}
END { for (i in a) {
if (!seen[a[i]]++) {
sub("^[^ ]+ ", "", a[i]);
print a[i]
}
}}' and |
First command: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] |
From your output, the issue seems to be that your GPU driver is not correctly reporting its model name to
With that said, I will add an option to use |
Hi.
Now when Neofetch doesn't seem to be maintained anymore and I got the same error as this open bug report on Neofetch
I hope that it will be fixed.
The bug report is here
The text was updated successfully, but these errors were encountered: