Google
Official Google Earth Download Site

Google Earth Community

Support and Answers >> Google Earth for Linux (read only)

Jump to first unread post. Pages: 1 | 2 | 3 | 4 | >> (show all)
Bruno_Bowden
Master Guide


Reged: 03/11/04
Posts: 205
Linux Drivers - "Could not access Graphics Card"
      #495332 - 07/05/06 01:59 PM

Please change the title of all replies to the name of the graphics card being discussed - to help people find relevant information.

This post is a staging point for questions and answers for graphics card driver problems for Linux Google Earth. Since the Linux community is so strong, we thought it would be better place to address these problems.


Edited by Bruno_Bowden (07/05/06 02:07 PM)


Post Extras: Print Post   Remind Me!   Report this Post  
Marshall_Hampton
Tourist


Reged: 06/13/06
Posts: 2
Nvidia 6600, Ubuntu linux [Re: Bruno_Bowden]
      #507288 - 07/12/06 12:10 PM

View in Google Earth         View in Google Maps (1462 downloads)


I am having running Google Earth on a desktop machine which has Ubuntu 6.06 installed, an Nvidia 6600 graphics card, and a Dell 2405 monitor (24" widescreen, its nice but it often messes up linux). I thought I had installed the nvidia driver correctly but perhaps not.

I'll attach my xorg.conf file as I suspect that might be the source of the problem.

Thanks for any help!


Post Extras: Print Post   Remind Me!   Report this Post  
yu210148
Tourist


Reged: 07/22/06
Posts: 8
Voodoo 3 2000, Fedora 4 [Re: Bruno_Bowden]
      #523045 - 07/22/06 05:51 AM

Hi all,

I suspect that the problem is that my video card is what eBayers refer to as "Vintage" but for the record I thought I'd mention that Google Earth Beta 4 fails on my PIII 500 with the above video card. The last output from the program is:

Google Earth can't run on your machine as it could not access the graphics card. This is likely to be caused by one of the following:

1) The graphics card is not powerful enought to run Google Earth (it must have a minimum of 16 MB of VRAM).
2) This machine does not have the graphics card drivers installed correctly.

ttyl
kev.


Post Extras: Print Post   Remind Me!   Report this Post  
yu210148
Tourist


Reged: 07/22/06
Posts: 8
Re: Voodoo 3 2000, Fedora 4 [Re: yu210148]
      #537640 - 07/31/06 11:55 AM

Again, for the record:

Upgrading the box to an AMD 64 X2 2200 with 2GB of ram on SuSE 10.1 in software mode fixes the problem.



Yes, I'm running the above with a Voodoo 3 2000 video card--at lest until I can afford to upgrade that.


Post Extras: Print Post   Remind Me!   Report this Post  
Fabrice_Yerly
First Post


Reged: 08/05/06
Posts: 1
Re: "Could not access GC" Matrox G550 Debian Sarge [Re: Bruno_Bowden]
      #544279 - 08/05/06 06:10 AM

Hello everybody,

Today I tried to install Google earth on a stable Sarge, with a Matrox G550. The program does not recognize my graphic card.

Does anybody have an idea about a possible cause?

Thank you in advance for any idea...

best regards to all LinuX community

Fabrice


Post Extras: Print Post   Remind Me!   Report this Post  
alligator424
First Post


Reged: 08/21/06
Posts: 1
matrox millenium G450 pb [Re: Bruno_Bowden]
      #564143 - 08/21/06 01:25 AM

Hi,

I have a matrox millenium G450 with the last linux driver under ubuntu Dapper and the graphic card is not recognized by google earth. Perhaps is it the not 32 but 24 bit depth?
this card is ok for google earth under w2k...

please help!


Post Extras: Print Post   Remind Me!   Report this Post  
whizzit
Tourist


Reged: 08/27/06
Posts: 2
Re: matrox millenium G450 pb [Re: alligator424]
      #571529 - 08/27/06 08:48 AM

