Skip to content

nvidia-mxlinks: Tag Quadro K600 and K5000 as legacy #2740

Merged
merged 1 commit into from
Sep 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}