> Hello, > > Indeed, the debian package installs fine now. > I just have a problem launching glob2 : > > ion /mnt/personal $ glob2 > > Toolkit : Initialized : Graphic Context created > Toolkit : Screen set to 1024x768 at 32 bpp in fullscreen > Toolkit : GL_NV_texture_rectangle or GL_EXT_texture_rectangle > extension present, optimal texture size will be used > glob2: r200_cmdbuf.c:301: r200EmitBlit: Assertion `(src_offset & 1023) > == 0' failed. > Aborted
Strange, looks like the r200 code is broken for non-power of two texture although it pretends to work. Which version of X/DRI do you have ? I can add a flag to disable rectangular textures. You can try to search the GL_NV_texture_rectangle string in libgag/src/*.cpp and force the use of power of two textures and see if it works. Steph _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
