Index: en_US.ISO8859-1/books/faq/book.xml =================================================================== --- en_US.ISO8859-1/books/faq/book.xml +++ en_US.ISO8859-1/books/faq/book.xml @@ -1587,7 +1587,7 @@ The default console driver, - &man.syscons.4;, provides the ability to use a mouse + &man.vt.4;, provides the ability to use a mouse pointer in text consoles to cut & paste text. Run the mouse daemon, &man.moused.8;, and turn on the mouse pointer in the virtual console: @@ -3795,23 +3795,11 @@ - When using &man.syscons.4;, the default console - driver, build and install a new kernel with this line in - the configuration file: + When using &man.vt.4;, the default console + driver, this can be done by setting the following + &man.sysctl.8;: - options SC_DISABLE_REBOOT - - This can also be done by setting the following - &man.sysctl.8; which does not require a reboot or kernel - recompile: - - &prompt.root; sysctl hw.syscons.kbd_reboot=0 - - - The above two methods are exclusive: The - &man.sysctl.8; does not exist if the kernel is compiled - with SC_DISABLE_REBOOT. - + &prompt.root; sysctl kern.vt.kbd_reboot=0 @@ -4256,10 +4244,10 @@ - When using &man.syscons.4;, the default console + When using &man.vt.4;, the default console driver, &os; can be configured to support a mouse pointer on each virtual screen. To avoid conflicting with X, - &man.syscons.4; supports a virtual device called + &man.vt.4; supports a virtual device called /dev/sysmouse. All mouse events received from the real mouse device are written to the &man.sysmouse.4; device via &man.moused.8;. To use the