Home | History | Download | only in x11
      1 $NetBSD: TODO,v 1.13 2004/05/16 10:25:14 lukem Exp $
      2 
      3 clean up XTODO issues
      4 
      5 consider symlinking various CONFIGFILES dirs in lib/X11 to /etc/X11
      6 
      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
     13 
     14 add getconfig (needs perl)
     15 
     16 convert lbxutil to a build-only library
     17 
     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)
     23