Which version do you recommend me? I have achieved the best results with 470.82.00 version.
Executed with sudo bash ./NVIDIA-Linux-x86_64-470.82.00.run [an alternate method…(continue installation), 32 bit library (no → ok), nvidia-xconfig (yes → ok)].
After instalation, I am able to run nvidia-smi and get output, but if I restart my computer, I enter in the famous black screen and the only way to recover the system is to uninstall the drivers and reboot the system. output.txt (1.5 KB) output2.txt (6.6 KB)
→ Would you like to run the nvidia-xconfig utility to automatically update your X configuration file so that the NVIDIA X driver will be used when you restart X? Any pre-existing X configuration file will be backed up. (Answer: Yes)
Don’t use nvidia-xconfig on Optimus laptops. It will not generate a valid config.
Delete that /etc/X11/xorg.conf file.
Generally speaking it is not recommended to use the .run file installer.
Use the ubuntu distro packages, or the graphic-drivers ppa.
And install using sudo apt install nvidia-driver-XXX.
And then choose your prime profile: sudo prime-select {intel | nvidia | on-demand}.
Forgot to mention: Do not mix .run file installs with distro packages. So if you go with the second, make sure to uninstall the .run file installation with the --uninstall switch first.
Your kernel version 5.4 is way too old for your cpu / internal gpu:
[ 4.028076] [drm] Your graphics device 9a60 is not properly supported by the driver in this
kernel version. To force driver probe anyway, use i915.force_probe=9a60
module parameter or CONFIG_DRM_I915_FORCE_PROBE=9a60 configuration option,
or (recommended) check for kernel updates.