Skip to content

Commit

Permalink
Merge pull request #3250 from mariux64/update-mxlinks
Browse files Browse the repository at this point in the history
nvidia-mxlinks: add new legacy Card
  • Loading branch information
david authored Jun 2, 2025
2 parents b934d10 + be8bdf8 commit afe6983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.15-0
# BEE_VERSION nvidia-mxlinks-0.16-0

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

Expand Down Expand Up @@ -84,7 +84,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 0ffa 11ba 0ffe;do
for id in 0df8 104a 107d 0ffa 11ba 0ffe 0ff3;do
ln -vs legacyX ${D}/usr/share/nvidia/pciidhints/10de:${id}
done
}

0 comments on commit afe6983

Please sign in to comment.