follow 8.0.4 doc from https://help.ubuntu.com/community/VMware/Player
download the vmware installer file from http://www.vmware.com/download/player/download.html , (download the bundle version, not the rpm one) and run it as root using gksudo.)
You'll get a graphical installer that installs VMware player for you.
gksudo bash ./VMware-Player-2.5.2-156735.x86_64.bundleIf nothing appears, you may need to make the file executable. You can do so with this command: chmod +x ./VMware-Player-2.5.2-156735.x86_64.bundle
However, when gksudo bash ./VMware-Player-2.5.1-126130.i386.bundle
"Cannot install on a system with KVM enabled"
after I uninstall kvm , kvm-bin, virtualbox*
hmc@hmc-desktop:~$ lsmod |grep kvm
kvm_amd 40972 0
kvm 176624 1 kvm_amd
hmc@hmc-desktop:~$ rmmod kvm
ERROR: Module kvm is in use by kvm_amd
hmc@hmc-desktop:~$ rmmod kvm_amd
ERROR: Removing 'kvm_amd': Operation not permitted
hmc@hmc-desktop:~$ sudo rmmod kvm_amd
[sudo] password for hmc:
hmc@hmc-desktop:~$ sudo rmmod kvm_amd
[sudo] password for hmc:
hmc@hmc-desktop:~$ sudo rmmod kvm
hmc@hmc-desktop:~$ lsmod |grep kvm
hmc@hmc-desktop:~$ pwd
/home/hmc
Finally the GUI goes through.
Find the icon under /Applications/System Tools/vmware player, then open my previous windows XP image successfully!
after above steps, I can reinstall virtualbox again.