Thanks, Andy.

I changed opengl.textures to not use GL_ARB_texture_non_power_of_two
on ATI hardware. This should fix the issue without any hackery. Can
you double-check that the latest GIT sources fix the problem?

Slava

On Fri, Apr 10, 2009 at 4:09 AM, Andy Turner <llano...@gmail.com> wrote:
> Slava
>
> ( scratchpad ) USE: opengl.gl
> GL_VENDOR glGetString
>
>
> --- Data stack:
> "ATI Technologies Inc."
> ( scratchpad )
>
> Andy
>
> 2009/4/10 Slava Pestov <sl...@factorcode.org>
>>
>> Hi,
>>
>> What about this call? Again, you need to do this in the UI.
>>
>> USE: opengl.gl
>> GL_VENDOR glGetString
>>
>> I need a way to detect your driver so that I can disable the power of
>> two extension in that case.
>>
>> Slava
>>
>> On Thu, Apr 9, 2009 at 12:04 PM, Andy Turner <llano...@gmail.com> wrote:
>> > Slava
>> >
>> > Fonts display correctly after the change. The call gl-vendor-version
>> > returns
>> > 'Release'
>> >
>> > Andy
>> >
>> > 2009/4/9 Slava Pestov <sl...@factorcode.org>
>> >>
>> >> 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
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > 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
>
>

------------------------------------------------------------------------------
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