diff --git a/nvidia-mxlinks.be0 b/nvidia-mxlinks.be0 index fb16ecca1..1cf035eed 100755 --- a/nvidia-mxlinks.be0 +++ b/nvidia-mxlinks.be0 @@ -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))$") @@ -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 }