Google earth - cache location, font size, etcetera

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
glassparrot
Posts: 286
Joined: Sun 01 Jun 2008, 16:07
Location: Durango, Colorado - USA
Contact:

Google earth - cache location, font size, etcetera

#1 Post by glassparrot »

Has anyone here had experience with google earth? I installed it today, and there are a couple concerns I have. One problem is that the menu font sizes are incredibly small. The other is that the cache seems to place itself at /root/.googleearth. That can fill up a puppy .2fs file really quickly.

Mu seems to have discovered a way to modify some of these settings. But his dot pup file doesn't seem to work for me.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

I have no solution for the font at moment, as google earth now works differently than the version from 2006.
Googling gave me no result yet.

Concerning cache:
if you have a Linux partition with enough space, like /mnt/sda1:

Exit Google Earth, then run these commands:

Code: Select all

rm -rf /root/.googleearth/Cache
rm -rf /root/.googleearth/Temp

mkdir /mnt/sda1/Cache
mkdir /mnt/sda1/Temp

ln -s /mnt/sda1/Cache /root/.googleearth/Cache
ln -s /mnt/sda1/Temp /root/.googleearth/Temp
So you delete the 2 folders that use much space, then create corresponding ones on the harddrive, and finally create symlinks, so that these folders are used instead.
In the options of Google earth, you also can set values for the size of the cache.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#3 Post by MU »

ok, for the font:
edit the file:
/root/.config/Google/GoogleEarthPlus.conf

In the section
[Render]
add these lines:

Code: Select all

GuiFontFamily=Arial
GuiFontSize=12
GuiFontStyle=0
GuiFontWeight=50
found here:
http://groups.google.com/group/earth-li ... 560bf93af3
There more options are mentioned.

Puppy does not have a "arial" font, but I think it is substituted with a sans serif font.
Here in Ultrapup it looks good now.
If it still looks bad for you, please attach a screenshot of the menu.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

glassparrot
Posts: 286
Joined: Sun 01 Jun 2008, 16:07
Location: Durango, Colorado - USA
Contact:

#4 Post by glassparrot »

You're a saint, Mark. Wow. I can't get over how wonderfully helpful you have been to me on this forum. I can't thank you enough for helping me get the nvidia drivers installed on my machine. By the way, I have just installed a brand new graphics card, and I can provide anyone who wants it with the nvidia.ko file for the nvidia driver version 180.22, if anyone wants to work on that.

Yes, Google Earth is much nicer with those two modifications. I notice there is a "CachePath" entry in that config file, but it doesn't seem to do anything - probably some vestigal thing. Coming from a microsoft world, the concept of linking in order to redirect program calls is a very new one to me.
Last edited by glassparrot on Tue 13 Jan 2009, 04:59, edited 1 time in total.

wosifat
Posts: 104
Joined: Sun 29 Jun 2008, 22:15
Location: Madison Heights, VA
Contact:

#5 Post by wosifat »

So where do you download Google Earth?
UDDATE: Wait, nevermind, I see the thread now.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#6 Post by MU »

http://earth.google.com/intl/en/

Or try this sfs:
http://puppyisos.org/isos/2008-07-to-12 ... /addons-2/ (20 MB)

Password:
http://murga-linux.com/puppy/viewtopic.php?t=28930

I just have created it in NewyearspupMU/Ultrapup, so I cannot say, if it runs in Puppy 4.1.
I also did not check it yet in a fresh setup, so I hope, I did not forget anything.
Let me know how it works, please.
You should use a Puppy with hardware accelleration, or install with Petget Xorg-dri or other pets, that enable glx (hardware acellerated OpenGL) for your graficscard (Ati catalyst, Nvidia drivers).

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#7 Post by Lobster »

NewyearspupMU/Ultrapup
Not sure where this is or if you are working on it?
Anyhow I tried your GoogleEarth SFS
Does it overcome the cache problems that Glassparrot mentioned - I noticed this too and became afraid of using GoogleEarth as I had to up my personal storage file and could not find the cache files to delete them . . .

As I am in 4.12 I had to rename the end bit of the SFS from 4.11 to 4.12
Had to ensure I was set up with 3GL etc (what is Mesa incidentally)
Then Menu / System / Bootmanager to add the SFS
and rebooted and the GoogleEarth icon appeared under Network
(I think I would have put it under multimedia or maybe graphic)
Network? :?

Anyway thanks Mark ;)
Works OK :)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#8 Post by MU »

Lobster wrote:
Does it overcome the cache problems that Glassparrot mentioned - I noticed this too and became afraid of using GoogleEarth as I had to up my personal storage file and could not find the cache files to delete them . . .
No, you had to apply those changes yourself.
If the do not exist yet, just create them.
Or run Google Earth once, so they will be created.

For such a popular program it might be worth to write a small wizard, that offers to choose a drive for those files.

But I was too busy, and now I am too tired, I'm sorry...

