The content of this page is no longer maintained and could be outdated soon or already is. The reasons could be various, like this information became obsolete or there is by now a better way to handle the information on this page. This page will be retained here for archiving reasons. ====== Google Earth ====== If you just created a fresh package of [[http://earth.google.com/|Google Earth]] using ''make-googleearth-package'' from googleearth-package on your Debian AMD64 installation, have an [[misc:nvidia|Nvidia]] card and experience either a black screen or the error message ''/usr/lib/googleearth/googleearth-bin: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory'', just make sure to install the following libraries. ===== Wheezy or newer ===== - First, add the i386 architecture: # dpkg --add-architecture i386 - Second, run an update: # apt-get update - Last, install these packages: # apt-get install nvidia-vdpau-driver:i386 libgl1-nvidia-glx:i386 ===== Squeeze ===== Just install these packages: # apt-get install nvidia-glx-ia32 nvidia-vdpau-driver-ia32 And voilĂ  -- Google Earth works just fine as expected :)