Hi, This morning I downloaded and installed google-earth- stable_current_amd64.deb from the google site. When I run it, a blank screen appears, which is pretty useless.
I have an nvidia graphics card with nvidia-kernel-173xx and nvidia- glx-legacy-173xx installed. I also have nvidia-glx-legacy-ia32 installed, which used to be required for googleearth. The output from strace is shown below. Does anyone have an idea as to how I can proceed to resolve this? -Chris $ strace google-earth execve("/usr/bin/google-earth", ["google-earth"], [/* 48 vars */]) = 0 brk(0) = 0xc84000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f72a8e88000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/home/cdj/rvplayer5.0/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/cdj/rvplayer5.0/tls/x86_64", 0x7ffff35b4ab0) = -1 ENOENT (No such file or directory) open("/home/cdj/rvplayer5.0/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/cdj/rvplayer5.0/tls", 0x7ffff35b4ab0) = -1 ENOENT (No such file or directory) open("/home/cdj/rvplayer5.0/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/cdj/rvplayer5.0/x86_64", 0x7ffff35b4ab0) = -1 ENOENT (No such file or directory) open("/home/cdj/rvplayer5.0/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/home/cdj/rvplayer5.0", 0x7ffff35b4ab0) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=123193, ...}) = 0 mmap(NULL, 123193, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f72a8e69000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=1570832, ...}) = 0 mmap(NULL, 3684440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f72a88e7000 mprotect(0x7f72a8a61000, 2097152, PROT_NONE) = 0 mmap(0x7f72a8c61000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 3, 0x17a000) = 0x7f72a8c61000 mmap(0x7f72a8c66000, 18520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_ANONYMOUS, -1, 0) = 0x7f72a8c66000 close(3) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f72a8e68000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f72a8e67000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f72a8e66000 arch_prctl(ARCH_SET_FS, 0x7f72a8e67700) = 0 mprotect(0x7f72a8c61000, 16384, PROT_READ) = 0 mprotect(0x7f72a8e8a000, 4096, PROT_READ) = 0 munmap(0x7f72a8e69000, 123193) = 0 getpid() = 10534 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7f72a8919480}, {SIG_DFL, [], 0}, 8) = 0 geteuid() = 1000 brk(0) = 0xc84000 brk(0xca5000) = 0xca5000 getppid() = 10533 stat("/home/cdj/download/linux/Google", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 stat(".", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 open("/usr/bin/google-earth", O_RDONLY) = 3 fcntl(3, F_DUPFD, 10) = 10 close(3) = 0 fcntl(10, F_SETFD, FD_CLOEXEC) = 0 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGINT, {0x40f540, ~[RTMIN RT_1], SA_RESTORER, 0x7f72a8919480}, NULL, 8) = 0 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f72a8919480}, NULL, 8) = 0 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f72a8919480}, NULL, 8) = 0 read(10, "#!/bin/sh\n# Always run Google Ea"..., 8192) = 1112 pipe([3, 4]) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f72a8e679d0) = 10535 close(4) = 0 read(3, "/opt/google/earth/free\n", 128) = 23 read(3, "", 128) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- close(3) = 0 wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 10535 chdir("/opt/google/earth/free") = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f72a8e679d0) = 10544 wait4(-1, ------------------------------------------------------------------------ | Christopher Judd, Ph. D. | | Research Scientist III | | NYS Dept. of Health j...@wadsworth.org | | Wadsworth Center - ESP | | P. O. Box 509 518 486-7829 | | Albany, NY 12201-0509 | ------------------------------------------------------------------------ IMPORTANT NOTICE: This e-mail and any attachments may contain confidential or sensitive information which is, or may be, legally privileged or otherwise protected by law from further disclosure. It is intended only for the addressee. If you received this in error or from someone who was not authorized to send it to you, please do not distribute, copy or use it or any attachments. Please notify the sender immediately by reply e-mail and delete this from your system. Thank you for your cooperation. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201108261015.48507.j...@wadsworth.org