diff options
Diffstat (limited to 'lst/Cards+')
-rw-r--r-- | lst/Cards+ | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -280,13 +280,22 @@ DRIVER nouveau DRIVER2 nvidia340 DRIVER2_NEEDS_SSE -# nvidia-current supports some GeForce 410 cards as well, +# nvidia390 supports some GeForce 410 cards as well, # but does not support some 415 cards. The higher bound # is used in the name, since this way both auto-selection # and manual user selection by model number always result in a # working driver for 410/415, since all of those are also # supported by nvidia340. -NAME NVIDIA GeForce 420 series and later +NAME NVIDIA GeForce 420 to GeForce 630 +DRIVER nouveau +DRIVER2 nvidia390 +DRIVER2_NEEDS_SSE + +# nvidia-current from version 410.xx is 64bit only +# FIXME: nvidia390 supports all the way up to GTX1080 series +# in 32/64bit (need to check that the 64bit ids for nvidia-current +# will override nvidia390 series...) +NAME NVIDIA GeForce 635 series and later DRIVER nouveau DRIVER2 nvidia-current DRIVER2_NEEDS_SSE |