Hi Caesar and Andy,

Can you try this then. In ui.gadgets.worlds, there is a word,

: check-extensions ( -- )
    "2.0" { "GL_ARB_texture_non_power_of_two" } has-gl-version-or-extensions?
    non-power-of-2-textures? set ;

Change it to a no-op,

: check-extensions ( -- ) ;

Then start Factor in terminal mode, ./factor -run=listener and do

"ui.gadgets.worlds" refresh save

Then try ./factor again.

Slava

On Thu, Apr 9, 2009 at 10:16 AM, Andy Turner <llano...@gmail.com> wrote:
> Hi Slava
>
> The latest version is still giving the same problem
>
> USE: opengl.capabilities
> "2.0" { "GL_ARB_texture_non_power_of_two" } has-gl-version-or-extensions?
>
> returns 't'
>
> The graphics hardware in my laptop is
>
> ATI MOBILITY RADEON Xpress 200G Series
>
> Like Caesar I am running the ATI fglrx driver
>
> regards
>
> Andy
>
>
> 2009/4/9 Slava Pestov <sl...@factorcode.org>
>>
>> Hi Ceasar and Andy,
>>
>> I pushed a tentative fix for this to the repository. Can you please
>> test the latest code?
>>
>> Slava
>>
>> On Thu, Apr 9, 2009 at 5:11 AM, Caesar Hu <hupeis...@gmail.com> wrote:
>> > Hi,
>> >
>> > I have same probem on IBM T60--ubuntu 8.10 desktop after  running
>> > ~/factor/build-support/factor.sh update today.
>> >
>> > USE: opengl.capabilities
>> > "2.0" { "GL_ARB_texture_non_power_of_two" }
>> > has-gl-version-or-extensions?
>> > answer is t
>> >
>> > Graphic card -- ATI Mobility Radeon X1300 with ATI FGLRX driver
>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by:
>> High Quality Requirements in a Collaborative Environment.
>> Download a free trial of Rational Requirements Composer Now!
>> http://p.sf.net/sfu/www-ibm-com
>> _______________________________________________
>> Factor-talk mailing list
>> Factor-talk@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to