diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-10-01 23:00:00 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-10-01 23:00:00 +0300 |
commit | 3421edfcf5fe0f60e64056cc595814a60cc37add (patch) | |
tree | 30154b708c24a808bd947f7ecc971d7fff297e76 /lst/Cards+ | |
parent | 79cca2b59abf3ec4defb88a33b6265ec4e5ca33b (diff) | |
download | ldetect-lst-3421edfcf5fe0f60e64056cc595814a60cc37add.tar ldetect-lst-3421edfcf5fe0f60e64056cc595814a60cc37add.tar.gz ldetect-lst-3421edfcf5fe0f60e64056cc595814a60cc37add.tar.bz2 ldetect-lst-3421edfcf5fe0f60e64056cc595814a60cc37add.tar.xz ldetect-lst-3421edfcf5fe0f60e64056cc595814a60cc37add.zip |
- nvidia-current supports cards from GeForce 635 and up beginning with
410.57 and is 64bit only
- nvidia 390.xx long lived driver is now named nvidia390 and supports
all GeForce 420 to 630 in both 64bit and 32bit
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 |