Tuesday, 15 December 2009

Ubuntu 10.04


Ubuntu 10.04
Originally uploaded by Alastair Montgomery
Lasted cut of the new Ubuntu 10.04 Desktop, trying it out in a VirtualBox VM
ubuntu 10.04 2

Update
After installing the VirtualBox guest tools the mouse pointer is no longer displayed, doh!

2 comments:

Morten said...

Just disable 3D-acceleration and it will be visible again.

After that you add

Section "InputDevice"
Identifier "vboxmouse"
Driver "vboxmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
EndSection

to xorg.conf.

Enable 3D again, and voila.....

Alastair Montgomery said...

Thanks I'll give that a try with the latest release.