Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 1996 14:59:56 +0800 (SST)
From:      Gong Wei <eng30219@leonis.nus.sg>
To:        freebsd-questions@freebsd.org
Subject:   Re: Strip Down X server
Message-ID:  <Pine.OSF.3.91.960315145852.12858C-100000@leonis.nus.sg>
In-Reply-To: <9603150302.AA16949@tera.com>

next in thread | previous in thread | raw e-mail | index | archive | help
	This message is in reply to someone(sorry, delete your mail 
accidently) who asked me about stripping down X server.  So for those of 
you who are not interested or already known(most likely:-), please ignore it.

	Actually recompiling an XFree86 server is quite simple, just get
the xf86-312 source code, either from ftp or cdrom, then unpack it, read
the file /usr/X11R6/src/xc/programs/Xserver/hw/xfree86/doc/INSTALL and
"READ.FreeBSD" carefully before you start.  In the file "xf86site.def",
remove those unnecessary devices.  So the server won't probe for these
non-exist device.  Also check freebsd.cf to ensure -m486 is used for
optimization. 

	I've done a "time X 2>rep" for both X server.  here enclosed 
is the output:
=====================Old Server(XF86_SVGA)=============================
 14.11 real         0.64 user         0.23 sys
=====================Stripped Server========================
[.......]
Configured drivers:
  SVGA: server for 8-bit colour SVGA (Patchlevel 0):
      clgd5420, clgd5422, clgd5424, clgd5426, clgd5428, clgd5429, clgd5430,
      clgd5434, clgd5436, clgd6205, clgd6215, clgd6225, clgd6235
[.......]
        3.88 real         0.47 user         0.15 sys


Regards
-----------------------
Gong Wei
eng30219@nus.sg




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.91.960315145852.12858C-100000>