Login  Register

Re: JOGL using mesa driver and xvfb

Posted by sranger on Dec 19, 2012; 3:18pm
URL: https://forum.jogamp.org/JOGL-using-mesa-driver-and-xvfb-tp4027504p4027569.html

So the mesa package available seems to be built with DRI rendering (and not xlib) so it won't work without a graphics card (from what I understand). So, I'm attempting to build mesa3d with xlib-glx enabled and dri disabled ('./configure --enable-xlib-glx --disable-dri' for anyone interested in my steps).

Thanks for the help; I'll post regarding my progress when it finishes.


 - Stephen