Gnome 3 fallback [vmware] [debian]

Find an article
Jul 11
Published by in · Leave your thoughts
( words)
Warning! There was an error loading some of the images for this post.

I recently experienced an issue when installing Debian 7 into VMWare whereby Gnome 3 would fallback to 2D mode. I managed to resolving this by doing the following:

  1. Right click on the VM. Go to Settings -> Hardware -> Display and check “Accelerate 3D graphics
  2. Power the virtual machine on and if you haven’t already install VMWare Tools. VMWare offers a useful guide for doing this if you’re unsure: https://www.vmware.com/support/ws55/doc/ws_newguest_tools_linux.html
  3. Once you’ve confirmed VMWare Tools has been installed and working successfully, open up a terminal and run the following commands:
    sudo apt-get install libxatracker-dev
    sudo apt-get build-dep xserver-xorg-video-vmware
    apt-get source xserver-xorg-video-vmware -b
    rm -rf xserver*
    
  4. Once complete log out and back if for the changes to come into effect.

Leave a Reply

Your email address will not be published.