﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
7194,3D OpenGL support is not installed correctly on Arch Linux,Sven-Hendrik Haase,,"The guest additions do not seem to be able to correctly install 3D support on Arch Linux. I tested Ubuntu 64bit and Arch x86_64 as well as Arch i686 on VirtualBox personal use binary edition and while the guest additions got correctly installed on Ubuntu with 3D support working afterwards, I had to make a few manual changes on Arch to even get it to load the correct driver. 

The changes that a user would have to do manually are these: 


{{{
ln -s /usr/lib/VBoxOGL.so /usr/lib/xorg/modules/dri/vboxvideo_dri.so
ln -s /usr/lib/xorg/modules/dri /usr/lib/dri
}}}

Refer to this post: https://bbs.archlinux.org/viewtopic.php?pid=547569#p547569

It would be nice if a user wouldn't have to do this manually after installing guest additions. Could be fixed by either setting the symlinks automatically or by installing the vbox video driver to the correct location to start with.

I used extremetuxracer to compare the performance in both cases and to verify 3D acceleration. ",defect,closed,3D support,VirtualBox 3.2.6,fixed,arch linux 3d guest additions,,Linux,other
