Commit 15cd3b3e authored by Dylan Araps's avatar Dylan Araps

gpu: Remove glxinfo usage. Too slow.

parent ec29e744
...@@ -2078,9 +2078,6 @@ get_gpu() { ...@@ -2078,9 +2078,6 @@ get_gpu() {
;; ;;
*"intel"*) *"intel"*)
type -p glxinfo >/dev/null && \
gpu="$(glxinfo | grep "Device:.*Intel")"
gpu="${gpu/*Intel/Intel}" gpu="${gpu/*Intel/Intel}"
gpu="${gpu/'(R)'}" gpu="${gpu/'(R)'}"
gpu="${gpu/'Corporation'}" gpu="${gpu/'Corporation'}"
......
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