I've recently started programming in university and for an OS they gave us Ubuntu 12.10 to code in. Now I have quite an old laptop but still reliable, Intel Dual Core, 4GB DDR2, Nvidia 6500GT (I think need to check again). So one day when I boot Ubuntu is shows me this window "system is running in low graphics mode", I research it and apparently it's because of an outdated graphics card driver. So I look and it tells me to use:
Sudo apt-get install nvidia-current
So it installed and I thought it would be fine, this is where it all went to hell. The next time I booted, the launcher didn't start, the toolbar on the top wasn't showing. Only the desktop and my few work folders remained on the screen, there's and only an error showed the first time "compiz has failed to launch" or something, I click launch again but it doesn't do anything. I even tried uninstalling the drivers and installing one according to the os type (got the idea from an answer here) but it didn't change anything.
I'm desperately looking for a solution because there's more assignments on the way and I need my laptop to work properly. I've really enjoyed ubuntu thus far but this is scaring me from using it in the future, thanks in advance for the help :)
UPDATE: Okay so I uninstalled the driver and its back to normal now, yay :D now there's just the "system running in low graphics mode", anyway to get rid of that? I have to restart my laptop 2 - 5 times for it to boot up without that message, I'm sure there's a more elegant solution? By the way thank you so much for the help :)
/var/log/Xorg.0.log
and~/.xsession-errors
. – Braiam Aug 13 '13 at 12:19