diff options
author | ache <ache@FreeBSD.org> | 1996-09-07 19:11:00 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-09-07 19:11:00 +0000 |
commit | 239d39549bf6bcefd3f6f4ebb65a1ae8389c83ec (patch) | |
tree | 31310f7073abdb3ebe41b0380c16eb94b2d80b17 /etc | |
parent | 669fccfc07ca7d8adb34584e9836545c52dbcbc2 (diff) | |
download | FreeBSD-src-239d39549bf6bcefd3f6f4ebb65a1ae8389c83ec.zip FreeBSD-src-239d39549bf6bcefd3f6f4ebb65a1ae8389c83ec.tar.gz |
Use /dev/mouse for default moused port
Add comment explanation how to turn mouse support on particular screen
(vidcontrol -m on)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index cdea2c3..a16c339 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -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 |