diff options
author | Anssi Hannula <anssi@mageia.org> | 2015-01-26 00:20:15 +0200 |
---|---|---|
committer | Anssi Hannula <anssi@mageia.org> | 2015-01-26 00:20:15 +0200 |
commit | 77b23f9571b6e797fe03c4a42b04a46f927e07db (patch) | |
tree | 5d7da23b3117790dd1998ff55ac60d581286a14f /lst/Cards+ | |
parent | 02f686ae3e6ed8e75114b13565a7f97925e9b9e4 (diff) | |
download | ldetect-lst-77b23f9571b6e797fe03c4a42b04a46f927e07db.tar ldetect-lst-77b23f9571b6e797fe03c4a42b04a46f927e07db.tar.gz ldetect-lst-77b23f9571b6e797fe03c4a42b04a46f927e07db.tar.bz2 ldetect-lst-77b23f9571b6e797fe03c4a42b04a46f927e07db.tar.xz ldetect-lst-77b23f9571b6e797fe03c4a42b04a46f927e07db.zip |
Reassign now-legacy NVIDIA devices to nvidia340
Reassign GeForce 8100 through 415 to the newly branched nvidia
proprietary legacy driver nvidia340. The main nvidia-current
driver no longer supports them as of 346.35.
Diffstat (limited to 'lst/Cards+')
-rw-r--r-- | lst/Cards+ | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -267,14 +267,22 @@ DRIVER2 nvidia304 #DRIVER2_NO_SSE nvidia96xx DRIVER2_NEEDS_SSE -NAME NVIDIA GeForce 8100 to GeForce 360 +NAME NVIDIA GeForce 8100 to GeForce 415 DRIVER nouveau -DRIVER2 nvidia-current +DRIVER2 nvidia340 #DRIVER2_NO_SSE nvidia96xx DRIVER2_NEEDS_SSE -NAME NVIDIA GeForce 400 series and later -SEE NVIDIA GeForce 8100 to GeForce 360 +# nvidia-current 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 +DRIVER nouveau +DRIVER2 nvidia-current +DRIVER2_NEEDS_SSE NAME NVIDIA GeForce3 (xbox) DRIVER nvxbox |