Google Earth crashes on the splash screen

Asked by bigj130

Well, i just installed google earth from the termanle and its the news ver. i hope and this is what the terminal said after starting google earth up on it!

Xlib: extension "XFree86-DRI" missing on display ":0.0".

What does this mean?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
bigj130
Solved:
Last query:
Last reply:
Revision history for this message
Wrwrwr (wrwrwr) said :
#1

This means that you don't have hardware acceleration.

I've just read what you were advised to do to enable desktop effects, Rafael told you to add:

Section "Extensions"
        Option "Composite" "Enable"
EndSection

to xorg.conf.

So i would now advise, to change enable to disable there. :)

That's because you may need composite for desktop effects, but your graphics card can't provide acceleration with composite on (at least not with current drivers).

Revision history for this message
bigj130 (dunham-jared) said :
#2

HI WRWRWR!!!
I think your the best at answering stuff!!

Thanks!

But what do i type to get into the place i need to change?

Revision history for this message
Wrwrwr (wrwrwr) said :
#3

Hello,

sudo gedit /etc/X11/xorg.conf

Try not to change there anything by mistake, or it will leave you without graphics at all (easy to fix, but unpleasant). Best make a copy as last time:

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.copy

In case of trouble you can restore it like that (even if after restart it would look like it crashed or something):

sudo cp /etc/X11/xorg.conf.copy /etc/X11/xorg.conf

Revision history for this message
bigj130 (dunham-jared) said :
#4

OMG!

That fixed it!
Thanks!

Revision history for this message
cmarouchos (cmarouchos) said :
#5

i get the same error but this fix doesnt work for me..anything else i can do??

Revision history for this message
Fernando (fernandogferreira) said :
#6

Is there some way to put googleearth and the Desktop effects working together?