--------------------
Newyearspup:
http://www.murga-linux.com/puppy/viewtopic.php?t=36592
wow has put a link to it in the first message.

It is Ultrapup with patches and the most interesting extensions in a 200 MB iso.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

glassparrot
Posts: 286
Joined: Sun 01 Jun 2008, 16:07
Location: Durango, Colorado - USA
Contact:

#9 Post by glassparrot »

Just a note to wosifat:

Me, I simply downloaded google earth at http://earth.google.com. The website seems to auto-detect the fact that I'm using Linux... and so it gives me the right version.

Mark is right when he says that it might be easiest to use google earth with a special puplet which comes preinstalled with advanced graphic capability, including appropriate graphics card drivers. Of course, you can install these things yourself... but it can be pretty hit and miss unless you know all the right moves to get the advanced graphics working properly on your machine. Installing video drivers on Puppy is kind of like a doctor doing surgery. You don't do it without some technical training. If you do start experimenting, I would of course recommend (assuming you have a frugal installation) that you keep an archived copy of your 2fs file (copied and restored from within another os), which you know you can use to restore your computer if need be.

If you have an nvidia graphics card, you might find it informative to read my discussion with Mark, where he led me by the hand through the process of manually installing my nvidia video drivers.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#10 Post by mikeb »

Still no support for older ati 3d cards...eg 128 rage and latest version (4.3) now needs pentium 4 or other sse2 enabled cpu....
hmm I'll dump my machine in the skip then...lol

regards

mike

Dromeno
Posts: 534
Joined: Fri 12 Sep 2008, 07:01

GoogleEarth sfs crashes in Pup 4.2.1 (AsusEEE 900)

#11 Post by Dromeno »

I have downloaded Mu's GoogleEarth-4.3_411.sfs, renamed it to -421.sfs ant tried to start it in Puppy 4.2.1

First it complained that my screen resolution was too low. But that is not the case, Xorg reports 1280x1024 which should be enough.

The GoogleEarth splash screen then popped up, but immediately the app cashed. Then gave the following crashlog. Can anybody inform me what the next step should be?

It would even be better if there was an sfs of the new GoogleEarth 5.

here is the crashlog

CRASHLOGVER 1
CRASHLOGID 0x21B40B61
APPVERMAJOR 4
APPVERMINOR 3
APPVERBUILD 7284
APPBUILDDATE Jul 8 2008
APPBUILDTIME 18:49:53
OSTYPE 11
OSVERMAJOR 2
OSVERMINOR 6
OSVERBUILD 25
OSVERPATCH 16
PID 27555
CRASHSIGNAL 11
CRASHTIME 1252232724
PROGRAMUPTIME 18

STACK 0x804f403
STACK 0x804f916
STACK 0xffffe400
STACK 0xb6a6dedf
STACK 0xb6b28557
STACK 0xb66cf8c2
STACK 0xb66d03df
STACK 0xb66d156d
STACK 0xb66cd71e
STACK 0xb47a35fa
STACK 0xb47da345
STACK 0xb3b72a4f
STACK 0xb3b7431b
STACK 0xb3d3502f
STACK 0xb67eafef
STACK 0xb67f5c82
STACK 0xb7327350
STACK 0xb77c5132
STACK 0xb77894ab
STACK 0xb779009e
STACK 0xb7d82eda
STACK 0xb77c7809
STACK 0xb77c7567
STACK 0xb77c7704
STACK 0xb77c7770
STACK 0xb77c9dcb
STACK 0xb77c76ee
STACK 0xb77c7770
STACK 0xb77c7567
STACK 0xb77c7704
STACK 0xb77c7770
STACK 0xb77c9dcb
STACK 0xb77c76ee
STACK 0xb77c7770
STACK 0xb77c9dcb
STACK 0xb77c76ee
STACK 0xb77c7770
STACK 0xb77c9dcb
STACK 0xb77c76ee
STACK 0xb77c7770
STACK 0xb77c9dcb
STACK 0xb77c76ee
STACK 0xb77c7770
STACK 0xb77c9dcb
STACK 0xb77c0150
STACK 0xb7307fef
STACK 0xb72b7a30
STACK 0xb72bb4e1
STACK 0x8050bea
STACK 0xb70e56a5
STACK 0x804f231

