Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first solution involves installing bumblebee and prefixing the vmware or vmplayer executable with optirun.  E.g.

Code Block
optirun -b primus vmware

You can also modify (or make a copy) of the .desktop file with a modified prefix.  See below (create a .desktop file and put in a folder on you path):

Code Block
languagebash
titleexample of a vmware-workstation-optirun.desktop file for launching vmware with optirun
linenumberstrue
[Desktop Entry]
Encoding=UTF-8
Name=VMware Workstation (OPTIRUN)
Comment=Run and manage virtual machines
Exec=optirun -b primus /usr/bin/vmware %U
Terminal=false
Type=Application
Icon=vmware-workstation
StartupNotify=true
Categories=System;
MimeType=application/x-vmware-vm;application/x-vmware-team;application/x-vmware-enc-vm;x-scheme-handler/vmrc;
Path=

...