Re: PCI ID - Which File
The list is in the README.txt file, which you can see if you unpack the driver with --extract-only.
In Ubuntu, we have a file called "additional_card_ids", which we include with the debian packaging scripts. You can see it if you download the scripts with "apt-get source nvidia-graphics-drivers". This file contains ids that are not yet included in the Nvidia driver. You can get your card's id (with lspci -vn |grep VGA) and put it in that file. Then, rebuild nvidia-graphics-drivers (with dpkg-buildpackage -rfakeroot -b -tc) and install nvidia-current.
|