New moused flag.

Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
This commit is contained in:
Jordan K. Hubbard 1998-03-07 09:02:08 +00:00
parent 7f2c35c3f8
commit bb6531b760
3 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.30 1997/09/13 18:03:41 jkh Exp $
# $Id: rc.i386,v 1.31 1997/09/14 12:16:36 jkh Exp $
# Do i386 specific processing
#
@ -99,7 +99,7 @@ if [ "X${saver}" != X"NO" ] ; then
fi
# mouse daemon
if [ "X${moused_type}" != X"NO" ] ; then
if [ "X${moused_enable}" = X"YES" ] ; then
echo -n ' moused'
moused ${moused_flags} -p ${moused_port} -t ${moused_type}
vidcontrol <${viddev} -m on

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.30 1997/09/13 18:03:41 jkh Exp $
# $Id: rc.i386,v 1.31 1997/09/14 12:16:36 jkh Exp $
# Do i386 specific processing
#
@ -99,7 +99,7 @@ if [ "X${saver}" != X"NO" ] ; then
fi
# mouse daemon
if [ "X${moused_type}" != X"NO" ] ; then
if [ "X${moused_enable}" = X"YES" ] ; then
echo -n ' moused'
moused ${moused_flags} -p ${moused_port} -t ${moused_type}
vidcontrol <${viddev} -m on

View File

@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
# $Id: rc.conf,v 1.38 1998/02/16 19:21:30 guido Exp $
# $Id: rc.conf,v 1.39 1998/02/17 03:05:32 jseger Exp $
##############################################################
### Important initial Boot-time options #####################
@ -118,8 +118,9 @@ font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO).
font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO).
blanktime="NO" # blank time (in seconds) or "NO" to turn it off.
saver="NO" # screen saver: blank/daemon/green/snake/star/NO.
moused_type="NO" # See man page for rc.conf(5) for available settings.
moused_port="/dev/cuaa0" # Set to your mouse port (required if mousetype set).
moused_enable="NO" # Run the mouse daemon.
moused_type="auto" # See man page for rc.conf(5) for available settings.
moused_port="/dev/cuaa0" # Set to your mouse port.
moused_flags="" # Any additional flags to moused.