

Parm: NVreg_InitializeSystemMemoryAllocations:int Run the below command to locate your nvidia.ko module file: # find /usr/lib/modules -name nvidia.koĪlternatively, run modinfo command on all results returned from find command: # find /usr/lib/modules -name nvidia.ko -exec modinfo \ įilename: /usr/lib/modules/3.10.0-229.20.1.el7.x86_64/kernel/drivers/video/nvidia.koĪlias: pci:v000010DEd00000E00sv*sd*bc04sc80i00* The above will work even if NVIDIA module is not loaded. The below command will check for NVIDIA driver version under your currently running kernel: # modinfo /usr/lib/modules/$(uname -r)/kernel/drivers/video/nvidia.ko | grep ^version If all above commands fail because you are unable to load NVIDIA module you can always see NVIDIA version number by directly retrieving nvidia.ko module version using modinfo command. (II) NVIDIA dlloader X Driver 352.63 Sat Nov 7 20:29: Check Xorg X server logsĪnother place where to find NVIDIA driver version is to consult Xorg X server log files: # grep "X Driver" /var/log/Xorg.0.log Please note that both above solutions will work only if the actual NVIDIA module is loaded. Use command line and consult nvidia-smi utility to reveal NVIDIA driver version: # nvidia-smi Let’s start with the most obvious attempt to find out NVIDIA driver version by running NVIDIA X server settings application from your GUI menu. $ – requires given linux commands to be executed as a regular non-privileged user # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command Privileged access to your Linux system as root or via the sudo command.

Requirements, Conventions or Software Version Used How to check NVIDIA driver version on Linux Software Requirements and Linux Command Line Conventions Category How to check NVIDIA driver version on Linux.

This will allow you to check that you have the latest version installed and optionally upgrade to a new NVIDIA driver for better support and features. There are few places you may have a look to check what NVIDIA driver you have installed on your Linux system. The objective of this tutorial is to show how to check the NVIDIA driver version installed on your Linux system.
