PDA

View Full Version : Determing running driver version


vann5176
12-30-02, 10:25 AM
Is there a simple way of determining the version of the driver you are currently running?

vann5176
12-30-02, 10:31 AM
I took a closer look at /var/log/XFree86.0.log and realized the driver version is given in there. Thought I'd post that for anyone else who may like to know.

bwkaz
12-30-02, 02:06 PM
Once the kernel module is loaded, cat /proc/driver/nvidia/version should also tell you the version.

If that's not the exact path to the file (I'm not at my Linux box ATM), then look around in /proc/driver/nvidia for something that looks promising (it is named version, though).