I have the same problem as is described here but that question does not have an answer and its OP does not seem like they will ever answer the arisen questions.
I installed google-earth-pro-stable_current_amd64.deb
via sudo apt install
on Ubuntu 16.04 64 bit.
Deleting ~/.xinputrc
did not change anything. When I log into a different account (account on my machine, that is – I do not think the commenter meant a different Google account (I did not log into any Google account)), I experience the exact same problem.
It is not like a glitch which occurs for a few seconds and then vanishes. Google Earth just is not usable because the map never shows up. It always shows the controls, part of the splash screen, and whatever was in the background when the application was launched.
ttf-mscorefonts-installer
already was installed.
I have found the solution to the problem:
Find the currently installed Google Earth package
Uninstall the existing package:
Install the googleearth-package package:
Use the script to download the latest binary and create a .deb package:
An example of the message you should get after executing the above command:
Install the .deb package as mentioned in the description:
In case any dependecy problems arise (which did in my case), use
This will successfully install a compatible version of Google Earth for your system.
Here's how Google Earth now looks:
(As opposed to how it looked on my PC as shown in the question)
Note: This method worked for me, hope it works out for you as well :)
(reference: https://help.ubuntu.com/community/GoogleEarth)
This disappearing map problem occurs on computers with Intel graphics running
xserver-xorg-video-intel
and Google Earth Pro versions that are more recent thangoogle-earth-pro-stable_7.1.8.3036-r0_amd64.deb
.Make sure
xserver-xorg-video-intel
is installed:On (X)Ubuntu LTS 20.04, the problem can be resolved by editing the following file. Create it if it is not present.
Add the Direct Rendering Infrastructure
dri3
as a"Module"
and append three evocation lines to the"Device"
section. Leave other sections unchanged. If yourxorg.conf
file happens to be empty, copy the whole lot.Do not forget to reboot. After rebooting, recent Google Earth Pro versions should work fine; including street view.
As of this writing, you don't need to remove
xserver-xorg-video-intel
to run the latest Google Earth. Simply enable dri3 in your Intel graphics config:/etc/X11/xorg.conf.d/20-intel-graphics.conf (create if needed):
Restart. Works on Ubuntu 18.04 + Intel HD Graphics 4000 (IVB GT2).