fixed GPU not displaying in Haiku
This commit is contained in:
@@ -2647,7 +2647,7 @@ get_gpu() {
|
|||||||
|
|
||||||
"Haiku")
|
"Haiku")
|
||||||
gpu="$(listdev | grep -A2 -F 'device Display controller' |\
|
gpu="$(listdev | grep -A2 -F 'device Display controller' |\
|
||||||
awk -F':' '/device beef/ {print $2}')"
|
awk -F':' '/device [^D]/ {print $2}')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user