Re: [MeeGo-dev] libglx.so for virtualbox

2010-10-29 Thread CSJ
Hi, Haitao, Thanks a lot. 2010/10/28 Feng, Haitao > Hi CSJ, > > You need to modify and build the Xorg code to get libglx.so. > > The modification is in: >xserver/glx/glxdriswrast.c:__glXDRIscreenProbe, > change from >screen->base.GLXmajor = 1; >screen->base.GLXminor = 4; > to >s

Re: [MeeGo-dev] libglx.so for virtualbox

2010-10-28 Thread Leonko
Please anybody add this to wiki page Leonid S. Batizhevsky On Thu, Oct 28, 2010 at 13:09, Feng, Haitao wrote: > Hi CSJ, > > You need to modify and build the Xorg code to get libglx.so. > > The modification is in: >    xserver/glx/glxdriswrast.c:__glXDRIscreenProbe, > change from >    screen->b

Re: [MeeGo-dev] libglx.so for virtualbox

2010-10-28 Thread Feng, Haitao
Hi CSJ, You need to modify and build the Xorg code to get libglx.so. The modification is in: xserver/glx/glxdriswrast.c:__glXDRIscreenProbe, change from screen->base.GLXmajor = 1; screen->base.GLXminor = 4; to screen->base.GLXmajor = 1; screen->base.GLXminor = 2; This is on

[MeeGo-dev] libglx.so for virtualbox

2010-10-27 Thread CSJ
Hi, all In Meego wiki: http://wiki.meego.com/MeeGo_1.0_Netbook_VirtualBox mentioned Download Libglx.so.gz Replace libglx.so for an X issue, this libglx.so will put glx version to 1.2, instead of 1.4. is there any source code of this libglx.so? Or say