[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [glob2-devel] Debian package problems
From: |
Stéphane Magnenat |
Subject: |
Re: [glob2-devel] Debian package problems |
Date: |
Mon, 25 Apr 2005 17:07:42 +0200 |
User-agent: |
KMail/1.8 |
> 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