diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-19 02:43:43 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-19 02:43:43 +0000 |
commit | 6116a44b3d77d4efe4e684d7739f15958ff6eebd (patch) | |
tree | fb2cb40409776218479a730406597d3ad08adb9a | |
parent | f4ededc5907df5435131b4f0a575f1d0a4e76190 (diff) | |
download | FreeBSD-src-6116a44b3d77d4efe4e684d7739f15958ff6eebd.zip FreeBSD-src-6116a44b3d77d4efe4e684d7739f15958ff6eebd.tar.gz |
Mention that "options XSERVER" is applicable only to the vt0 console driver.
(as it appears from the mailing list archive).
-rw-r--r-- | share/doc/handbook/kernelconfig.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/doc/handbook/kernelconfig.sgml b/share/doc/handbook/kernelconfig.sgml index 8299696..4310d28 100644 --- a/share/doc/handbook/kernelconfig.sgml +++ b/share/doc/handbook/kernelconfig.sgml @@ -1,4 +1,4 @@ -<!-- $Id$ --> +<!-- $Id: kernelconfig.sgml,v 1.27 1997/02/22 12:58:42 peter Exp $ --> <!-- The FreeBSD Documentation Project --> <!-- <!DOCTYPE linuxdoc PUBLIC '-//FreeBSD//DTD linuxdoc//EN'> --> <chapt><heading>Configuring the FreeBSD Kernel<label id="kernelconfig"></heading> @@ -669,8 +669,8 @@ <sect1><heading>Console, Bus Mouse, and X Server Support</heading> <p>You must choose one of these two console types, and, if you plan - to use the X Window System, enable the XSERVER option and optionally, a bus - mouse or PS/2 mouse device. + to use the X Window System with the vt220 console, enable the + XSERVER option and optionally, a bus mouse or PS/2 mouse device. <descrip> @@ -709,9 +709,10 @@ <tag>options XSERVER</tag> - <p>This includes code + <p>Only applicable with the <tt>vt0</tt> console driver. + This includes code required to run the <tt>XFree86</tt> X Window - Server. + Server under the <tt>vt0</tt> console driver. </descrip> |