Yes, you are right. Sorry about that. Saddly if nvidia have a broken package that doesn't write a log file, it's tough luck.
The installer may not have permission to write to /var/log/...
There are other log files that contain most of the text that hits the screen, and that is what I was pointing towards.
dmesg, messages, and xorg.
you might run the installer again to see it there is a switch that writes the log, or
you could try to redirect the output text to a file, possibly like this...
Code:
nvidia-installer-ver.run -a -v > /var/log/nvidia-installer-user.log
running the installer with --help usually give some options.
It has been a while since I have had to run the installer manually,
since PCLinuxOS has the installer packaged and it runs from the package manager.
So I appologise in advance if this info is wrong.
all the best.