Page 1 of 1

Fix VirtualBox 3.2.10 Guest Additions on Arch Linux

Posted: 12. Oct 2010, 21:02
by danielfeng
So 3.2.10 supports xorg 1.9 now, however Guest Additions won't work for Arch Linux (I'm using x86 but assume it applies to both). To get it work, you'll need to do some work after installation.

1. modify /etc/rc.conf:
add kernel modules "vboxguest" and "vboxsf", like this:

Code: Select all

in /etc/rc.conf
MODULES=(vboxguest vboxsf)
2. you will find "xorg.conf" and "xorg.vbox.nobak" in /etc/X11. Here's the problem - xorg.conf is not necessary for xorg 1.9, and Arch Linux is not using it at all (although Ubuntu 10.10 with xorg 1.9 is still using xorg.conf)! That's why there is "xorg.vbox.nobak".
So just move xorg.conf to /etc/X11/xorg.conf.d/10-monitor.conf (backup your original file if needed). Reboot and you are done.

Code: Select all

# mv /etc/X11/xorg.conf /etc/X11/xorg.conf.d/10-monitor.conf
Developers may want to add some extra code in the installation script to do it automatically.

Re: Fix VirtualBox 3.2.10 Guest Additions on Arch Linux

Posted: 12. Oct 2010, 21:29
by dmcgraw
Please do not cross post. As guest additions are installed in the guest, they are independent of the host platform.

Your other post has been deleted.

Re: Fix VirtualBox 3.2.10 Guest Additions on Arch Linux

Posted: 13. Oct 2010, 00:35
by leonbnu
3D hardware acceleration still doesn't work for me . glxinfo gives me software opengl rendering

Re: Fix VirtualBox 3.2.10 Guest Additions on Arch Linux

Posted: 13. Oct 2010, 11:05
by danielausparis
this should be forwarded to the quite obsolete page http://wiki.archlinux.org/index.php/VirtualBox !
Daniel

Re: Fix VirtualBox 3.2.10 Guest Additions on Arch Linux

Posted: 3. Nov 2010, 14:39
by danielking
I get opengl work after installing dkms.