Merge from vendor branch PKGSRC:
[netbsd-mini2440.git] / x11 / TODO
blob580bf500b53731acc139e2442891b5b784836d50
1 $NetBSD: TODO,v 1.12 2004/05/13 09:31:11 lukem Exp $
3 clean up XTODO issues
5 consider symlinking various CONFIGFILES dirs in lib/X11 to /etc/X11
7 check all Imakefile & config diffs between  -rv4-3-0 -rv4-4-0  , including:
8         programs/Xserver
9         lib/font/*/module
10         lib/GL
11         lib/GLU
12         lib/GLw
14 add getconfig (needs perl)
16 convert lbxutil to a build-only library
18 Native lib/Xxf86dga on i386 defines HAS_APERTURE_DRV to force the
19 use of /dev/xf86 (from the aperture driver) instead of /dev/mem.
20 The server code in programs/Xserver/hw/xfree86/os-support/bsd
21 correctly tries both /dev/xf86 and /dev/mem.
22 (/dev/mem requires options INSECURE)