[541] in NetBSD-Development
Re: bug in driver for OTI067?
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Feb 10 12:16:09 1995
To: Eric Ding <ericding@MIT.EDU>
Cc: jtk@atria.com, netbsd-dev@MIT.EDU
In-Reply-To: Your message of "Fri, 10 Feb 1995 12:02:51 EST."
<199502101702.MAA00615@hesed.MIT.EDU>
Date: Fri, 10 Feb 1995 12:15:41 EST
From: Greg Hudson <ghudson@MIT.EDU>
> thanks for the tip... but no dice. I still get the blink effect.
> If the guys at XFree86 can't figure it out, this may mean I need to
> go back to Linux so I can run XFree86 2.1.1... oh well.
You can run XFree86 2.1 under NetBSD, if you're willing to install it
on your local disk. Just FTP the tar files from ftp.xfree86.org,
install them (they'll go into /usr/X386), make /usr/X11 a symlink to
/usr/X386 instead of /usr/X11R6, and then add something like:
ldconfig /usr/X11R6/lib /usr/X386/lib
to the end of your /etc/rc.local (after the call to
/etc/athena/rc.athena).
You'll be able to run all of the X programs built for 3.1 using a 2.1
X server as long as the system can find the shared libraries for 3.1,
which is what the ldconfig line is for.
Incidentally, you probably can share swap space between Windows and
NetBSD by editing the disklabel of your NetBSD partition. I didn't
think of this when you asked.