Martin Pitt removed jockey-text in Ubuntu 14.04 (it's also broken in 13.10 apparently) but I used it for changing graphics drivers in the command line when X wasn't working. How do I do this now (he refers to the two packages in the title)?
Martin Pitt removed jockey-text in Ubuntu 14.04 (it's also broken in 13.10 apparently) but I used it for changing graphics drivers in the command line when X wasn't working. How do I do this now (he refers to the two packages in the title)?
Using
ubuntu-drivers
, the available commands are described below:Source
Thus you can get the list of package names with
sudo ubuntu-drivers devices
and then install the respective packages usingapt-get
.After installing the one you want to use, you have to remove the one that you don't want to use. This will force Ubuntu to use the one you installed (thanks @Ads20000)