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 /convert/README.pcitable | |
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 'convert/README.pcitable')
-rw-r--r-- | convert/README.pcitable | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/convert/README.pcitable b/convert/README.pcitable index f11e0ec2..6917e86d 100644 --- a/convert/README.pcitable +++ b/convert/README.pcitable @@ -22,9 +22,13 @@ convert/merge2pcitable.pl ati_pciids_csv /path/to/ati_pciids.csv lst/pcitable > # NVIDIA graphics card IDs # -# - from the proprietary driver: -NVIDIA_CARD="NVIDIA GeForce 420 series and later" convert/merge2pcitable.pl nvidia_readme \ +# - from the proprietary nvidia390 driver: +NVIDIA_CARD="NVIDIA GeForce 420 series to GeForce 630" convert/merge2pcitable.pl nvidia_readme \ /path/to/README.txt lst/pcitable > lst/pcitable.new +# +# - from the proprietary nvidia-current driver: +NVIDIA_CARD="NVIDIA GeForce 635 series and later" convert/merge2pcitable.pl nvidia_readme \ + /path/to/README.txt lst/pcitable.x86_64 > lst/pcitable.x86_64.new # README.txt is found in /usr/share/doc/x11-driver-video-nvidia-current/README.txt and # in the NVIDIA installer archive. # The newly added entries will be assigned to "Card:$NVIDIA_CARD", |