Post-installation instructions for X11 on OpenBSD/i386
------------------------------------------------------

1. Find out about your hardware:

Run SuperProbe to find out what chipset is used by your video board.
Write this information down.

Do you need linear video memory access?  Linear video memory access is
required for the AGX, Mach64, P9000 or Matrox boards.  Many other
accelerated boards can make use of it if available.  If you want linear
video memory access, uncomment the line that says
	machdep.allowaperture=1

in /etc/sysctl.conf.  See xf86(4) for more details about security issues
related to this.  After changing this variable in rc.conf, you will need
to reboot for the change to take effect.

What kind of mouse do you have, which port is it connected to?  You
may want to read /usr/X11R6/lib/X11/doc/README.mouse before going further.

2. Run XF86Setup

This will make the /etc/XF86Config file.  If for some reason XF86Setup
don't work on your hardware, try the alternate program xf86config.
See the XF86Config user's guide in /usr/X11R6/lib/X11/doc/QuickStart.

For manual configuration information, see /usr/X11R6/lib/X11/doc/Config.

3. Start xdm, the X display manager by activating the xdm_flags option
   in /etc/rc.conf.  You do not need to disable the console getty.

4. Optionally, if you want to be able to rebuild your server from the
   XFree86 link kit, install the xlink23.tar.gz from the CD and follow
   the instructions in /usr/X11R6/lib/Server/README.

If you encounter a problem, you can browse the entire documentation at
http://www.xfree86.org/XFree86/3.3.2/DocIndex
