i finally did the upgrade 2 days ago. i went to bed, woke up to no errors, and rebooted. unity got stuck in a login loop (unity 8 just freezes). after much trial and error (basically googling whatever answers i can find, throwing them at the wall, and seeing what sticks), i ended up w/ xubuntu installed (it "works," bunch of compiz crashes waiting to report once logged in), and that led to me switching to nouveau, so now unity "works" (i can't even remember what else was attempted). unity 8 still doesn't work (though that's not really a concern). this was fine on 15.10 (mostly - hello again, nomodeset) and 16.04 (completely). apparently, 304.132 is broken on all distributions. is there a way to force install 304.131 and ignore updates? the package from nvidia's site does not work at all (bombs out, won't even finish the install). nouveau would be fine, but something's not reading the EDID correctly (or at all, since 16.04 and 15.10 correctly identified my monitor down to the brand and model), so i'm stuck at 1280x1024 (sucks, should be 1680x1050). i dread the day i might fix my tv again and go back to the dual-monitor setup. video card is a geforce 7800 gt, so other major versions are not an option, nor is buying a different video card.
over the last 48 hours, i've become quite adept at getting back to this point, so whatever needs to be broken to diagnose the problem, i'm ok w/ it. i already know the current driver is trash, so i guess i'd really just like to force the old driver on here if possible. if not, i'd be ok w/ nouveau running the right resolution (the xrandr route definitely does not work).
thank you for your consideration.
sudo apt purge nvidia*
then add this PPAsudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update
thensudo apt install nvidia-304
– Mark Kirby Oct 22 '16 at 11:03nvidia-current
it is depreciated, go to recovery and enter the commands I gave you after removing any old nvidia drivers. Note that the command isnvidia-304
notnvidia-current
these are not the same . – Mark Kirby Oct 22 '16 at 11:17The following packages will be REMOVED: nvidia-304* nvidia-opencl-icd-304* nvidia-settings*
– rngwrm Oct 22 '16 at 11:33nvidia-experimental-304
apparently is still pushing 304.131. let me try this real quick. – rngwrm Oct 22 '16 at 12:04nvidia-experimental-304
andnvidia-current-updates
both say they're 304.131, but they auto-install the 304.132-0ubuntu1nvidia-304
,nvidia-304-updates
, andnvidia-opencl-icd-304
packages. – rngwrm Oct 22 '16 at 12:35