Ubuntu 18.04 rtx 2060 nvidia-driver-460 kernel 5.4 - LLVM problem

I can install driver, but it doesn’t seem to be working because on system info sais it’s working with llvmpip(LLVM 10.0.0.0, 256 bits)

I follow other post but i cant raise the goal of get it work.

here is the report debug: nvidia-bug-report.log.gz (710.7 KB)

It seems you used the .run file installer to install over the ubuntu packaged driver. That creates a mess.
Uninstall the .run file install using the --uninstall parameter to the .run file.
Delete the /etc/X11/xorg.conf you created with the .run file installer.
Then purge all of previously installed packaged nvidia drivers.
sudo apt purge nvidia* libnvidia*
Then install the nvidia driver through ubuntus “Additional Drivers”.
Make sure the nouveau driver is blacklisted (if you don’t know how, search the web). - Shutdown
Also you got “gpu has fallen of the bus” messages. Reseat the GPU (pull it out and put it back in) in the PCI slot and check the power cabling.
Start the computer…