Answer my own question: ubuntu-drivers and "Software and Update > Additional drivers" are broken on ubuntu 18.04. We'll have to wait until developers fix it. For now just use the proprietary nvidia driver which works ok.
On Xubuntu 18.04, "Software and Update > Additional drivers" worked for me, but I had to replace the /etc/X11/xorg.conf file by the original one, /etc/X11/xorg.conf.nvidia-xconfig-original, which in my case is just a blank file.
You can switch drivers by running the GUI Additional Drivers from the Software and Update app.
Or you can do it from the terminal commandline by running these commands:
This will show you your available drivers. Then pick the nouveau driver found and switch to it with this command:
The
[xserver-xorg-video-nouveau]
is an example a nouveau driver that might be found.If for some reason you have removed your nouveau drivers, you can reinstall them with (for example):
You can verify the available nouveau drivers from the repository with this command:
Run
and reboot.
Another way is to do it in "Software & Updates" -> Additional Drivers tab.
Answer my own question: ubuntu-drivers and "Software and Update > Additional drivers" are broken on ubuntu 18.04. We'll have to wait until developers fix it. For now just use the proprietary nvidia driver which works ok.
On Xubuntu 18.04, "Software and Update > Additional drivers" worked for me, but I had to replace the /etc/X11/xorg.conf file by the original one, /etc/X11/xorg.conf.nvidia-xconfig-original, which in my case is just a blank file.