apport-gnu-intel-error how to fix it? 12.4 macbook 1.1

Asked by Dimi Bas

When i log in after 1-2 min apport giver this error : apport-gnu-intel-error.py how to fix it?
  12.4 ubuntu i386-i686 macbook 1.1

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apport Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

It's 12.04, not 12.4

Are there any bugs reported?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Have you tried logging in to Unity2D session?

Revision history for this message
Dimi Bas (mail-dos) said :
#5

xf86-video-intel +
Remove all nvidia drivers, install only x-swat PPAs (uses OpenGL and mesa-libs):

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

or you can manually add in Update Manager settings, in the tab Other Software, type in the following APT line:

deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main

Then, perform a list update and install the appropriate driver:

sudo apt-get update
sudo apt-get install xserver-xorg-video-intel

Remove all Nvidia drivers, install mesa-utils:

sudo apt-get remove nvidia-current nvidia-graphics-drivers
sudo apt-get purge nvidia*
sudo apt-get install mesa-utils

Type in the following line in terminal, if there's an error saying no GLX found in display, proceed

glxinfo

Reinstalling all components to refresh:

sudo apt-get install --reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
sudo update-alternatives --remove gl_conf /usr/lib/nvidia-current/ld.so.conf

Reset Unity (CLOSE AND SAVE EVERYTHING BEFORE DOING): (add sudo in front if superuser required)

unity --reset

Can you help with this problem?

Provide an answer of your own, or ask Dimi Bas for more information if necessary.

To post a message you must log in.