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

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

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

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-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)