A selection of geeky or techie things I've found interesting and useful hints and tips. Alastair Montgomery
Just disable 3D-acceleration and it will be visible again.After that you addSection "InputDevice" Identifier "vboxmouse" Driver "vboxmouse" Option "CorePointer" Option "Device" "/dev/input/mice"EndSectionto xorg.conf.Enable 3D again, and voila.....
Thanks I'll give that a try with the latest release.
Post a Comment
2 comments:
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.....
Thanks I'll give that a try with the latest release.
Post a Comment