From d71978f4df21ce09598d74fc0a72003076b6750f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 17 Jul 2018 12:12:29 +0200 Subject: [PATCH] nvidia-mxlinks: Add GeForce GT 240M (10de:0a34) to legacy5 Currently, the proprietary Nvidia driver is used for the GeForce GT 240M (10de:0a34), which is not supported by the driver. So, add device code 0a34 to legacy5 list, so that Nouveau is used. Fixes: https://github.molgen.mpg.de/mariux64/bee-files/issues/842 --- nvidia-mxlinks.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia-mxlinks.be0 b/nvidia-mxlinks.be0 index eab7603ce..7d8282bff 100755 --- a/nvidia-mxlinks.be0 +++ b/nvidia-mxlinks.be0 @@ -66,7 +66,7 @@ mee_install() { # for GPU series 340.xx - for id in 06fd 0659 06fa 0a38 10c3; do + for id in 06fd 0659 06fa 0a34 0a38 10c3; do ln -vs legacy5 ${D}/usr/share/nvidia/pciidhints/10de:${id} done }