From 5b0ddcf76fdc794dc182ab83fd7a9d8b0914067e Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 20 Jun 2019 11:59:37 +0200 Subject: [PATCH] nvidia-mxlinks: Make NVS 310 GPU legacy. 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. --- nvidia-mxlinks.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia-mxlinks.be0 b/nvidia-mxlinks.be0 index 18a244fc7..79355e3ad 100755 --- a/nvidia-mxlinks.be0 +++ b/nvidia-mxlinks.be0 @@ -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 }