08 April 2009 14:30
HOWTO: Compiz on Ubuntu 8.10 Guest with VirtualBox 2.1.4 (View topic) • virtualbox.org
by yakari35 (via)First of start off by making sure you have ubuntu installed on a virtual machine. Make sure you have enabled 3D accelaration and given it enough video memory (I put 128MB Video Memory)
Then do this in the terminal:
Code: Select all Expand viewCollapse view
mkdir ~/.config/compiz
gedit ~/.config/compiz/compiz-manager
This will open up a blank text file. Put the following into the text file:
Code: Select all Expand viewCollapse view
SKIP_CHECKS=yes
1
(1 marks)