[Cooker] New Mesa?

2002-01-30 Thread Michal Bukovjan

Hello Cooker,

I just tried to update to new Mesa-4.0.1 and got only software rendering :-(
So I downgraded back to Mesa-3.4.2-2mdk and got DRI hardware rendering 
again :-)

In both cases, DRI works, loads and is enabled. (judging from XFree86 logs).

Using XFree86-4.2.0-1mdk from cooker, kernel 2.4.17-2, I have Radeon AIW 
32MB SDR.

Am I mising something?

Michal
-
Using Mesa 3.4.2 (hardware rendering works):

ldconfig -v|grep GL
libGLU.so.1 - libGLU.so.1.2.030402
libGL.so.1 - libGLwrapper.so.0.1.4

Using Mesa 4.0.1 (software rendering only):
ldconfig -v|greo GL
libGLU.so.1 - libGLU.so.1.3.401
libGL.so.1 - libGLwrapper.so.0.1.6






Re: [Cooker] New Mesa?

2002-01-30 Thread Michal Bukovjan

Oops, Mesa-4.0.1-3mdk fixes that.

Sorry,

Michal

Michal Bukovjan wrote:

 Hello Cooker,

 I just tried to update to new Mesa-4.0.1 and got only software 
 rendering :-(
 So I downgraded back to Mesa-3.4.2-2mdk and got DRI hardware rendering 
 again :-)

 In both cases, DRI works, loads and is enabled. (judging from XFree86 
 logs).

 Using XFree86-4.2.0-1mdk from cooker, kernel 2.4.17-2, I have Radeon 
 AIW 32MB SDR.

 Am I mising something?

 Michal
 -
 Using Mesa 3.4.2 (hardware rendering works):

 ldconfig -v|grep GL
libGLU.so.1 - libGLU.so.1.2.030402
libGL.so.1 - libGLwrapper.so.0.1.4

 Using Mesa 4.0.1 (software rendering only):
 ldconfig -v|greo GL
libGLU.so.1 - libGLU.so.1.3.401
libGL.so.1 - libGLwrapper.so.0.1.6









Re: [Cooker] New Mesa?

2002-01-30 Thread Charles A Edwards

On Wed, 30 Jan 2002 19:21:27 +0100
Michal Bukovjan [EMAIL PROTECTED] wrote:

 Hello Cooker,
 
 I just tried to update to new Mesa-4.0.1 and got only software rendering :-(
 So I downgraded back to Mesa-3.4.2-2mdk and got DRI hardware rendering 
 again :-)
 
 In both cases, DRI works, loads and is enabled. (judging from XFree86 logs).
 
 Using XFree86-4.2.0-1mdk from cooker, kernel 2.4.17-2, I have Radeon AIW 
 32MB SDR.
 
 Am I mising something?
 
 Michal
 -
 Using Mesa 3.4.2 (hardware rendering works):
 
 ldconfig -v|grep GL
 libGLU.so.1 - libGLU.so.1.2.030402
 libGL.so.1 - libGLwrapper.so.0.1.4
 
 Using Mesa 4.0.1 (software rendering only):
 ldconfig -v|greo GL
 libGLU.so.1 - libGLU.so.1.3.401
 libGL.so.1 - libGLwrapper.so.0.1.6
 


I realise that it is a bad word with linux but did you reboot after upgrading the mesa 
pkgs.
I know there are different ways to do it but this is an easy way to 
get the new mods loaded. (It also empties any crap I have lingering
in /tmp.)

With mesa-4.01 performance with my Radeon 35mb ddr is great.



Charles





Re: [Cooker] New Mesa?

2002-01-30 Thread Michal Bukovjan

Charles A Edwards wrote:

On Wed, 30 Jan 2002 19:21:27 +0100
Michal Bukovjan [EMAIL PROTECTED] wrote:

Hello Cooker,

I just tried to update to new Mesa-4.0.1 and got only software rendering :-(
So I downgraded back to Mesa-3.4.2-2mdk and got DRI hardware rendering 
again :-)

In both cases, DRI works, loads and is enabled. (judging from XFree86 logs).

Using XFree86-4.2.0-1mdk from cooker, kernel 2.4.17-2, I have Radeon AIW 
32MB SDR.

Am I mising something?

Michal
-
Using Mesa 3.4.2 (hardware rendering works):

ldconfig -v|grep GL
libGLU.so.1 - libGLU.so.1.2.030402
libGL.so.1 - libGLwrapper.so.0.1.4

Using Mesa 4.0.1 (software rendering only):
ldconfig -v|greo GL
libGLU.so.1 - libGLU.so.1.3.401
libGL.so.1 - libGLwrapper.so.0.1.6

 


I realise that it is a bad word with linux but did you reboot after upgrading the 
mesa pkgs.
I know there are different ways to do it but this is an easy way to 
get the new mods loaded. (It also empties any crap I have lingering
in /tmp.)

With mesa-4.01 performance with my Radeon 35mb ddr is great.



Charles

This is strange - I guess that this Mesa is used only for software 
rendering? To use hardware acceleration, you would have to use Mesa-4 
branch of DRI project, which is not yet integrated into official (and 
therefore Cooker) X. So hardware acceleration still uses Mesa 3.4.2, on 
which XFree 4.2.0 is based upon...

Perhaps you had a broken Mesa installation before ?
Anyway, it's always great to have great performance (I'm looking forward 
to Mesa-4 branch of DRI once it is completed)

Michal





[Cooker] New mesa...

2001-06-22 Thread John Cavan

In mesa-demos .libs/* does not exist...

John