Skip to content

Commit

Permalink
nvidia-mxlinks: Make NVS 310 GPU legacy.
Browse files Browse the repository at this point in the history
From boot log of xola:

    NVRM: The NVIDIA NVS 310 GPU installed in this system is
    NVRM:  supported through the NVIDIA 390.xx Legacy drivers. Please
    NVRM:  visit http://www.nvidia.com/object/unix.html for more
    NVRM:  information.  The 418.56 NVIDIA driver will ignore
    NVRM:  this GPU.  Continuing probe...
    NVRM: No NVIDIA graphics adapter found!

Card is:

    03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119 [NVS 310] [10de:107d] (rev a1)

Declare this card as legacy.
  • Loading branch information
donald committed Jun 20, 2019
1 parent 94f9d9c commit 5b0ddcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvidia-mxlinks.be0
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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;do
for id in 0df8 107d;do
ln -vs legacyX ${D}/usr/share/nvidia/pciidhints/10de:${id}
done
}

0 comments on commit 5b0ddcf

Please sign in to comment.