Jennings is a Lenovo K450E with an NVidia GTX 750 graphics card.
During the upgrade, two files were flagged as modified from the installed versions. Â One was for Cups, the other for XSane. Â Both of these changes were for a Lexmark Pinnacle Pro901 all-in-one printer using the legacy-1 driver. Â The changes looked like the older versions might not work with the new software. Â Since I have documented here what was required to get the Lexmark working, I chose the new files. Â After the upgrade, I’ll need to check that printing and scanning still work and reapply the fixes if necessary. Â (Printing left files sitting in the queue forever–reinstalling the printer drivers fixed the problem.)
The NVidia graphics card was not supported when I installed Ubuntu 14.04 and it’s still not supported with Ubuntu 16.04. Â After the upgrade was finished, a reboot was required. Â The graphical log-in screen never came up. Â The fix for the driver issue is to replace the default nvidia drivers with nvidia-364:
- Log in to your account in the TTY
sudo apt-get purge nvidia-*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-364
- Reboot
One other issue I had was that KeePass 0.4 is no longer included with the Ubuntu distribution.  I’m currently using a version 1 database because a few years ago it was the only version supported on all my devices (Ubuntu, Android and Windows). KeePassX 2 can import the version 1 database used by KeePassX 0.4, but it’s a one-way upgrade.  My options are to upgrade on all my devices and switch to the version 2 database or manually install KeePassX 0.4.
Half a Page of Scribbled Linux :: Nvidia GTX 750 with Ubuntu 16.04 | 31-Dec-16 at 6:02 pm | Permalink
[…] nvidia-364 drivers for my Nvidia GTX 750 graphics card for the past few years.  These have to be reinstalled with each kernel upgrade.  A recent kernel upgrade led to the unfortunate finding that this driver is no longer available. […]