Commit f00eb22c authored by Dylan's avatar Dylan

Use glxinfo for all BSD versions

parent 87b65806
...@@ -1163,7 +1163,7 @@ getgpu () { ...@@ -1163,7 +1163,7 @@ getgpu () {
gpu=${gpu//\'} gpu=${gpu//\'}
;; ;;
"OpenBSD"*) *)
gpu=$(glxinfo | grep -F 'OpenGL renderer string') gpu=$(glxinfo | grep -F 'OpenGL renderer string')
gpu=${gpu/'OpenGL renderer string: '} gpu=${gpu/'OpenGL renderer string: '}
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment