Re: xc/Install

2005-03-09 Thread Frank Gießler
David Dawes wrote: On Mon, Mar 07, 2005 at 11:02:03AM -0500, David Dawes wrote: I'm suggesting changing them in the source tree. I've just committed a change that does this, which should eliminate the problem here. Ah, thanks. You got me somewhat confused. Frank. -- Frank Giessler Klinikum der U

Re: xc/Install

2005-03-07 Thread Frank Gießler
David Dawes wrote: On Mon, Mar 07, 2005 at 04:32:00PM +0100, Frank Gie?ler wrote: Unfortunately, the new file xc/Install breaks the install target on filesystems that are case insensitive. Can this be fixed? The easiest solution is probably to append ".txt" to the top level doc files. Indeed. Wha

xc/Install

2005-03-07 Thread Frank Gießler
Unfortunately, the new file xc/Install breaks the install target on filesystems that are case insensitive. Can this be fixed? Regards, Frank. -- Frank Giessler Klinikum der Universitaet Jena Tel.: +49-3641-9 32 57 80 Biomagnetisches Zentrum Fax : +49-3641-9 3

Re: XAA2 namespace?

2004-03-02 Thread Frank Gießler
Mark Vojkovich wrote: We don't care what the filenames are except for the header files. The only reason why we care about header files is that a driver might include support for both and may need both include paths. There's only one exported header file. I'd like to name it Xaa.h to match the n

Fonts & carriage return

2003-12-16 Thread Frank Gießler
Hi, Any ideas how to prevent CR from being rendered in bitmap and scalable fonts? TIA, Frank. -- Frank Giessler Klinikum der Universitaet Jena Tel.: +49-3641-9 32 57 80 Biomagnetisches Zentrum Fax : +49-3641-9 32 57 72

Re: Static GLX extension?

2003-11-20 Thread Frank Gießler
David Dawes wrote: There are no standard build switches for selectively building in extensions. It would be easier to build a completely static server I tried that. Unfortunately, my linker segfaults when linking the server. That's why I want only GLX to be static. Thanks, Frank. -- Frank Gies

Static GLX extension?

2003-11-19 Thread Frank Gießler
Hi all, I need some help. For debugging purposes I want to build a server that is loadable, except for the glx module which should be statically linked in. How do I do this? TIA, Frank. -- Frank Giessler Klinikum der Universitaet Jena Tel.: +49-3641-9 32 57 80 Biomagnetisches Ze

Re: glx failing

2003-11-14 Thread Frank Gießler
David Dawes wrote: The patch below fixes the problem. The command lengths for several rendering requests were getting set incorrectly because of mis-ordered variable initialisations. I'm committing it now. Index: g_render.c === RCS f

glx failing

2003-11-10 Thread Frank Gießler
Hi all, with my current CVS snapshot (Changelog up to #530), glxgears gives me the following at startup: X Error of failed request: BadLength (poly request too large or internal Xlib length error) Major opcode of failed request: 144 (GLX) Minor opcode of failed request: 1 (X_GLXRender)

Re: Server regeneration no longer works

2003-10-30 Thread Frank Gießler
David Dawes wrote: cvs rdiff -D "15 October 2003" -D "16 October 2003" Xserver/os gives: Thanks, it is indeed the same bug. I've marked the one in Bugzilla as fixed. Is there an easy way to figure out the dates for the diffs? Also, cvsweb.xfree86.org allows easy viewing of changes. That's ho

Re: Server regeneration no longer works

2003-10-28 Thread Frank Gießler
David Dawes wrote: On Wed, Oct 15, 2003 at 04:17:35PM -0400, David Dawes wrote: On Wed, Oct 15, 2003 at 12:53:32PM -0400, Mark Vojkovich wrote: Start the server with no clients and access control disabled "XFree86 -ac". Run a client and kill it, or run a client that terminates itself (like xset)