0

Just upgraded to ubuntu 14.04 from Ubuntu 12.04. After a bunch of problems with my mouse and keyboard not working at the login screen with kernel version 3.15, I went to grub and switched to a lower kernel version (3.5...), and everything was working fine. However, I tried to update to the latest kernel version, which is 3.17, and realized that I can log in, but after that I get a notice that says that there is a problem with my system. If I click report, nothing happens. If I click on cancel (multiple times), it closes the warning panel, and the 14.04 background is visible, but nothing loads; no sidebar, no applications are able to load, and the keyboard shortcuts for the terminal do not work. So, I am left looking at the background.

Does anyone know what is happening or have any experience with this issue?

Thanks,

Chmod

Chmod
  • 1
  • 3

2 Answers2

0

First you should try to obtain the latest drivers for your video card if you are using proprietary drivers. The best way is a manual installation using the installer from the manufacturer's website.

For open source drivers, the PPA below provides near bleeding edge builds which are compatible with the latest mainline kernel usually. It will also have repackaged proprietary installers.

I had a similar issue that was solved by updating mesa and several other libraries through the Xorg-Edgers PPA. This is usually the case in my experience for updating kernels, they need an updated x server and 3d libraries to work with it.

First install ppa-purge sudo apt-get install ppa-purge

Then add the ppa

sudo add-apt-repository ppa:xorg-edgers

This will add the repository to your sources.

sudo apt-get update

Reload the packagelist and finally upgrade

sudo apt-get upgrade

Some packages may be held back, if some are use this

sudo apt-get dist-upgrade

If you have any issues use

sudo ppa-purge -p xorg-edgers

This will completely remove the repository and re download missing packages.

AzureX
  • 1
0

FIX: I switched to X, by using Ctrl+Alt+F7. Then, I uninstalled xorg and reinstalled it.

Chmod
  • 1
  • 3