Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Applications
manjaro-architect
Commits
e0e276f3
Commit
e0e276f3
authored
Mar 29, 2017
by
Bernhard Landauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix duplicate driver listing and adjust menu
parent
7d94cc6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/util-desktop.sh
lib/util-desktop.sh
+1
-1
lib/util-menu.sh
lib/util-menu.sh
+1
-1
No files found.
lib/util-desktop.sh
View file @
e0e276f3
...
...
@@ -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"'
)
2>
/tmp/.driver
||
return
0
$(
mhwd
-l
|
awk
'/video-/{print $1}'
|
awk
'$0=$0" - off"'
|
uniq
)
2>/tmp/.driver
||
return
0
if
[[
$(
cat
/tmp/.driver
)
!=
""
]]
;
then
clear
...
...
lib/util-menu.sh
View file @
e0e276f3
...
...
@@ -176,7 +176,7 @@ install_drivers_menu() {
HIGHLIGHT_SUB
=
1
declare
-i
loopmenu
=
1
while
((
loopmenu
))
;
do
DIALOG
"
$_InstDrvTitle
"
--default-item
${
HIGHLIGHT_SUB
}
--menu
"
\n
$_InstDrvBody
\n
"
0 0 3
\
DIALOG
"
$_InstDrvTitle
"
--default-item
${
HIGHLIGHT_SUB
}
--menu
"
\n
"
0 0 3
\
"1"
"
$_InstGrMenuTitle
|>"
\
"2"
"
$_InstNWDrv
"
\
"3"
"
$_Back
"
2>
${
ANSWER
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment