Re: XFree86 4.0.x tdfx DRI

2001-05-18 Thread Andrea Vettorello
Ian Eure wrote:

 has anyone out there been able to get DRI working properly with XFree86
 4.0.x and a 3dfx board?

 it _seems_ to work, but framerates are low... not at low as with software
 rendering, but low. i also get horrible flicker when polygons are redrawn.

 i was told that installing libglide3 would help - it did, but not
 enough. i still have the same problems. i also tried the debs of cvs
 dri. it did not help at all.

 everything worked perfectly with xfree86 3.3.6, mesag3-glide2 and
 libglide2.

 my system is a k6-3 500, 192mb ram, with a voodoo3 2000 16mb agp card.



With XFree86 3.3.6 i used the 3dfx device, and i remeber quite faster than the
actual XFree86 4.0.3 3dfx DRI implementation, correct me if i'm wrong, in the
latter case, OpenGL works as an additional software layer, based upon
glide-dri...

I think i've read somewhere it's still possible to use the 3dfx device with
XFree86 4, but can't remember where, so if someone can point me in the right
direction...


Andrea



XFree86 4.0.x tdfx DRI

2001-05-17 Thread Ian Eure
has anyone out there been able to get DRI working properly with XFree86
4.0.x and a 3dfx board?

it _seems_ to work, but framerates are low... not at low as with software
rendering, but low. i also get horrible flicker when polygons are redrawn.

i was told that installing libglide3 would help - it did, but not
enough. i still have the same problems. i also tried the debs of cvs
dri. it did not help at all.

everything worked perfectly with xfree86 3.3.6, mesag3-glide2 and
libglide2.

my system is a k6-3 500, 192mb ram, with a voodoo3 2000 16mb agp card.

not on the list, so please cc any replies to me.



Re: XFree86 4.0.x tdfx DRI

2001-05-17 Thread Andrei Ivanov
 has anyone out there been able to get DRI working properly with XFree86
 4.0.x and a 3dfx board?
 
 it _seems_ to work, but framerates are low... not at low as with software
 rendering, but low. i also get horrible flicker when polygons are redrawn.
 
 i was told that installing libglide3 would help - it did, but not
 enough. i still have the same problems. i also tried the debs of cvs
 dri. it did not help at all.
 
 everything worked perfectly with xfree86 3.3.6, mesag3-glide2 and
 libglide2.
 
 my system is a k6-3 500, 192mb ram, with a voodoo3 2000 16mb agp card.
 
 not on the list, so please cc any replies to me.

I've pretty much followed the docs on DRI and X site about setting up the
Voodoo3 card. Points of note:
1. You need either the kernel tdfx module, or DRI one.
2. DRI ONLY works in 16bpp, not 24bpp (took me a while to get that one).
3. I use xlibmesa3 and xlibosmesa3 libs.
HTH,
  Andrei



--
First there was Explorer...
Then came Expedition.
This summer
Coming to a street near you..
Ford Exterminator.
--
Andrei Ivanov
http://arshes.dyndns.org
[EMAIL PROTECTED]
12402354
--



Re: XFree86 4.0.x tdfx DRI

2001-05-17 Thread Ian Eure
On Thu, 17 May 2001, Andrei Ivanov wrote:

 Date: Thu, 17 May 2001 12:05:23 -0500 (CDT)
 From: Andrei Ivanov [EMAIL PROTECTED]
 To: Ian Eure [EMAIL PROTECTED]
 Cc: debian-user@lists.debian.org
 Subject: Re: XFree86 4.0.x  tdfx DRI
 
  has anyone out there been able to get DRI working properly with XFree86
  4.0.x and a 3dfx board?
  
  it _seems_ to work, but framerates are low... not at low as with software
  rendering, but low. i also get horrible flicker when polygons are redrawn.
  
  i was told that installing libglide3 would help - it did, but not
  enough. i still have the same problems. i also tried the debs of cvs
  dri. it did not help at all.
  
  everything worked perfectly with xfree86 3.3.6, mesag3-glide2 and
  libglide2.
  
  my system is a k6-3 500, 192mb ram, with a voodoo3 2000 16mb agp card.
  
  not on the list, so please cc any replies to me.
 
 I've pretty much followed the docs on DRI and X site about setting up the
 Voodoo3 card. Points of note:
 1. You need either the kernel tdfx module, or DRI one.
 2. DRI ONLY works in 16bpp, not 24bpp (took me a while to get that one).
 3. I use xlibmesa3 and xlibosmesa3 libs.
 
irt point 1, i have the agpgart  tdfx modules that came with 2.4.4 loaded
- afaik the dri stuff is all loaded in the x server, not the kernel. am i
wrong on this point?

i'm running in 16bpp, and i have xlib[os]mesa3 installed.



Re: XFree86 4.0.x tdfx DRI

2001-05-17 Thread Andrei Ivanov
 irt point 1, i have the agpgart  tdfx modules that came with 2.4.4 loaded
 - afaik the dri stuff is all loaded in the x server, not the kernel. am i
 wrong on this point?
 
 i'm running in 16bpp, and i have xlib[os]mesa3 installed.

From what I remember, you can get dri from both kernel source AND
dri.sourceforge.net
Advantage of kernel being that it's compiled with the kernel together, you
can compile it straight into the kernel, and X wont know the difference.
Advantage of dri.sourceforge.net being that you get the latest DRI
version. But the way it works is that X will have to load dri module when
it starts up. But it doesnt matter where it's loaded from: whether it's
already in the kernel, or it's in hte X modules, it'll work the same.
Andrei


--
First there was Explorer...
Then came Expedition.
This summer
Coming to a street near you..
Ford Exterminator.
--
Andrei Ivanov
http://arshes.dyndns.org
[EMAIL PROTECTED]
12402354
--