I did install in VirtualBox, by adding the iso into storage on a new Linux x86_64 machine. It worked, booted, but did not display in a full window, as my XP machine will do, and I thought it might be a matter of guest additions. So, I found a menu entry under Devices to install guest additions, which did not echo anything done, except I was then able to find a script, VboxLinuxAdditions.run, which I did run, as root. It told me there was already some vboxadditions installed and strongly recommended I exit, uninstall it from the host. "Valhalla!!!", says I, ignoring the advice and continuing. IIRC, some dkms stuff happened, the additions were reported as installed, and I lost X.
Code: Select all
failed to load module "vboxvideo" (module requirement mismatch, 0)..is part of the error when trying to startx. In Mageia, I tried removing the vboxadditions module with dkms, running XFdrake and using the proprietary nvidia driver but that, also, does not work. In my Mandriva host, I have:
Code: Select all
[root@localhost rolf]# dkms status
nvidia-current, 260.19.44-69mib2010.2, 2.6.38.2-desktop-nrj.69mib, x86_64: installed
vboxhost, 4.0.4, 2.6.38.2-desktop-nrj.69mib, x86_64: installed
vboxhost, 4.0.4, 2.6.34-tmb-desktop-10mdv, x86_64: installed
vboxadditions, 4.0.4-69.1mib2010.2, 2.6.38.2-desktop-nrj.69mib, x86_64: installed
vboxadditions, 4.0.4-69.1mib2010.2, 2.6.34-tmb-desktop-10mdv, x86_64: installed
[root@localhost rolf]# uname -r
2.6.38.2-desktop-nrj.69mibI do see, @ google, similar reports of an abi mismatch when trying to run the additions with newer xorg. I'm not too sure what is going on, suspect a reinstall of the machine will be my way back. Thought I'd post as it's a learning opportunity!
