Go to documentation repository
Page History
...
By default, the Nouveau driver can be installed in Linux OS. This driver does not guarantee stable operation when using NVIDIA graphics cards for decoding decoding Axxon Next detection detection tools (see Configuring detection tools).
To resolve the problem, you need to install the current graphics card driver from the official NVIDIA website and run the command in the terminal:
Code Block |
---|
nvidia-smi |
If the operating system uses the installed driver to work, the driver version will be displayed. Otherwise, if the current driver is installed, but the operating system uses the Nouveau driver, you need to add it to the exclusions list and restart the computer. Below is an example of Ubuntu commands to add the Nouveau driver to the exclusion list:
Code Block |
---|
sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf" sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf" |
After restarting, the operating system will use the installed NVIDIA driver.