This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Building xserver


harold
Speaking of patches.
Can you add Alan Hourihane patch to fix Ant-Aliased fonts to your test-21.
Last night I downloaded your sources code to Test 21 and applied his patch
it works great.

Suhaib

-------------
Someone mentioned wanting anti-aliased fonts....

A small patch to have full anti-aliasing fonts capability.

try 'x11perf -aaftext' to see the performance.

Alan.

Index: winscrinit.c
===================================================================
RCS file: /X11R6/x-cvs/xc/programs/Xserver/hw/xwin/winscrinit.c,v
retrieving revision 1.2
diff -u -r1.2 winscrinit.c
--- winscrinit.c	2001/04/18 17:14:06	1.2
+++ winscrinit.c	2001/04/20 11:24:51
@@ -294,6 +294,8 @@
   /* Setup a local variable to point to the framebuffer */
   pbits = pScreenInfo->pfb;
 
+  miSetPixmapDepths ();
+
   /* Initialize the fb code */
   if (!fbScreenInit (pScreen,
 		     pScreenInfo->pfb,


> -----Original Message-----
> From: Suhaib Siddiqi [mailto:ssiddiqi@inspirepharm.com]
> Sent: Wednesday, April 25, 2001 9:00 AM
> To: 'Harold Hunt'; wgarcia@upf.es; cygwin-xfree@sourceware.cygnus.com
> Subject: RE: Building xserver
> 
> 
> 
> 
> > -----Original Message-----
> > From: Harold Hunt [mailto:huntharo@msu.edu]
> > Sent: Wednesday, April 25, 2001 8:52 AM
> > To: wgarcia@upf.es; cygwin-xfree@sourceware.cygnus.com
> > Subject: RE: Building xserver
> > 
> > 
> > > make[4]: Eliminating circular reference to  fb/libfb.a <- 
> > fb/libfb.a.
> > > make[4]: Eliminating circular reference to
> > > miext/shadow/libshadow.a <-
> > > fb/libfb.a.
> > > make[4]: Eliminating circular reference to
> > > miext/shadow/libshadow.a <-
> > > miext/shadow/libshadow.a.
> > 
> > Heh, well, I can tell you that I fixed the cicular reference 
> > warnings in my
> > patches, but Suhaib didn't except that one :)
> 
> 
> 
> Ummm who said I did not except... or accept?
> I applied your all the patches.  ;-)
> The problem is, if I am not mistaken, you were using 
> SHADOW=miext/shadow
> and at few other place if I remember correctly XF86 defines
> SHDOWDIR=miext/shadow.... whatever there were some conflicts because
> of that Makefiles in miext/shadow were generated but make refuses
> to descend to it and compile... 
> Or have you fixed that in your latest test server for which I have not
> received patches yet :-)
> 
> Suhaib
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> > 
> > Harold
> > 
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]