Skip to content

nvidia-mxlinks: add new legacy Card #3250

Merged
merged 1 commit into from
Jun 2, 2025
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
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
}