On Mon, Feb 21, 2011 at 11:25 AM, kumar vemuri <kumar21...@gmail.com> wrote: > Hi, > > I have the 3D graphics driver installed on my linux system. > > a. How do i disable hardware acceleration and make a 3D game use the > libGLCore (s/w renderer) of Xserver (without uninstalling the 3D > driver)?
The X server libGLcore doesn't exist anymore, it now loads hw drivers like the client side. So what you want isn't what you think you want. The two env vars LIBGL_ALWAYS_INDIRECT will make the app use the X server, hoewver it may still use accelerated rendering. LIBGL_ALWAYS_SOFTWARE will make libGL load the swrast driver and do software rendering. > > b. Are there 3D apps/games which work (however slow) if h/w > acceleration is disabled? Most of them run really unuseably slow. Dave. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev