Skip to content

Commit

Permalink
[PR] dylanaraps#2448 from EllisK-L - Fixed GPU not displaying in Haiku
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps#2448
Thanks to @EllisK-L

Co-authored-by: ellisk-l <[email protected]>
  • Loading branch information
hykilpikonna and EllisK-L committed Mar 4, 2024
2 parents 7da1531 + 7eb4102 commit d914d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofetch
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3492,7 +3492,7 @@ get_gpu() {

"Haiku")
gpu="$(listdev | grep -A2 -F 'device Display controller' |\
awk -F':' '/device beef/ {print $2}')"
awk -F':' '/device [^D]/ {print $2}')"
;;

*)
Expand Down

0 comments on commit d914d3e

Please sign in to comment.