Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] [Solved 17 DEC] Googleearth blues -- 64-bit, Nvidia GTX-480  (Read 16437 times)

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
It's been many months since I ran Googleearth -- last time I needed it, it worked perfectly.  Today, it runs but presents only a black window with no Earth. I don't see a recent discussion on this forum or other debian forums.

I remember this problem from some time back -- it was fixable with nvidia-glx-ia32 ia32-libs-gtk lib32nss-mdns ia32-libs and lib32ncurses5.  So, I made sure I have all those installed, and they are.

Next, I uninstalled Googleearth and used googleearth-package to make a new .deb, and installed that one (6.0.3.xxx).  It runs fine, but there is no change in the video problem.

Who can advise me?  Here is the box:

Code: [Select]
System:    Host: imerabox Kernel: 3.5-3.towo-siduction-amd64 x86_64 (64 bit, gcc: 4.7.1)
           Desktop: KDE 4.8.4 (Qt 4.8.2) Distro: aptosid 2011-02 Ἡμέρα - kde-lite - (201107131633)
Machine:   Mobo: ASUSTeK model: P6X58D-E version: Rev 1.xx Bios: American Megatrends version: 0602 date: 03/24/2011
CPU:       Quad core Intel Core i7 CPU 950 (-HT-MCP-) cache: 8192 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 33739.2
           Clock Speeds: 1: 4217.406 MHz 2: 4217.406 MHz 3: 4217.406 MHz 4: 4217.406 MHz 5: 4217.406 MHz 6: 4217.406 MHz 7: 4217.406 MHz 8: 4217.406 MHz
Graphics:  Card: NVIDIA GF100 [GeForce GTX 480] bus-ID: 05:00.0
           X.Org: 1.12.3.902 driver: nvidia Resolution: 1920x1200@59.9hz
           GLX Renderer: GeForce GTX 480/PCIe/SSE2 GLX Version: 4.2.0 NVIDIA 304.37 Direct Rendering: Yes
Network:   Card: Marvell 88E8056 PCI-E Gigabit Ethernet Controller driver: sky2 ver: 1.30 port: d800 bus-ID: 06:00.0
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: 20:cf:30:5c:41:1d
Drives:    HDD Total Size: 2136.5GB (2.5% used) 1: model: OCZ
           2: model: OCZ 3: model: KINGSTON_SS100S2 4: model: WDC_WD1002FAEX 5: model: WDC_WD1002FAEX
Info:      Processes: 302 Uptime: 4:17 Memory: 1582.4/5966.4MB Runlevel: 5 Gcc sys: 4.7.1 Client: Shell inxi: 1.8.14


Thanks!
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
RE: Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #1 on: 2012/08/27, 20:07:21 »
nvidia-glx-ia32 is a dummy package, it contains nothing.
You need to install libgl1-nvidia-glx:i386.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #2 on: 2012/08/27, 20:17:33 »
Thanks for that fast reply, towo!
However, I am a confused guy now:

Code: [Select]
root@imerabox:/home/don# apt-cache policy libgl1-nvidia-glx:i386
N: Unable to locate package libgl1-nvidia-glx
root@imerabox:/home/don# apt-cache policy libgl1-nvidia-glx-i386
libgl1-nvidia-glx-i386:
  Installed: (none)
  Candidate: (none)
  Version table:
root@imerabox:/home/don# apt-cache policy libgl1-nvidia-glx
libgl1-nvidia-glx:
  Installed: 304.37-1
  Candidate: 304.37-1
  Version table:
 *** 304.37-1 0
        500 http://ftp.us.debian.org/debian/ unstable/non-free amd64 Packages
        500 http://http.debian.net/debian/ unstable/non-free amd64 Packages
        100 /var/lib/dpkg/status
     304.37-0 0
        500 http://packages.siduction.org/user/ unstable/non-free amd64 Packages


?
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
RE: Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #3 on: 2012/08/27, 20:32:46 »
Why confused?
GE is a 32bit app and need 32bit glx.
nvidia-glx-ia32 dos not help anymore, so you need to enable multiarch.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #4 on: 2012/08/27, 20:48:26 »
I am obviously missing something, but what is it?

Code: [Select]
root@imerabox:/home/don# apt-cache policy multiarch-support
multiarch-support:
  Installed: 2.13-35
  Candidate: 2.13-35
  Version table:
 *** 2.13-35 0
        500 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages
        500 http://http.debian.net/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
root@imerabox:/home/don# dpkg --print-architecture
amd64
root@imerabox:/home/don# dpkg --add-architecture i386
root@imerabox:/home/don# dpkg --print-architecture
amd64


Edit:  I tried to follow this
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #5 on: 2012/08/27, 21:00:03 »
Ahhh -- now some progress.

Code: [Select]
root@imerabox:/home/don# dpkg --print-foreign-architectures
i386


Thanks towo -- probably I can get through this now.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #6 on: 2012/08/27, 21:09:43 »
Upppppps -- I wasn't expecting this, after I installed libgl1-nvidia-glx:i386:



Is that normal?
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
RE: Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #7 on: 2012/08/27, 21:19:14 »
No, is not normal. I would say, libgl1-nvidia-glx:i386 is not ready for multiarch. I would fill a bugreport.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #8 on: 2012/08/27, 21:23:01 »
OK, thanks towo.  Maybe I will file a bug report.  But this OS is over one year old and was converted from aptosid.  It may not be a great example of "stock" Debian sid, at this point.  I appreciate your advice -- thanks!
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline ayla

  • User
  • Posts: 1.744
[Solved 17 DEC] Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #10 on: 2012/08/27, 22:49:29 »
Hi dibl,

your link to the screenshot in your bug report gives a 404 error back to me.

greets ayla

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
[Solved 17 DEC] Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #11 on: 2012/08/27, 22:58:14 »
Yeah, I saw that.  Probably I should not have tried that -- it is the same link as the screenshot in the post 5 posts up.  I think the BTS mail handler changed the code somehow.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
[Solved 17 DEC] Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #12 on: 2012/09/09, 13:37:35 »
Update -- @towo you were correct, as usual.  The culprit is the libxvmc package:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640499
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline vilde

  • User
  • Posts: 708
[Solved 17 DEC] Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #13 on: 2012/09/09, 14:59:42 »
Quote
Today, it runs but presents only a black window with no Earth
Maybe the earth really is gone and we are living in a big illusion?

(sorry for this but I couldn't resist ;) )

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
[Solved 17 DEC] Googleearth blues -- 64-bit, Nvidia GTX-480
« Reply #14 on: 2012/09/09, 22:31:13 »
Quote from: "vilde"
Maybe the earth really is gone and we are living in a big illusion?

(sorry for this but I couldn't resist ;) )


Ya, that sounds like Swedish philosophy to me.   :lol:
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO