Subject: Re: X11R5 Xserver for NetBSD/pmax
To: None <ycchu@eecs.umich.edu>
From: Arne H. Juul <arnej@pvv.ntnu.no>
List: port-pmax
Date: 12/20/1996 14:53:07
> Hi Arne:
>
> Yes, I got it from the ftp site. When I try to startx, there are two error
> messages poped up:
>
> couldn't open RGB_DB '/store/lib/X11/rgb'
The problem is that the files are taken directly from our "Store" system,
which has these strange @pmaxnetbsd suffixes, and so on. You need to
have the rgb database available as /store/lib/X11/rgb.db, and on our
systems this is done with an automatically-generated symlink like this:
/store/lib/X11/rgb.db -> /S/ernie/X11/ver-5.26/lib/X11/rgb.db@litend,optional:
You can probably get by if you just make a symlink like this:
# ln -s /usr/local /store
then get the "no-suffix.tar.gz" file that I am about to make, which
unpacks into /store without any of the suffixes.
> could't open /dev/mouse
>
> For the 2nd error message, I saw some one solve this by link /dev/mouse to
> /dev/fb0. However, I don't have fb0 on my DS500/120. How can solve these
> two problems? Thank you.
I don't know what type of framebuffer the DS5000/120 has, but you should
be able to see if it finds one during boot. If there's an fb0 there,
doing a ./MAKEDEV fb0 in /dev should fix this.
- Arne H. J.