Update the "Configuration with Intel i810 Graphics Chipsets" section

to match the current GENERIC kernel config on 4.X and 5.X.  And be more
clear on the fact agp(4) needs to be loaded at boot time.

PR:		docs/51399
Submitted by:	anholt
This commit is contained in:
Marc Fonvieille 2003-04-29 20:47:06 +00:00
parent 213a85f26d
commit 8a7c2a194d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16743

View file

@ -520,11 +520,18 @@ EndSection</programlisting>
<para>Configuration with Intel i810 integrated chipsets <para>Configuration with Intel i810 integrated chipsets
requires the <devicename>agpgart</devicename> requires the <devicename>agpgart</devicename>
AGP programming interface for <application>XFree86</application> AGP programming interface for <application>XFree86</application>
to drive the card. To use <devicename>agpgart</devicename>, to drive the card. The &man.agp.4; driver is in the
the <filename>agp.ko</filename> kernel loadable module needs to <filename>GENERIC</filename> kernel since releases
be loaded into the kernel with &man.kldload.8;. This can be 4.8-RELEASE and 5.0-RELEASE. On prior releases, you will
done automatically with the &man.loader.8; at boot time. have to add the following line:</para>
Simply add this line to
<programlisting>device agp</programlisting>
<para>in your kernel configuration file and rebuild a new
kernel. Instead, you may want to load
the <filename>agp.ko</filename> kernel module
automatically with the &man.loader.8; at boot time.
For that, simply add this line to
<filename>/boot/loader.conf</filename>:</para> <filename>/boot/loader.conf</filename>:</para>
<programlisting>agp_load="YES"</programlisting> <programlisting>agp_load="YES"</programlisting>
@ -545,7 +552,11 @@ EndSection</programlisting>
</note> </note>
<para>This will allow configuration of the hardware as any other <para>This will allow configuration of the hardware as any other
graphics board.</para> graphics board. Note on systems without the &man.agp.4;
driver compiled in the kernel, trying to load the module
with &man.kldload.8; will not work. This driver has to be
in the kernel at boot time through being compiled in or
using <filename>/boot/loader.conf</filename>.</para>
<para>If you are using <application>XFree86 4.1.0</application> (or <para>If you are using <application>XFree86 4.1.0</application> (or
later) and messages about unresolved symbols like later) and messages about unresolved symbols like