Hi Jungle Boy,
Thanks for your suggestions; unfortunately, the Google Earth just shows the splash screen and then disappears.
First I tried the following:
------------------------------
jerry@jerry-Satellite-A10 ~ $ sudo apt-get install xserver-xorg-video-intel
[sudo] password for jerry:
Reading package lists... Done
Building dependency tree
Reading state information... Done
xserver-xorg-video-intel is already the newest version.
The following packages were automatically installed and are no longer required:
cairo-dock-core cairo-dock-data cairo-dock-plug-ins cairo-dock-plug-ins-data
cairo-dock-plug-ins-dbus-interface-python cairo-dock-plug-ins-integration
compiz-core compiz-plugins compiz-plugins-default dreamchess-data libetpan15
libgldi3 libmxml1
Use 'apt-get autoremove' to remove them.
----------------------------------------
Then, I went ahead and used "sudo apt-get autoremove" and got rid of some programs that I thought I had already removed (Cairo Dock and Dreamchess).
Next, I copied the other three lines you suggested with these results:
-------------------------------------
jerry@jerry-Satellite-A10 ~ $ sudo apt-add-repository ppa:glasen/intel-driver
You are about to add the following PPA to your system:
Updated versions of Intel graphics driver.
For Ubuntu 10.04, 10.10 and 11.04 driver version 2.15 will be installed. If you're using Ubuntu 11.10 aka Oneiric Ocelot, driver-version 2.17 will be installed. For Ubuntu 12.04 version 2.20 will be installed. This version allows runtime-switching of the accel method via xorg.conf (UXA or SNA). As standard the old "UXA" acceleration is used. To use "SNA" you have to create a xorg.conf-file with the following content:
Section "Device"
Identifier "Card0"
Driver "intel"
Option "AccelMethod" "sna"
EndSection
Warning :
All versions since 2.15 of the Intel-driver only support KMS. If you've deactivated KMS e.g. by adding the option "i915.modeset=0" to the file "/etc/default/grub", please reactivate KMS by deleting this option.
More info:
https://launchpad.net/~glasen/+archive/intel-driverPress [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring `/tmp/tmpk_9tj1/secring.gpg' created
gpg: keyring `/tmp/tmpk_9tj1/pubring.gpg' created
gpg: requesting key 066ADE1D from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpk_9tj1/trustdb.gpg: trustdb created
gpg: key 066ADE1D: public key "Launchpad PPA for Stefan Glasenhardt" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
---------------------------------
Jerry Floren