Hello...after upgrade glproto, xserver and mesa it's compiz not functional. Xserver is functional and if i run compiz all sides of compiz cube are white, I thing this is probably cause new opcodes for GLX_EXT_texture_from_pixmap. This is commit from git.freedesktop.org from last upgrade glproto, xserver, mesa Use correct opcodes for GLX_EXT_texture_from_pixmap. Set the correct opcodes for GLX_EXT_texture_from_pixmap functions. Changes to the glproto package and the core X server are also required.
David Reveman
2006-Sep-25 07:27 UTC
[compiz] correct opcodes for GLX_EXT_texture_from_pixmap
Make sure you rebuilt both the xserver and the mesa library that compiz is using. -David On Fri, 2006-09-15 at 15:00 +0200, sNop wrote:> Hello...after upgrade glproto, xserver and mesa it's compiz not > functional. Xserver is functional and if i run compiz all sides of > compiz cube are white, I thing this is probably cause new opcodes for > GLX_EXT_texture_from_pixmap. > > This is commit from git.freedesktop.org from last upgrade glproto, > xserver, mesa > > Use correct opcodes for GLX_EXT_texture_from_pixmap. > > Set the correct opcodes for GLX_EXT_texture_from_pixmap functions. > Changes > to the glproto package and the core X server are also required. > > _______________________________________________ > compiz mailing list > compiz@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/compiz
David Reveman
2006-Sep-26 07:31 UTC
[compiz] correct opcodes for GLX_EXT_texture_from_pixmap
On Tue, 2006-09-26 at 11:47 +0200, sNop wrote:> David Reveman napsal(a): > > >Make sure you rebuilt both the xserver and the mesa library that compiz > >is using. > > > >-David > > > >On Fri, 2006-09-15 at 15:00 +0200, sNop wrote: > > > > > >>Hello...after upgrade glproto, xserver and mesa it's compiz not > >>functional. Xserver is functional and if i run compiz all sides of > >>compiz cube are white, I thing this is probably cause new opcodes for > >>GLX_EXT_texture_from_pixmap. > >> > >>This is commit from git.freedesktop.org from last upgrade glproto, > >>xserver, mesa > >> > >>Use correct opcodes for GLX_EXT_texture_from_pixmap. > >> > >>Set the correct opcodes for GLX_EXT_texture_from_pixmap functions. > >>Changes > >>to the glproto package and the core X server are also required. > >> > >>_______________________________________________ > >>compiz mailing list > >>compiz@lists.freedesktop.org > >>http://lists.freedesktop.org/mailman/listinfo/compiz > >> > >> > > > > > > > >__________ Informace od NOD32 1.1771 (20060923) __________ > > > >Tato zprava byla proverena antivirovym systemem NOD32. > >http://www.nod32.cz > > > > > > > > > > > I am sure I rebuilt both and nothing changed, cube sides are whiteI don't know then, maybe you have an old glxproto.h laying around somewhere.. it works fine for me. :-/ -David
sNop napsal(a):> David Reveman napsal(a): > >> On Tue, 2006-09-26 at 11:47 +0200, sNop wrote: >> >> >>> David Reveman napsal(a): >>> >>> >>> >>>> Make sure you rebuilt both the xserver and the mesa library that >>>> compiz >>>> is using. >>>> >>>> -David >>>> >>>> On Fri, 2006-09-15 at 15:00 +0200, sNop wrote: >>>> >>>> >>>> >>>> >>>>> Hello...after upgrade glproto, xserver and mesa it's compiz not >>>>> functional. Xserver is functional and if i run compiz all sides of >>>>> compiz cube are white, I thing this is probably cause new opcodes for >>>>> GLX_EXT_texture_from_pixmap. >>>>> >>>>> This is commit from git.freedesktop.org from last upgrade glproto, >>>>> xserver, mesa >>>>> >>>>> Use correct opcodes for GLX_EXT_texture_from_pixmap. >>>>> >>>>> Set the correct opcodes for GLX_EXT_texture_from_pixmap functions. >>>>> Changes >>>>> to the glproto package and the core X server are also required. >>>>> >>>>> _______________________________________________ >>>>> compiz mailing list >>>>> compiz@lists.freedesktop.org >>>>> http://lists.freedesktop.org/mailman/listinfo/compiz >>>>> >>>>> >>>> >>>> >>>> __________ Informace od NOD32 1.1771 (20060923) __________ >>>> >>>> Tato zprava byla proverena antivirovym systemem NOD32. >>>> http://www.nod32.cz >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> I am sure I rebuilt both and nothing changed, cube sides are white >>> >> >> >> I don't know then, maybe you have an old glxproto.h laying around >> somewhere.. it works fine for me. :-/ >> >> -David >> >> >> __________ Informace od NOD32 1.1776 (20060926) __________ >> >> Tato zprava byla proverena antivirovym systemem NOD32. >> http://www.nod32.cz >> >> >> >> >>Your tip was right. The problem was in glxproto.h :) . I have installed my Xgl, compiz and other libs in /opt/Xgl and glproto 1.4.8 too. But in my Ubuntu dapper in standart directory /usr/include I have glproto 1.4.3. Mesa search glproto in standart directory in /usr/include and that was my problem, because glproto 1.4.8 was installed only in /opt/Xgl :( How can I make compile Mesa with libs in /opt/Xgl (/opt/Xgl/lib and /opt/Xgl/include), the PKG_CONFIG_PATH=/opt/Xgl/lib/pkgconfig or /etc/ld.so.conf + sudo ldconfig is not wokring for me.