Skip to content

Commit

Permalink
nvidia-mxlinks: Add GeForce GT 240M (10de:0a34) to legacy5
Browse files Browse the repository at this point in the history
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: #842
  • Loading branch information
pmenzel committed Jul 17, 2018
1 parent a08f5c9 commit d71978f
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 @@ -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
}

0 comments on commit d71978f

Please sign in to comment.