Same here but I have found a working setup using the (latest) beta drivers from Matrox (matrox_driver-x86_32-4.4.0.tar.gz). However they only officially support up to Xorg v6.8.2.

$ lspci | grep Matrox
01:00.0 VGA compatible controller: Matrox Graphics, Inc. G400/G450 (rev 82)

$ xdpyinfo | grep "X.Org version"
X.Org version: 6.8.2

$ glxinfo | head -5
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2

And my sections in the xorg.conf/XF86Config file. Be sure to drop the DefaultDepth to 16 in the Screen section ;-) since it doesn't seem to work with 24 bit on my system. In fact that might be worth trying before installing the new drivers....

Hopefully this will work for you too.

Grant

--
Section "Device"
Identifier "Matrox_G450.0"
Driver "mga"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "HWcursor" "On"
Clocks 360
VideoRam 32768
EndSection

Section "Screen"
Identifier "Screen 0"
Device "Matrox_G450.0"
Monitor "Dell"
DefaultDepth 16
#DefaultDepth 24
#DefaultFbBpp 32

Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


Post Extras: Print Post   Remind Me!   Report this Post  
Accornehl
Tourist


Reged: 05/19/06
Posts: 39
Loc: Seattle, Washington, USA
What Distribution does this work on? [Re: whizzit]
      #574743 - 08/29/06 01:42 PM

What Distribution are you using? I've gotten GE and my Matrox 450 to work with Gentoo 2006 and not much more, seemingly because of the VA Linux Mesa drivers installed with 6.8.2

--------------------
Let the mind beware, that though the project be buggy, the circumstances of software testing are pretty damn glorious.


Post Extras: Print Post   Remind Me!   Report this Post  
whizzit
Tourist


Reged: 08/27/06
Posts: 2
Re: What Distribution does this work on? [Re: Accornehl]
      #579018 - 09/01/06 12:52 PM

I achieved this using Slackware 10.2. If you think there might be more details from my system that could help just let me know.

I have an unfortunate side effect from this that Firefox crashes when loading sites containing swf content @ 16 bit...


Post Extras: Print Post   Remind Me!   Report this Post  
Robert_Lipe
GPS Guru


Reged: 06/04/06
Posts: 203
Radeon 9200 PRO performs very poorly on FC5 [Re: Bruno_Bowden]
      #579122 - 09/01/06 02:05 PM

My Dell's planar video was a Rage XL. Knowing that it didn't do fancy video, I upgraded my Fedora Core 5 box to a Radeon 9200, smug in the knowledge that the same chip when used in a Mac Mini worked OK with Earth. (Yes, I know that all the software BETWEEN Earth and the video card is different, but it seemed like reasonable reasoning.)

After the upgrade, Earth no longer complains about the video but the performance is stunningly bad. Even when there is no animation, menus take tens of seconds to react. The host CPU is often pegged at 100%. In short, it works very much like before I upgraded to a video card that reported XFree-DRI=yes in xdpyinfo.

Everything else works acceptably well, but I'll admit my multimedia standards are pretty low.

Any advice on things to check with this combination are welcome.

--------------------
Creator, Lead developer of GPSBabel


Post Extras: Print Post   Remind Me!   Report this Post  
Pages: 1 | 2 | 3 | 4 | >> (show all)




Extra information
0 registered and 0 anonymous users are browsing this forum.

Moderator:  DWebb, esterrett, Jumble, Kempster, Hill, mcshea98, dulce, jeffryv, Frank_McVey, NormB, Cyclonic, tekgergedan, no_stranger, LuciaM, BeadieJay, TheLedge, cantarell, ManoM, David_Minogue, Noisette, danescombe, Michal_Drewniak, mutex, marinerfan 

Print Topic

Forum Permissions
      You cannot start new topics
      You cannot reply to topics
      HTML is disabled
      UBBCode is enabled

Rating:
Topic views: 78420

Rate this topic

Jump to

earth.google.com    bbs.keyhole.com

*
UBB.threads™ 6.5.1.1