2

I'm using i3 and Compiz with Ubuntu. Though Compiz animations just as simple as fading in and out seems so sluggish.

My computer has a GTX 970 and a i7-4770k with 8GB RAM Corsair Vengeance. Is there any way to make it not as laggy / sluggish / slow? I'm running Ubuntu in a VB for a work environment so when I'm done working, I can easily switch back to Windows (granted my boot time is only 4 secs with a ssd, but it's still time I have to wait).

My Ubuntu VB settings are:

  • 4096MB RAM

  • 4 CPU Cores being used @ 100% exe cap.

  • Max VRAM (128 MB) with 3D acceleration on.

ErraticFox
  • 123
  • 2

1 Answers1

2

Unity (Ubuntu's default desktop environment) is a relatively demanding DE, and requires a good graphics card and drivers to run well.

Unfortunately, the 3D video drivers for Linux when inside a VM are terrible. Even VMware who makes a commercial virtualization solution doesn't provide 3D drivers.

The best fix here is to install a different desktop environment. For example, XFCE would be a good choice.

In order to do that, just open a terminal and run:

sudo apt-get update
sudo apt-get install xfce4

Also, you did install the Guest Additions kernel modules in the VM, right?

Edit

This post explains the difference between a window manger and a DE.