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 only for MeeGo 05-24 image. Currently the issue has been fixed and
clutter could be started up by software rendering, so for latest MeeGo netbook
image, you do not need this step any more. However, you still need to set the
suid for guest Xorg.

Thanks
-Haitao 

On Thu, Oct 28, 2010 at 02:08:46PM +0800, CSJ wrote:
> 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, where does this libglx.so com from?
> 
> Thanks,
> CSJ
> 

> _______________________________________________
> MeeGo-dev mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-dev

_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to