public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Google Earth: Masked?
@ 2006-06-15 12:01 Nico Schümann
  2006-06-15 12:17 ` Raymond Lewis Rebbeck
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Nico Schümann @ 2006-06-15 12:01 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

Hi,

yesterday I read that Google Earth had been released. I did an emerge and
everything worked as expected - except the speed, but the graphic driver is
to blame (missing OpenGL support). So why is Google Earth masked?
Has anyone any problems with Google Earth?

Nico Schümann

[-- Attachment #2: Type: text/html, Size: 335 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 12:01 [gentoo-user] Google Earth: Masked? Nico Schümann
@ 2006-06-15 12:17 ` Raymond Lewis Rebbeck
  2006-06-15 12:25 ` 员旭鹏
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 16+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-06-15 12:17 UTC (permalink / raw
  To: gentoo-user

On Thursday, 15 June 2006 21:31, Nico Schümann wrote:
> Hi,
>
> yesterday I read that Google Earth had been released. I did an emerge and
> everything worked as expected - except the speed, but the graphic driver is
> to blame (missing OpenGL support). So why is Google Earth masked?
> Has anyone any problems with Google Earth?
>
> Nico Schümann

It's masked because it has only been in the tree for a matter of days. Ebuilds 
usually require at least 30 days of existence before they're considered to be 
marked stable.

Personally I've had no issues with Google Earth. I'm using a geforce fx 5200 
with the nvidia binary drivers and the performance is great.

-- 
Raymond Lewis Rebbeck

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 12:01 [gentoo-user] Google Earth: Masked? Nico Schümann
  2006-06-15 12:17 ` Raymond Lewis Rebbeck
@ 2006-06-15 12:25 ` 员旭鹏
  2006-06-15 12:48   ` Nico Schümann
  2006-06-15 14:20 ` Bo Ørsted Andresen
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 16+ messages in thread
From: 员旭鹏 @ 2006-06-15 12:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

2006/6/15, Nico Schümann <nico.schuemann@googlemail.com>:
>
> Hi,
>
> yesterday I read that Google Earth had been released. I did an emerge and
> everything worked as expected - except the speed, but the graphic driver is
> to blame (missing OpenGL support). So why is Google Earth masked?
> Has anyone any problems with Google Earth?
>
> Nico Schümann
>

try load "glx" module in /etc/X11/xorg.conf:

Section "Module"
    Load  "glx"
    Load  "extmod"
    Load  "xtrap"
    Load  "record"
    Load  "dbe"
    Load  "dri"
    Load  "freetype"
    Load  "type1"
EndSection


-- 
I like Python & Linux.

[-- Attachment #2: Type: text/html, Size: 1292 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 12:25 ` 员旭鹏
@ 2006-06-15 12:48   ` Nico Schümann
  2006-06-15 14:08     ` Daniel da Veiga
  0 siblings, 1 reply; 16+ messages in thread
From: Nico Schümann @ 2006-06-15 12:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 874 bytes --]

2006/6/15, 员旭鹏 <recordus@gmail.com>:
>
> try load "glx" module in /etc/X11/xorg.conf:
>
> Section "Module"
>     Load  "glx"
>     Load  "extmod"
>     Load  "xtrap"
>     Load  "record"
>     Load  "dbe"
>     Load  "dri"
>     Load  "freetype"
>     Load  "type1"
> EndSection
>

glx is already loaded.
Section "Module"
        Load  "vnc"
        Load  "dbe"
        Load  "extmod"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
EndSection


But I think it is indifferent, because I've just bought a new graphics card
(because of my new flat screen). Hopefully, the nVidia driver supports it.
My old one (Riva TNT2) is not longer supported (it actually was supported a
few years ago, but nVidia only has these all-in-one drivers. I just can't
find the old one).

Nico Schümann

