merge-requests/273/head
Bernhard Landauer 7 years ago
commit 0daca25f23

@ -12,7 +12,7 @@
setup_graphics_card() {
DIALOG " $_GCDetBody " --radiolist "\n$_UseSpaceBar\n " 0 0 12 \
$(mhwd -l | awk '/video-/{print $1}' | awk '$0=$0" - off"' | uniq) 2>/tmp/.driver || return 0
$(mhwd -l | awk '/video-/{print $1}' | awk '$0=$0" - off"' | sort | uniq) 2>/tmp/.driver || return 0
if [[ $(cat /tmp/.driver) != "" ]]; then
clear

Loading…
Cancel
Save