diff options
Diffstat (limited to 'convert')
-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", |