DSO googleearth-bin/0x8048000/45848
DSO linux-gate.so.1/0xffffe000/1076
DSO libgcc_s.so.1/0xb7f46000/39096
DSO libstdc++.so.6/0xb7e6c000/849472
DSO libQtCore.so.4/0xb7cae000/1791040
DSO libQtGui.so.4/0xb767e000/6344640
DSO libQt3Support.so.4/0xb7445000/2257108
DSO libQtNetwork.so.4/0xb73c0000/532172
DSO libQtXml.so.4/0xb7371000/314624
DSO libQtSql.so.4/0xb7349000/157044
DSO libgoogleearth_lib.so/0xb7256000/958689
DSO libm.so.6/0xb722f000/146628
DSO libc.so.6/0xb70cf000/1414700
DSO libpthread.so.0/0xb70b7000/80112
DSO libbase.so/0xb702d000/544372
DSO libge_net.so/0xb6ff9000/203856
DSO libgeobase.so/0xb6cc2000/3261661
DSO libz.so.1/0xb6cab000/86972
DSO libgthread-2.0.so.0/0xb6ca7000/11708
DSO librt.so.1/0xb6c9e000/25796
DSO libglib-2.0.so.0/0xb6bd1000/834548
DSO libdl.so.2/0xb6bcc000/7340
DSO libfreetype.so.6/0xb6b6b000/380032
DSO libSM.so.6/0xb6b64000/22060
DSO libICE.so.6/0xb6b50000/68712
DSO libXi.so.6/0xb6b48000/26924
DSO libXrender.so.1/0xb6b40000/24508
DSO libXrandr.so.2/0xb6b3a000/17672
DSO libXfixes.so.3/0xb6b36000/12236
DSO libXcursor.so.1/0xb6b2e000/26572
DSO libXinerama.so.1/0xb6b2b000/4216
DSO libXext.so.6/0xb6b1e000/43356
DSO libX11.so.6/0xb6a4d000/839172
DSO libIGCore.so/0xb695d000/925528
DSO libapiloader.so/0xb6959000/9288
DSO libauth.so/0xb6906000/322188
DSO libport.so/0xb6902000/11612
DSO libcommon.so/0xb683c000/779640
DSO libcomponentframework.so/0xb6836000/19224
DSO libmath.so/0xb6815000/128372
DSO libmoduleframework.so/0xb680a000/35636
DSO librender.so/0xb67cf000/231213
DSO ld-linux.so.2/0xb7f52000/122184
DSO libIGUtils.so/0xb67a9000/140876
DSO libIGMath.so/0xb6761000/271892
DSO libminizip.so/0xb6759000/21784
DSO libfusioncommon.so/0xb6755000/11220
DSO libcurl.so.4/0xb6722000/201204
DSO libXau.so.6/0xb671f000/4920
DSO libXdmcp.so.6/0xb6719000/13656
DSO libGL.so.1/0xb66b6000/375020
DSO libGLU.so.1/0xb6638000/507779
DSO libfreeimage.so.3/0xb6575000/770245
DSO libjpeg.so.62/0xb6551000/139688
DSO libmng.so.1/0xb64f3000/364312
DSO libpng12.so.0/0xb64cb000/156964
DSO libtiff.so.3/0xb646f000/364328
DSO libXxf86vm.so.1/0xb6469000/12560
DSO libXdamage.so.1/0xb6466000/4760
DSO libdrm.so.2/0xb645e000/27340
DSO libnss_files.so.2/0xb580d000/39612
DSO libqjpeg.so/0xb4803000/29240
DSO libIGGfx.so/0xb474c000/704344
DSO libevll.so/0xb39fb000/5201164
DSO libIGAttrs.so/0xb3999000/366572
DSO libIGSg.so/0xb388c000/1032004
DSO libalchemyext.so/0xb4748000/11076
DSO libicuuc.so.38/0xb371a000/1052797
DSO libcollada.so/0xb36d9000/256949
DSO libIGExportCommon.so/0xb3653000/510420
DSO libIGOpt.so/0xb357d000/820920
DSO libIGDisplay.so/0xb4735000/68604
DSO libIGGui.so/0xb353d000/238548
DSO libcollada-1.4.so/0xb3242000/3016032
DSO libnss_dns.so.2/0xb472e000/17916
DSO libresolv.so.2/0xb4718000/70816
DSO libqgif.so/0xb323c000/17104
DSO libnavigate.so/0xb012c000/1079429
DSO liblayer.so/0xad7a4000/1562097
DSO libwmsbase.so/0xad742000/387724
DSO libmeasure.so/0xad6e0000/382508
DSO libbasicingest.so/0xad60b000/831561
DSO libgps.so/0xad58d000/498415
DSO libgooglesearch.so/0xad51f000/433644
DSO libinput_plugin.so/0xad4fc000/134315
DSO libflightsim.so/0xad435000/777117

nancy reagan
Posts: 544
Joined: Thu 22 Jan 2009, 14:20

GE5

#12 Post by nancy reagan »

I am no technician though.

Discovered the other day that Lighthouse Pup delivers GE 5, however cannot be run in Puppy.

See last post at Puppy Light House pup.

Je zou me nog vertellen waar je woont.

Dromeno
Posts: 534
Joined: Fri 12 Sep 2008, 07:01

bug caused by conflicting screen settings?

#13 Post by Dromeno »

I don't know if this is the right thread for this but Xorg may report 1280x1024 but when I check in Hardinfo, the summary reads 1024x600 pixels!?

So GoogleEarth may be right.

and I am puzzled...

Post Reply