[-- Attachment #2: Type: text/html, Size: 1949 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 12:48   ` Nico Schümann
@ 2006-06-15 14:08     ` Daniel da Veiga
  0 siblings, 0 replies; 16+ messages in thread
From: Daniel da Veiga @ 2006-06-15 14:08 UTC (permalink / raw
  To: gentoo-user

On 6/15/06, Nico Schümann <nico.schuemann@googlemail.com> wrote:
> 2006/6/15, 员旭鹏 <recordus@gmail.com>:
>
> >
> > try load "glx" module in /etc/X11/xorg.conf:
> >
> > Section "Module"
> >     Load  "glx"
> >     Load  "extmod"
> >     Load  "xtrap"
> >     Load  "record"
> >     Load  "dbe"
> >     Load  "dri"
> >     Load  "freetype"
> >     Load  "type1"
> > EndSection
> >
>
> glx is already loaded.
> Section "Module"
>         Load  "vnc"
>         Load  "dbe"
>         Load  "extmod"
>         Load  "record"
>         Load  "xtrap"
>         Load  "glx"
>
>         Load  "dri"
>         Load  "freetype"
>         Load  "type1"
> EndSection
>
>
> But I think it is indifferent, because I've just bought a new graphics card
> (because of my new flat screen). Hopefully, the nVidia driver supports it.
> My old one (Riva TNT2) is not longer supported (it actually was supported a
> few years ago, but nVidia only has these all-in-one drivers. I just can't
> find the old one).

My old TNT2 card had opengl and direct rendering support and I was
able to play games with a good FPS for that old 32MB card. I used the
nvidia drivers from the DRI project, they work great. I could even
build the kernel with support (there's a specific driver), but I was
too lazy to recompile, guess it would be even better...

-- 
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 12:01 [gentoo-user] Google Earth: Masked? Nico Schümann
  2006-06-15 12:17 ` Raymond Lewis Rebbeck
  2006-06-15 12:25 ` 员旭鹏
@ 2006-06-15 14:20 ` Bo Ørsted Andresen
  2006-06-15 19:27 ` Aaron
  2006-06-15 21:19 ` Nick Rout
  4 siblings, 0 replies; 16+ messages in thread
From: Bo Ørsted Andresen @ 2006-06-15 14:20 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

On Thursday 15 June 2006 14:01, Nico Schümann wrote:
> So why is Google Earth masked?
> Has anyone any problems with Google Earth?

It is not hard masked it just isn't in stable. It is a beta version and it has 
been in the tree for only 3 days. It probably won't become stable before 
Google declares it to be stable and that stable version from Google has been 
in the tree for 30 days. So that should last a while.

So far it is working really well here. It is really nice. :)

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 12:01 [gentoo-user] Google Earth: Masked? Nico Schümann
                   ` (2 preceding siblings ...)
  2006-06-15 14:20 ` Bo Ørsted Andresen
@ 2006-06-15 19:27 ` Aaron
  2006-06-15 19:57   ` Mark Knecht
  2006-06-15 21:08   ` Neil Bothwick
  2006-06-15 21:19 ` Nick Rout
  4 siblings, 2 replies; 16+ messages in thread
