Re: [Dri-devel] Mach64: vt switching

2001-10-27 Thread Manuel Teira
El Vie 26 Oct 2001 22:11, Leif Delgass escribió: 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

[Dri-devel] Mach64 2D driver

2001-10-27 Thread Michel Dänzer
Hi everybody working on the Mach64 driver, I think it's really important for you to get in touch with the 2D driver maintainer, Marc Aurele La France [EMAIL PROTECTED]. First because he is the single most competent person about the 2D driver and probably about the Mach chips in general, second

Re: [Dri-devel] Mach64 2D driver

2001-10-27 Thread Manuel Teira
El Sáb 27 Oct 2001 16:08, Michel Dänzer escribió: Hi everybody working on the Mach64 driver, I think it's really important for you to get in touch with the 2D driver maintainer, Marc Aurele La France [EMAIL PROTECTED]. First because he is the single most competent person about the 2D driver

Re: [Dri-devel] Mach64: locking, patch

2001-10-27 Thread Leif Delgass
First off, I messed up on the FIFO size defines in mach64_drv.h (drm kernel module), they should be: # define MACH64_CMDFIFO_SIZE_MASK 0x0003ul # define MACH64_CMDFIFO_SIZE_192 0xul # define MACH64_CMDFIFO_SIZE_128

Re: [Dri-devel] Mach64: locking, patch

2001-10-27 Thread Manuel Teira
El Sáb 27 Oct 2001 18:49, Leif Delgass escribió: First off, I messed up on the FIFO size defines in mach64_drv.h (drm kernel module), they should be: # define MACH64_CMDFIFO_SIZE_MASK 0x0003ul # define MACH64_CMDFIFO_SIZE_192 0xul #

[Dri-devel] Mach64 locking on mode switches

2001-10-27 Thread Leif Delgass
Well, I just got my box to hang hard (like with the vt switching) when running tuxracer and switching modes with Ctrl-Alt-+ (I have 3 modes defined in my config and the hang happened when looping back to the original mode, i.e. the third switch), so I think the answer is yes, it needs

Re: [Dri-devel] Mach64 locking on mode switches

2001-10-27 Thread Manuel Teira
El Sáb 27 Oct 2001 19:49, Leif Delgass escribió: Well, I just got my box to hang hard (like with the vt switching) when running tuxracer and switching modes with Ctrl-Alt-+ (I have 3 modes defined in my config and the hang happened when looping back to the original mode, i.e. the third

Re: [Dri-devel] Mach64 locking on mode switches

2001-10-27 Thread Leif Delgass
On Sat, 27 Oct 2001, Manuel Teira wrote: El Sáb 27 Oct 2001 19:49, Leif Delgass escribió: Well, I just got my box to hang hard (like with the vt switching) when running tuxracer and switching modes with Ctrl-Alt-+ (I have 3 modes defined in my config and the hang happened when looping

Re: [Dri-devel] Mach64 locking on mode switches

2001-10-27 Thread Manuel Teira
El Sáb 27 Oct 2001 21:40, Leif Delgass escribió: On Sat, 27 Oct 2001, Manuel Teira wrote: El Sáb 27 Oct 2001 19:49, Leif Delgass escribió: Well, I just got my box to hang hard (like with the vt switching) when running tuxracer and switching modes with Ctrl-Alt-+ (I have 3 modes

Re: [Dri-devel] Mach64 locking on mode switches

2001-10-27 Thread Leif Delgass
On Sat, 27 Oct 2001, Manuel Teira wrote: El Sáb 27 Oct 2001 21:40, Leif Delgass escribió: On Sat, 27 Oct 2001, Manuel Teira wrote: El Sáb 27 Oct 2001 19:49, Leif Delgass escribió: Well, I just got my box to hang hard (like with the vt switching) when running tuxracer and switching

[Dri-devel] Mach64 locking

2001-10-27 Thread Leif Delgass
OK, I actually looked at the definition of DRILock/DRIUnlock (programs/Xserver/GL/dri/dri.c), and it does reference counting, so locking twice might not be an issue, it just increments the reference count. What I haven't found yet is where the DRM_LOCK/DRM_UNLOCK macros used in DRILock/DRIUnlock

Re: Re:[Dri-devel] CVS XFree and StarOffice 6.0

2001-10-27 Thread Gérard Milmeister
On Sun, 2001-10-28 at 01:46, Papadakos Panagiotis wrote: There are problems with Xfree-4.1.0 and after.I don't know what,but if you want tou use Openoffice-Staroffice 6.0 you will have to work with Xfree-4.0.3. I found that the problem is with libXrender. If this library is relocated SO

Re: [Dri-devel] CVS XFree and StarOffice 6.0

2001-10-27 Thread Daryll Strauss
On Sun, Oct 28, 2001 at 02:46:50AM +0300, Papadakos Panagiotis wrote: There are problems with Xfree-4.1.0 and after.I don't know what,but if you want tou use Openoffice-Staroffice 6.0 you will have to work with Xfree-4.0.3. I'm running Open Office 638 on XFree 4.1 just fine. Without more

Re: [Dri-devel] CVS XFree and StarOffice 6.0

2001-10-27 Thread Carl Busjahn
Though I do not have either OpenOffice or StarOffice running, (I tried OpenOffice, some problems) I do know that OpenOffice calls for libGL. I would guess that your problem is in /etc/ld.so.conf You might want to put /usr/X11R6/lib in front of /usr/X11R6-DRI/lib in that file. Good luck,

Re: [Dri-devel] CVS XFree and StarOffice 6.0

2001-10-27 Thread Papadakos Panagiotis
I try to run setup from openoffice 638C and all I get is the message: glibc version: 2.2.3 and then I get back to the shell.I am using the latest CVS from Xfree and I am using a G400 Dualheaded.Also many other people have the same problem,but nobody has explained why this is happening. On Sat,

Re: [Dri-devel] CVS XFree and StarOffice 6.0

2001-10-27 Thread Gérard Milmeister
On Sun, 2001-10-28 at 02:02, Daryll Strauss wrote: I'm running Open Office 638 on XFree 4.1 just fine. Without more information as to what's happening when you try to run Star Office I don't think we can help you. What do you need? An strace? -- Gérard Milmeister Tannenrauchstr. 35 8038

Re:[Dri-devel] CVS XFree and StarOffice 6.0

2001-10-27 Thread Daniel T. Chen
The StarOffice 6.0 beta works just fine here on X 4.1.0[.1, it's a Debian sid package, 4.1.0-9]. --- Dan Chen [EMAIL PROTECTED] GPG key: www.cs.unc.edu/~chenda/pubkey.gpg.asc On Sun, 28 Oct 2001, Papadakos Panagiotis wrote: There are problems with Xfree-4.1.0 and after.I don't