diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-07 19:11:00 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-07 19:11:00 +0000 |
| commit | 3306475ad8dcd484ce959eb412b29ce31ec0129c (patch) | |
| tree | 31310f7073abdb3ebe41b0380c16eb94b2d80b17 /etc/sysconfig | |
| parent | 87dc1283f87ea8823d8970a49b3da64e88e4ffae (diff) | |
Notes
Diffstat (limited to 'etc/sysconfig')
| -rw-r--r-- | etc/sysconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index cdea2c3d6662f..a16c3398f1603 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 |
