Re: DRI, XFree86-4.0.3 and -current.

2001-09-07 Thread Volker Stolz

In local.freebsd-hackers, you wrote:
 On Thu, Sep 06, 2001 at 12:16:19PM -0700, Eric Anholt wrote:
 I have a page about the DRI for FreeBSD at=20
 http://gladstone.uoregon.edu/~eanholt/dri/.  The current DRI CVS works on=
 
 I had a look at that, but it wasn't too clear what I needed to do.  I
 suspect that I'm expecting to checkout the DRI tree _over_ the top of
 the XFree86-4 tree but perhaps I don't need to do that.

Neither was I. Could you clarify on merging XFree from the ports and the
CVS? I tried copying the CVS-stuff over the port, but the build stopped
with:
cleaning in programs/Xserver/hw/xfree86/input/calcomp...
cd: can't cd to calcomp

[Might be my fault, after-all.
R-To: -multimedia?]
-- 
Neues aus Genua? http://germany.indymedia.org/
Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: DRI, XFree86-4.0.3 and -current.

2001-09-07 Thread Josef Karthauser

On Thu, Sep 06, 2001 at 10:45:51PM +0200, Olivier Houchard wrote:
 Josef Karthauser wrote:
  
  Has anyone got patches for DRI under -current?
  
  Joe
  

 I made an ugly patch so that the drm, gamma and tdfx kernel modules
 compile under current. I submitted it to DRI, so you may find it at
 dri.sourceforge.net. By the way no it doesn't work with devfs.

I couldn't find the patch at sourceforge.  Would you mind mailing it to
me too?

Thanks,
Joe

 PGP signature


Re: DRI, XFree86-4.0.3 and -current.

2001-09-07 Thread Eric Anholt

Oops, I'll have to clarify that.  No, you don't need to keep an XFree86-4 
tree around at all.  Just get the X-DRI tree from sourceforge, and install it 
over your XFree86-4 install.

I have both XFree and X-DRI CVS trees (downloading the 90MB or whatever per 
X release just isn't going to happen through my 28.8):
/usr/local/src/xfree is X CVS (cvs.xfree86.org, updated/installed rarely, as 
most changes end up in X-DRI soon enough anyway)
/usr/lcoal/src/xdri is X-DRI CVS (cvs.sourceforge.net bsd-2-0-0-branch, 
compiled/installed frequently).

I'm working on making it so we can have an official port of the DRI -- you'll 
install the XFree86-4.x port (which would install X, the dri modules, libGL, 
libGLU, etc.), then go to graphics/drm-kmod and install that, and you'll be 
done installing.  It's not quite finished yet, and I am waiting to get to a 
faster line (2 weeks) before downloading the X release to test against.

On Friday 07 September 2001 03:12, Volker Stolz wrote:
 In local.freebsd-hackers, you wrote:
  On Thu, Sep 06, 2001 at 12:16:19PM -0700, Eric Anholt wrote:
  I have a page about the DRI for FreeBSD at=20
  http://gladstone.uoregon.edu/~eanholt/dri/.  The current DRI CVS works
 
  I had a look at that, but it wasn't too clear what I needed to do.  I
  suspect that I'm expecting to checkout the DRI tree _over_ the top of
  the XFree86-4 tree but perhaps I don't need to do that.

 Neither was I. Could you clarify on merging XFree from the ports and the
 CVS? I tried copying the CVS-stuff over the port, but the build stopped
 with:
 cleaning in programs/Xserver/hw/xfree86/input/calcomp...
 cd: can't cd to calcomp

-- 
Eric Anholt
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: DRI, XFree86-4.0.3 and -current.

2001-09-07 Thread Josef Karthauser

On Fri, Sep 07, 2001 at 01:54:06PM -0700, Eric Anholt wrote:
 I'm working on making it so we can have an official port of the DRI -- you'll 
 install the XFree86-4.x port (which would install X, the dri modules, libGL, 
 libGLU, etc.), then go to graphics/drm-kmod and install that, and you'll be 
 done installing.  It's not quite finished yet, and I am waiting to get to a 
 faster line (2 weeks) before downloading the X release to test against.

Cool.  I'll give you a hand with it with you want.  In particular I have
a need for it under -current.

Joe

 PGP signature


DRI, XFree86-4.0.3 and -current.

2001-09-06 Thread Josef Karthauser

Has anyone got patches for DRI under -current?

Joe

 PGP signature


Re: DRI, XFree86-4.0.3 and -current.

2001-09-06 Thread Eric Anholt

I have a page about the DRI for FreeBSD at 
http://gladstone.uoregon.edu/~eanholt/dri/.  The current DRI CVS works on 
-stable.  There is one compile error on -current that should be obvious to 
fix in the kernel modules, but I haven't uploaded patches as I haven't 
actually tested it yet (I'm still setting up my new -current installation).

On Thursday 06 September 2001 10:57, Josef Karthauser wrote:
 Has anyone got patches for DRI under -current?

 Joe

-- 
Eric Anholt
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: DRI, XFree86-4.0.3 and -current.

2001-09-06 Thread Josef Karthauser

On Thu, Sep 06, 2001 at 12:16:19PM -0700, Eric Anholt wrote:
 I have a page about the DRI for FreeBSD at 
 http://gladstone.uoregon.edu/~eanholt/dri/.  The current DRI CVS works on 
 -stable.  There is one compile error on -current that should be obvious to 
 fix in the kernel modules, but I haven't uploaded patches as I haven't 
 actually tested it yet (I'm still setting up my new -current installation).

I had a look at that, but it wasn't too clear what I needed to do.  I
suspect that I'm expecting to checkout the DRI tree _over_ the top of
the XFree86-4 tree but perhaps I don't need to do that.

Additionally I'm using devfs on -current and I suspect that the r128.ko
module doesn't DTRT WRTT.

Joe

 PGP signature


Re: DRI, XFree86-4.0.3 and -current.

2001-09-06 Thread Olivier Houchard

Josef Karthauser wrote:
 
 Has anyone got patches for DRI under -current?
 
 Joe
 
   
I made an ugly patch so that the drm, gamma and tdfx kernel modules
compile under current. I submitted it to DRI, so you may find it at
dri.sourceforge.net. By the way no it doesn't work with devfs.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: DRI, XFree86-4.0.3 and -current.

2001-09-06 Thread Josef Karthauser

On Thu, Sep 06, 2001 at 12:16:19PM -0700, Eric Anholt wrote:
 I have a page about the DRI for FreeBSD at 
 http://gladstone.uoregon.edu/~eanholt/dri/.  The current DRI CVS works on 
 -stable.  There is one compile error on -current that should be obvious to 
 fix in the kernel modules, but I haven't uploaded patches as I haven't 
 actually tested it yet (I'm still setting up my new -current installation).

I'll test it for you with my AGP MOBILE M3 if you send me the bits and
tell me where to install them ;).

Joe

 PGP signature