diff options
author | Thomas Backlund <tmb@mageia.org> | 2022-09-17 15:06:34 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2022-09-17 15:06:34 +0300 |
commit | 3a269c8ce58980acda6f49ebfb1161285d39a473 (patch) | |
tree | e3fe975292a5c023630956fe6fca2ce6c55ff043 /lst | |
parent | 345ceaa42d95764e1b91f5ca1388ad2bde3e3a1f (diff) | |
download | ldetect-lst-3a269c8ce58980acda6f49ebfb1161285d39a473.tar ldetect-lst-3a269c8ce58980acda6f49ebfb1161285d39a473.tar.gz ldetect-lst-3a269c8ce58980acda6f49ebfb1161285d39a473.tar.bz2 ldetect-lst-3a269c8ce58980acda6f49ebfb1161285d39a473.tar.xz ldetect-lst-3a269c8ce58980acda6f49ebfb1161285d39a473.zip |
add support for nvidia470 driver
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -295,6 +295,13 @@ DRIVER nouveau DRIVER2 nvidia390 DRIVER2_NEEDS_SSE +# nvidia470 supports some drivers also supported by nvidia390 +# but that one is eol by 12/2022 +NAME NVIDIA GeForce 635 to GeForce 920 +DRIVER nouveau +DRIVER2 nvidia470 +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 |