> No on has tried getting XGL running on top of mesa-solo. I don't know > of any obvious reason why it shouldn't work other than no one has > tried doing it yet. First check out that your mga mesa-solo is > running, there are test programs in the mesa tree for this. Then try > to get XGL running on top. This may require some work to XGL but post > your issues to the [EMAIL PROTECTED] and [EMAIL PROTECTED] lists and someone > will > answer.
building an Xserver on top of mesa solo is a bit of a nightmare in terms of includes and defines .. as an Xserver requires all the X types to build but solo has its own set of defines/typedefs that don't match what the Xserver has... so calling XCreateWindow is a bit painful for example... glitz-glx also includes X headers... (not sure if it really needs them as glx.h should pull in any necessary headers... Dave. -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at skynet.ie pam_smb / Linux DECstation / Linux VAX / ILUG person ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
