I recently upgraded to 12.10 (fresh install). I am a facing weird problem:
When I boot, I get a message notifying me of low graphics. For now, I have been switching to console using Alt+F1 and then rebooting.
Upon reboot, I select recovery mode, allow system to boot and then again reboot.
Now I select normal mode and my graphics load smoothly.
Could you please tell me what could be the issue? I have a Dell Inspiron 5230 with Intel 4000 onboard graphics.
Your question appears similar to this one although you mention you have an Intel GPU (it could be unrelated).
Basically, it looks like LightDM (the default greeter/login screen) can sometimes get a bit confused if you've installed other packages or something has gone wrong with its configuration.
Here is a relevant bug report, though possibly for a different version: https://bugs.launchpad.net/lightdm/+bug/971891
I think the best (least destructive) advice there is the following:
Hopefully that should fix it!
You could also make sure that the
ubuntu-desktop
metapackage is installed.Some of the advice in that other question seems suspect to me, either because it involves installing random PPAs or it simply doesn't apply to people with Intel graphics.
It has absolutely nothing to do with the GPU. It's a problem with LightDM and SSDs (or some other "abnormally fast" piece of hardware, Nvidia cards cause the same issue)
Try adding
below
In /etc/init/lightdm.conf
Often times, if you run into this error, you can hit
[Ctrl] + [Alt] + [5] to enter a terminal. Login and try
If that doesn't yield anything try
As a side note, my SATAIII SSD was connected to the SATAII port on my logic board when I ran into this issue. Verify that your main SSD is on the correct port before you try anything.
I gave this same answer here. If this situation applies to you, these seem good workarounds.
For Intel integrated graphics on Core processors, it seems that lightdm is the culprit and workarounds are add a delay in rc.local or install and use gdm. Launchpad seems to think that lightdm is too fast at querying for a display and people are saying SSDs can contribute to this race condition. Not sure if this would help you.
Try going into system settings, and under the "Additional Drivers" section, click on that. Their might possibly be an available driver for the card. I would use the recommended driver if any. That makes my graphics really smooth. Good luck!