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 | |
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
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lst/Cards+ | 7 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- add support for nvidia470 driver + Version 0.6.39 - 7 Aug 2022 - Use "fbdev" driver instead of broken s3/glint/tga drivers @@ -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 |