Skip to content

Commit

Permalink
Merge pull request #2740 from mariux64/add-legacy-cards-0ffa-11ba
Browse files Browse the repository at this point in the history
nvidia-mxlinks: Tag Quadro K600 and K5000 as legacy
  • Loading branch information
thomas authored Sep 12, 2022
2 parents 9fa8534 + d533c23 commit 6465316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nvidia-mxlinks.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION nvidia-mxlinks-0.14-1
# BEE_VERSION nvidia-mxlinks-0.14-2

EXCLUDE=("^/usr/lib/(X11|xorg)(|/modules(|/drivers))$")

Expand Down Expand Up @@ -68,7 +68,7 @@ mee_install() {
ln -vs legacy4 ${D}/usr/share/nvidia/pciidhints/10de:${id}
done

# for GPU series 340.xx
# for driver 340.xx

for id in 06fd 0659 06fa 0a34 0a38 10c3; do
ln -vs legacy5 ${D}/usr/share/nvidia/pciidhints/10de:${id}
Expand All @@ -78,7 +78,7 @@ mee_install() {
# 390.xx, but we didn't try to find out, at which branch that happened
# exactly, because we no longer support these cards anyway.

for id in 0df8 104a 107d;do
for id in 0df8 104a 107d 0ffa 11ba;do
ln -vs legacyX ${D}/usr/share/nvidia/pciidhints/10de:${id}
done
}

0 comments on commit 6465316

Please sign in to comment.