From: Aaron @ 2006-06-15 19:27 UTC (permalink / raw
  To: gentoo-user

On Thursday 15 June 2006 07:01, Nico Schümann wrote:
> Hi,
>
> yesterday I read that Google Earth had been released. I did an emerge and
> everything worked as expected - except the speed, but the graphic driver is
> to blame (missing OpenGL support). So why is Google Earth masked?
> Has anyone any problems with Google Earth?
>
> Nico Schümann

I am running google earth without any problems.  Its cool that they finally 
came out with a Linux version.


-- 
"Guess what... I got a fever. And the only prescription, is more cowbell."
Bruce Dickinson played by Christopher Walkin on SNL


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 19:27 ` Aaron
@ 2006-06-15 19:57   ` Mark Knecht
  2006-06-15 21:08   ` Neil Bothwick
  1 sibling, 0 replies; 16+ messages in thread
From: Mark Knecht @ 2006-06-15 19:57 UTC (permalink / raw
  To: gentoo-user

On 6/15/06, Aaron <venom@venomslair.com> wrote:
> On Thursday 15 June 2006 07:01, Nico Schümann wrote:
> > Hi,
> >
> > yesterday I read that Google Earth had been released. I did an emerge and
> > everything worked as expected - except the speed, but the graphic driver is
> > to blame (missing OpenGL support). So why is Google Earth masked?
> > Has anyone any problems with Google Earth?
> >
> > Nico Schümann
>
> I am running google earth without any problems.  Its cool that they finally
> came out with a Linux version.
>

Yep. It's running here on two machines. The X86 machine has DRI and
runs great. On my AMD64 I haven't figured out DRI yet so I get some
messages about needing it, but it still runs and is not too slow.

Guess I need to finally figure out this DRI stuff! ;-)

- Mark

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 19:27 ` Aaron
  2006-06-15 19:57   ` Mark Knecht
@ 2006-06-15 21:08   ` Neil Bothwick
  2006-06-16 11:23     ` Nico Schümann
  1 sibling, 1 reply; 16+ messages in thread
From: Neil Bothwick @ 2006-06-15 21:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

On Thu, 15 Jun 2006 14:27:50 -0500, Aaron wrote:

> I am running google earth without any problems.  Its cool that they
> finally came out with a Linux version.

A shame it's binary-only, so it won't run on everything that runs Linux.


-- 
Neil Bothwick

.sig a .sog of sixpence.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 12:01 [gentoo-user] Google Earth: Masked? Nico Schümann
                   ` (3 preceding siblings ...)
  2006-06-15 19:27 ` Aaron
@ 2006-06-15 21:19 ` Nick Rout
  2006-06-17  0:53   ` [gentoo-user] " Mick
  4 siblings, 1 reply; 16+ messages in thread
From: Nick Rout @ 2006-06-15 21:19 UTC (permalink / raw
  To: gentoo-user

bugger i didn't even know there was an ebuild, i simply downloaded and
installed.

I'll back that out now and use the ebuild.


On Thu, 15 Jun 2006 14:01:35 +0200
Nico Schümann wrote:

> Hi,
> 
> yesterday I read that Google Earth had been released. I did an emerge and
> everything worked as expected - except the speed, but the graphic driver is
> to blame (missing OpenGL support). So why is Google Earth masked?
> Has anyone any problems with Google Earth?
> 
> Nico Schümann

-- 
Nick Rout <nick@rout.co.nz>


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Google Earth: Masked?
  2006-06-15 21:08   ` Neil Bothwick
@ 2006-06-16 11:23     ` Nico Schümann
  0 siblings, 0 replies; 16+ messages in thread
From: Nico Schümann @ 2006-06-16 11:23 UTC (permalink / raw
  To: gentoo-user

2006/6/15, Neil Bothwick <neil@digimed.co.uk>:
> A shame it's binary-only, so it won't run on everything that runs Linux.
Yes, it is, of course. But I think, google will never open the source
because of its policy.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: Google Earth: Masked?
  2006-06-15 21:19 ` Nick Rout
@ 2006-06-17  0:53   ` Mick
  2006-06-19 11:18     ` Bo Ørsted Andresen
  0 siblings, 1 reply; 16+ messages in thread
From: Mick @ 2006-06-17  0:53 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Nick Rout wrote:

> bugger i didn't even know there was an ebuild, i simply downloaded and
> installed.

Yep, it works a treat (other than setting up email - it opens FF).  It is
masked because it is a new ebuild.  If no bugs are reported it'll become
stable within a month.

Any idea how to set it up to open Kmail?
- -- 
Regards,
Mick
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEk1KI5Fp0QerLYPcRAkByAKCbYd5uzDgt9eLExRmMDyHtkaBDagCeJ7jx
JkC0AvxKOhtl9Q/PqoCiksU=
=rzk+
-----END PGP SIGNATURE-----

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user]  Re: Google Earth: Masked?
  2006-06-17  0:53   ` [gentoo-user] " Mick
@ 2006-06-19 11:18     ` Bo Ørsted Andresen
  2006-06-20 19:30       ` Mick
  0 siblings, 1 reply; 16+ messages in thread
From: Bo Ørsted Andresen @ 2006-06-19 11:18 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 837 bytes --]

On Saturday 17 June 2006 02:53, Mick wrote:
> Yep, it works a treat (other than setting up email - it opens FF).  It is
> masked because it is a new ebuild.  If no bugs are reported it'll become
> stable within a month.
>
> Any idea how to set it up to open Kmail?

It uses the BROWSER environment variable if it exists to pick a browser to 
which it sends a mailto: link containing all the info to compose a mail in 
the composer that the browser uses to handle mailto. Hope that makes 
sense. :)

Konqueror will use kmail by default. 

$ BROWSER=konqueror googleearth

You may also edit the googleearth script and add BROWSER=whatever at the top 
or you may put it into your global environment like this:

# echo BROWSER=whatever >> /etc/env.d/90browser && env-update && \
	source /etc/profile

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Re: Google Earth: Masked?
  2006-06-19 11:18     ` Bo Ørsted Andresen
