biello
First Post
Reged: 06/21/06
Posts: 1
|
|
hi there.. i had google earth working on my linux. I have just compiled xorg 7.1, and now google earth freezes in the initializing screen.. I have already uninstalled ge and removed the cache files and all other google earth files. Then reinstalled and got the same problem.
Some info that might be useful
Distro: Slackware 10.2 kernel: 2.6.16.20 glib packages installed: glib-1.2.10-i386-2 ; glib2-2.10.3-i486-1 ; glibc-2.3.6-i486-3 CPU: Pentium 4 2.4 RAM: 768Mb Video Card: S3 Savage (S3 Inc. VT8375 [ProSavage8 KM266/KL266])
in xorg i am using savage driver but had to disable tile (Option "DisableTile" "true")
well.. i guess this is it..
thanks in advance
|
smeenz
Tourist
Reged: 10/12/05
Posts: 18
|
|
Have you tried seeing what it is doing with strace ?
|
Hugo_Costelha
Tourist
Reged: 10/14/06
Posts: 6
|
|
I have exactly the same problem. Doing strace shows the following before "freesing":
futex(0x818569c, FUTEX_WAKE, 1) = 0 futex(0x818569c, FUTEX_WAKE, 1) = 0 futex(0x818569c, FUTEX_WAKE, 1) = 0 futex(0x818569c, FUTEX_WAKE, 1) = 0 futex(0x818569c, FUTEX_WAKE, 1) = 0 futex(0x818569c, FUTEX_WAKE, 1) = 0 futex(0x818569c, FUTEX_WAKE, 1) = 0 futex(0x818569c, FUTEX_WAKE, 1) = 0 futex(0x818569c, FUTEX_WAKE, 1) = 0 futex(0x818569c, FUTEX_WAKE, 1) = 0 ioctl(9, 0x4008642a, 0xbfa36418) = 0
|
CHSEarl
Tourist
Reged: 10/15/06
Posts: 2
|
|
I had the same problem after installing Suse 10.1 Pro on a new AMD64x2 XPLIO machine and thought it was an ATI Radeon on motherboard graphics card problem. That card gave me frequent white screens even with the proprietary driver. I thus bought an NVIDIA 7300 and overrode the ATI onboard card but had the same problem. Ouch. I checked and shut down the firewall and still had the same problem. I therefore decided to reinstall Suse 10.1 but this time without installing the firewall and voila Googleearth finally worked and went beyond the "initializing" stage. Odd that I have a Suse 9.2 AMD64 machine and had no problem with the firewall installed. The iptables rules must have changed to block Googleearth initializing. I am behind a firewall of another computer so I am not overly concerned with having no firewall on the new computer. Give it a shot without the firewall and see if it works but not for too long in an unprotected state. I would like to know what the changes in the firewall rules were, if at all, from 9.2 to 10.1.
|
Hugo_Costelha
Tourist
Reged: 10/14/06
Posts: 6
|
|
Chngeing the firewall setting didn't make a difference. Besides, it only stoped working when I made the updated they advised me to do. So I gess it is a problem with the lates version.
|
Willwien_Orfeus
Tourist
Reged: 04/30/06
Posts: 15
|
|
The same here, the last lines strace outputs are:
futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 open("./tls/i686/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("./tls/i686/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("./tls/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("./tls/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("./i686/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("./i686/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("./sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("./libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("tls/i686/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("tls/i686/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("tls/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("tls/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("i686/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("i686/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 12 fstat64(12, {st_mode=S_IFREG|0644, st_size=92123, ...}) = 0 mmap2(NULL, 92123, PROT_READ, MAP_PRIVATE, 12, 0) = 0xb5314000 close(12) = 0 open("/lib/tls/i686/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/tls/i686/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/tls/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/tls/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/i686/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/i686/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/tls/i686/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/tls/i686/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/tls/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/tls/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/i686/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/i686/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/sse2/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libCg.so", O_RDONLY) = -1 ENOENT (No such file or directory) munmap(0xb5314000, 92123) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 futex(0xb49c1bf4, FUTEX_WAKE, 1) = 0 writev(4, [{"\224\1\245\1\1\0\0\0", 8}, {"\10\0\212\0P\v\0\0\10\0\212\0\241\v\0\0\30\0[\0S\v\0\0"..., 1676}], 2) = 1684 write(4, "\224l\2\0\1\0\0\0", 8) = 8 read(4, 0xbfb4b570, 32) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1 read(4, "\1\0_\23\0\0\0\0\0\0\0\0\1\0\0\0\10\0\0\0\271\251\215\267"..., 32) = 32
|
Hugo_Costelha
Tourist
Reged: 10/14/06
Posts: 6
|
|
It seems the same problem is being discussed in http://bbs.keyhole.com/ubb/showthreaded.php/Cat/0/Number/620003/page/0
|
twelvenine
First Post
Reged: 10/27/06
Posts: 1
|
|
i'm also experiencing the same problem. i'm running slackware with a linux 2.6 kernel, my video card is an onboard intel 855 gm. i installed the linux version of google earth, but when i try to run it, it hangs at the "initializing screen" my cpu, ram, and swap usage shoot up to 100% and i have to kill it. i haven't gotten any errors or anything either.
the last few lines of strace before ge hangs are: Code:
futex(0x8158624, FUTEX_WAKE, 1) = 0 futex(0x8158624, FUTEX_WAKE, 1) = 0 futex(0x8158624, FUTEX_WAKE, 1) = 0 futex(0x8158624, FUTEX_WAKE, 1) = 0 futex(0x8158624, FUTEX_WAKE, 1) = 0 futex(0x8158624, FUTEX_WAKE, 1) = 0 write(3, "+\1\1\0", 4) = 4 read(3, "\1\1`\23\0\0\0\0\3\0`\1\0\0\0\0\1\0\0\0\22\0\0\0\310&\233"..., 32) = 32
to me it looks like ge is having a problem reading something, since it hangs right after that read.
Edited by twelvenine (10/27/06 02:46 PM)
|
dutch1918
First Post
Reged: 11/04/06
Posts: 1
|
|
Having the same problem here with SUSE 10.1 and I installed the ATI Graphic drivers. Anyone find a fix yet. I tried the "Turn Firewall" off but no go.
Please help
|
suseAMD64
Tourist
Reged: 11/11/06
Posts: 3
|
|
I'm also having the same problem. I'm using suse 10.1 x86_64
x.org version 6.9
display adapter ATI Mobility x1600
display driver ATI version 8.30.03
Tried stopping the suse firewall and even uninstalling the firewall
Other applications work fine with 3d acceleration
if i edit the default_lt.kvw file and comment out the windowstack render window section i get past the initializing screen but it is still unusable. otherwise I'm stuck on initializing and the cpu and memory usage spike.
Not sure what else to try.
Does anyone know what it is trying to do when it says initializing?
|
|