[Dri-devel] CVS XFree and StarOffice 6.0

2001-10-26 Thread Gérard Milmeister
I recently compiled and installed a CVS DRI XFree, and it seems to have affected StarOffice 6.0b and OpenOffice. It doesn't start up anymore. Has anybody had similar problems? -- Gérard Milmeister Tannenrauchstr. 35 8038 Zürich [EMAIL PROTECTED] ___ D

[Dri-devel] Mach64: vt switching

2001-10-26 Thread Leif Delgass
Manuel, the hang when switching back from a vt to X with Quake running hangs both in fullscreen and windowed mode (other GL apps like gears don't exhibit this problem, although there is initially some garbage at the top of the screen when returning to X). I'm sure you're right that it has to do w

Re: [Dri-devel] Mach64: Questions about locking

2001-10-26 Thread Leif Delgass
On Fri, 26 Oct 2001, Manuel Teira wrote: > I have been looking to the register caching. I don't know if this caching has > sense once the DRI is also writing directly to some of the registers. I saw > seldom times this in my XFree log file: > .. $REGISTER_NAME write cache disabled! I've notice

Re: [Dri-devel] Mach64: Questions about locking

2001-10-26 Thread Manuel Teira
El Vie 26 Oct 2001 20:21, Leif Delgass escribió: > I haven't done an extensive look at this, but I've noticed a couple of > things. The 2D driver seems to use a caching scheme for register writes. > Also, at one point I had a nasty lockup trying to switch to a vt from > fullscreen quake, but I ha

[Dri-devel] Re: Savage-4

2001-10-26 Thread Alex Deucher
There is a 3D driver for S3 savage shipsets in the old utah-glx project ( http://utah-glx.sourceforge.net ). It could be ported to DRI with a little work. It a good place to start anyway... Several people were working on it ( both savage 3D/MX/IX and savage4). see the ML archives for more info:

Re: [Dri-devel] Mach64: Questions about locking

2001-10-26 Thread Leif Delgass
I haven't done an extensive look at this, but I've noticed a couple of things. The 2D driver seems to use a caching scheme for register writes. Also, at one point I had a nasty lockup trying to switch to a vt from fullscreen quake, but I haven't tried it with my latest build yet. I've noticed

[Dri-devel] Mach64: Questions about locking

2001-10-26 Thread Manuel Teira
Hello. I was investigating on how to allow both 2D and 3D acceleration in the Mach64. So I'm a little confused: First of all, I looked at the R128 and RADEON drivers and they are only doing a DRILock/DRIUnlock in the LeaveVT and EnterVT functions. Does this mean that those cards can do 3D and

Re: [Dri-devel] Re: Savage-4

2001-10-26 Thread Mike A. Harris
On Thu, 25 Oct 2001, Adam K Kirchhoff wrote: >> >I've only found two posts with regard to the Savage chipset. XFree >> >supports acceleration for it, and I was wondering what I could do to get >> >started on making a driver for this thing? >> > >> >I figure I'll get a bunch of experience by he

Re: [Dri-devel] Re: Savage-4

2001-10-26 Thread Michel Dänzer
On Fri, 2001-10-26 at 06:36, Kees Cook wrote: > BTW, quick question... is XVideo separate from, related to, or > dependent on DRI? Basically unrelated. Only r128 driver uses the DRM for XVideo yet if available, but it also works without. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux

Re: [Dri-devel] Standalone Mesa vs. XFree86 bundled Mesa

2001-10-26 Thread Brian Paul
Dag B wrote: > > Hi. > > I am sure these questions are answered in a FAQ, but I couldn't find this > info on the mesa website nor in the xfree86 docs. (May have overlooked > something.) > > 1. > XFree86 4.1.0 contains (pieces of) Mesa 3.4.2. > The most noticeable exception being glut, I guess.