Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11 more stuff to deal with. (maybe rtr feels enthusiastic?...



details:   https://anonhg.NetBSD.org/src/rev/2808576832d2
branches:  trunk
changeset: 566155:2808576832d2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 29 06:08:34 2004 +0000

description:
more stuff to deal with.  (maybe rtr feels enthusiastic? (hint hint :))

diffstat:

 x11/TODO |  18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 4feb7d809b86 -r 2808576832d2 x11/TODO
--- a/x11/TODO  Thu Apr 29 05:58:54 2004 +0000
+++ b/x11/TODO  Thu Apr 29 06:08:34 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.10 2004/04/28 14:17:56 lukem Exp $
+$NetBSD: TODO,v 1.11 2004/04/29 06:08:34 lukem Exp $
 
 clean up XTODO issues
 
@@ -6,9 +6,21 @@
 install the files on "distribution" ?
 
 lib/expat: check into -DX_BYTE_ORDER=$(X_BYTE_ORDER)
+which can be one of X_LITTLE_ENDIAN or X_BIG_ENDIAN
 
 check all Imakefile & config diffs between  -rv4-3-0 -rv4-4-0  , including:
-       all instances of XFREE86_FT2
        programs/Xserver
+       lib/font/*/module
+       lib/GL
+       lib/GLU
+       lib/GLw
 
-add getconfig
+add getconfig (needs perl)
+
+convert lbxutil to a build-only library
+
+Native lib/Xxf86dga on i386 defines HAS_APERTURE_DRV to force the
+use of /dev/xf86 (from the aperture driver) instead of /dev/mem.
+The server code in programs/Xserver/hw/xfree86/os-support/bsd
+correctly tries both /dev/xf86 and /dev/mem.
+(/dev/mem requires options INSECURE)



Home | Main Index | Thread Index | Old Index