I'm having troubles installing NVIDIA drivers 410 on my Ubuntu 18.04 machine.
I tried installing them via driver manager and it didn't work, so I tried installing them via runfile and it didn't work either.
Searching on the forums I've seen someone who solved by adding nvidia-drm.modeset=1
to /etc/default/grub
, nothing changed.
The TTY1 gets stuck always with the drivers. If I boot with just nomodeset
I can access others TTY and use the bash (then purge nvidia* and use Noveau).
I've tried booting nvidia-drm.modeset=1
with both quiet splash
and nomodeset
and it isn't working.
Any suggestion?
sudo apt install nvidia-current
– Aaron Franke Jan 23 '19 at 02:54