[80] in netbsd-help mailing list archive
XFree86-3.1.1 Xserver for Mach64 cards
daemon@ATHENA.MIT.EDU (yoav@MIT.EDU)
Fri Feb 17 01:42:58 1995
From: yoav@MIT.EDU
Date: Fri, 17 Feb 1995 01:42:42 -0500
To: netbsd-help@MIT.EDU
well, its installed, but if you have a Mach64 card, and want to use NetBSD-Athena
and X, you need to also do the following:
as root, edit /etc/rc.local, and add the following lines AT THE END!
KERNDIR=/usr/X11R6/lib/X11/kernel
if [ -f ${KERNDIR}/ap.o ]; then
modload -o /var/run/XF86-kern-mod -e ap -p ${KERNDIR}/apinstall ${KERNDIR}/ap.o
fi
After adding those lines, you also need to do the following (again as root):
cd /dev
mknod xf86 c 29 0
and then, you need to reboot, and start playing with the config files just
like with all the other servers....
-- yoav
(who is reporting this here in case somebody goes through the discuss logs
to figure out why their Mach64 card isn't working with XFree)