I recently installed automatic updates on my ubuntu system and now ubuntu won't load into graphical mode. I have a dual screen setup and manually configured my monitors before.
Is there a way to revert to before I installed the updates?
|
I recently installed automatic updates on my ubuntu system and now ubuntu won't load into graphical mode. I have a dual screen setup and manually configured my monitors before. Is there a way to revert to before I installed the updates? |
|||||
|
|
There's no turnkey command, but you can do it manually. You'll find a log of recent installations in several forms under
The old packages might still be in The symptoms you describe point to a problem with the current kernel, video drivers or X server and mostly occur with proprietary drivers. Usually the problem is either that the proprietary video driver was upgraded to a newer version that's buggy with your particular video card model, or that its compilation failed with the newer kernel. If there was a kernel upgrade, first try reverting that. It could be as simple as rebooting and choosing the old kernel on the Grub prompt. (Press and hold Shift when your computer boots to see the Grub2 prompt; with Grub1, press Esc when prompted.) |
|||
|
|