diff --git a/neofetch b/neofetch index addf46c5..7d14a6c8 100755 --- a/neofetch +++ b/neofetch @@ -983,7 +983,7 @@ getgpu() { "BSD" | "Solaris") case "$distro" in - "FreeBSD"*) + "FreeBSD"* | "DragonFlyBSD"* | "PacBSD"*) gpu="$(pciconf -lv 2>/dev/null | grep -B 4 "VGA" | grep "device")" gpu="${gpu/*device*= }" gpu="${gpu//\'}"