mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Use /dev/mouse for default moused port
Add comment explanation how to turn mouse support on particular screen (vidcontrol -m on)
This commit is contained in:
parent
87dc1283f8
commit
3306475ad8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18112
@ -4,7 +4,7 @@
|
||||
# This is sysconfig - a file full of useful variables that you can set
|
||||
# to change the default startup behavior of your system.
|
||||
#
|
||||
# $Id: sysconfig,v 1.47 1996/06/23 20:54:26 ache Exp $
|
||||
# $Id: sysconfig,v 1.48 1996/08/21 23:15:37 jkh Exp $
|
||||
|
||||
######################### Start Of Local Configuration Section ###########
|
||||
|
||||
@ -48,13 +48,14 @@ saver=NO
|
||||
|
||||
# Set to
|
||||
# {microsoft|mousesystems|mmseries|logitech|busmouse|mouseman|ps/2|mmhittab}
|
||||
# to activate mouse cursor support (or NO for none)
|
||||
# to activate system mouse cursor support (or NO for none)
|
||||
# Use 'vidcontrol -m on' command to activate it on particular screen
|
||||
mousedtype=NO
|
||||
|
||||
############## Next block activated only if mousetype != NO ################
|
||||
|
||||
# Set to your mouse port (required)
|
||||
mousedport=/dev/cuaa0
|
||||
mousedport=/dev/mouse
|
||||
|
||||
# Moused options:
|
||||
# -s: 9600 baud mouse
|
||||
|
Loading…
Reference in New Issue
Block a user