Name | Size | Description |
X11R6.1-bin-01Oct96.tar.gz | 6.2 MBytes | The Binary Distribution |
X11R6.1-fonts-01Oct96.tar.gz | 8.8 MBytes | The Fonts Distribution |
X11R6.1-include-01Oct96.tar.gz | 4.4 MBytes | The Required Include Files |
X11R6.1-lib-01Oct96.tar.gz | 6.3 Mbytes | The Required Library Files |
X11R6.1-man-01Oct96.tar.gz | 3.5 MBytes | The Man Pages |
mount_ados
command to mount an AmigaDOS partition under NetBSD. > mount_ados -o ro /dev/sd0d /amiga
It is recommended that you copy the files to a meaningfull location such as /local/downloads/x11.
gunzip
command.
> gunzip *.gz
> su
> cd /
> tar xvf /local/downloads/x11/*.tar
When the command completes you should have the X Distribution installed under /usr/local/X11R6.1/usr/local/X11R6.1/bin
into the path. The path is a list of directories that NetBSD checks everytime you type a command. If a command is in a directory that isn't in the path, NetBSD will not be ab
le to find it. If you are using csh the path is defined in your .cshrc
file. If you are using ksh or bash then the path is defined in your .profile
file. Both of these files live in your home directory. You will need to make these
changes to the .cshrc
or .profile
files of each user who wishes to run X.
PATH=:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/X11R6.1/bin
set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/X11R6.1/bin)
/etc/rc.local
file and initialised
by the ldconfig
command. To include the X11 libraries
add change the line that reads
ldconfig
ldconfig /usr/local/X11R6.1/lib
If you have other shared libraries already installed on your machine your ldconfig line include these. In this case add
/usr/local/X11R6.1/lib
to the end of the line.
ldconfig /usr/local/lib /usr/local/X11R6.1/lib
You will now need to reboot NetBSD for the changes to take effect.
startx
/etc/man.conf
. In particular there are 2 lines that require
changing. The first line specifies the default search path for man pages and
must be changed to include the X11 man pages. Edit
/etc/man.conf
and change the line
_default /usr/{share,X11R6,x386,X11,X11R4,contrib,gnu,local}/{man/,man/old}
_default
/usr/{share,local/X11R6.1,x386,X11,X11R4,contrib,gnu,local}/{man,man/old}
X11R6 /usr/X11R6/man
X11R6.1 /usr/local/X11R6.1/man
man -k X11
to produce an index
of all relavent pages or you can start with the startx
manual
page and follow the references from there.