@ 2006-06-20 19:30       ` Mick
  2006-06-20 19:54         ` Bo Ørsted Andresen
  0 siblings, 1 reply; 16+ messages in thread
From: Mick @ 2006-06-20 19:30 UTC (permalink / raw
  To: gentoo-user

On 19/06/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:

> It uses the BROWSER environment variable if it exists to pick a browser to
> which it sends a mailto: link containing all the info to compose a mail in
> the composer that the browser uses to handle mailto. Hope that makes
> sense. :)

Yes it does, thanks.  The problem then is that I do not have set the
BROWSER env variable, because I choose the browser according to
particular browsing needs;  i.e. mostly Opera, sometimes FF, sometimes
Konqueror, rarely Mozilla, Links.

> $ BROWSER=konqueror googleearth

Yes this works nicely, I may just add it to my Fluxbox menu command.

> You may also edit the googleearth script and add BROWSER=whatever at the top

Hmm, this does not seem to work at all:
===============================================
$ googleearth
/usr/bin/googleearth: line 10: =/usr/kde/3.5/bin/konqueror: No such
file or directory
===============================================
I've tried all sorts of nomenclature (placing the path in " ", etc.)
but it won't work.  It just launches Firefox.  Although I've set the
mailto: path in FF config to kmail, FF does not seem to respond to the
'attachto=' that googleearth passes on to it.  As a result a new
message is opened but no attachment is created.

Any idea what the syntax should look like for the googleearth script
to acknowledge the BROWSER env variable?
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Re: Google Earth: Masked?
  2006-06-20 19:30       ` Mick
@ 2006-06-20 19:54         ` Bo Ørsted Andresen
  2006-06-20 22:01           ` Mick
  0 siblings, 1 reply; 16+ messages in thread
From: Bo Ørsted Andresen @ 2006-06-20 19:54 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

On Tuesday 20 June 2006 21:30, Mick wrote:
> Any idea what the syntax should look like for the googleearth script
> to acknowledge the BROWSER env variable?

# diff -Naur /opt/googleearth/googleearth{,-mod}
--- /opt/googleearth/googleearth        2006-06-14 11:14:46.000000000 +0200
+++ /opt/googleearth/googleearth-mod    2006-06-20 21:50:39.000000000 +0200
@@ -3,6 +3,8 @@
 # Google Earth startup script
 #

+export BROWSER=konqueror
+
 # Function to find the real directory a program resides in.
 # Feb. 17, 2000 - Sam Lantinga, Loki Entertainment Software
 FindPath()

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Re: Google Earth: Masked?
  2006-06-20 19:54         ` Bo Ørsted Andresen
@ 2006-06-20 22:01           ` Mick
  0 siblings, 0 replies; 16+ messages in thread
From: Mick @ 2006-06-20 22:01 UTC (permalink / raw
  To: gentoo-user

On 20/06/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:

> +export BROWSER=konqueror

Excellent!  It works nicely now.  Thank you very much.  :-)
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2006-06-20 22:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-15 12:01 [gentoo-user] Google Earth: Masked? Nico Schümann
2006-06-15 12:17 ` Raymond Lewis Rebbeck
2006-06-15 12:25 ` 员旭鹏
2006-06-15 12:48   ` Nico Schümann
2006-06-15 14:08     ` Daniel da Veiga
2006-06-15 14:20 ` Bo Ørsted Andresen
2006-06-15 19:27 ` Aaron
2006-06-15 19:57   ` Mark Knecht
2006-06-15 21:08   ` Neil Bothwick
2006-06-16 11:23     ` Nico Schümann
2006-06-15 21:19 ` Nick Rout
2006-06-17  0:53   ` [gentoo-user] " Mick
2006-06-19 11:18     ` Bo Ørsted Andresen
2006-06-20 19:30       ` Mick
2006-06-20 19:54         ` Bo Ørsted Andresen
2006-06-20 22:01           ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox