Hi,
/etc/default/rc.conf sieht so aus:
##############################################################
### System console options #################################
##############################################################
keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO).
keyrate="NO" # keyboard rate to: slow, normal, fast (or NO).
keybell="NO" # bell to duration.pitch or normal or visual (or NO).
keychange="NO" # function keys default values (or NO).
cursor="NO" # cursor type {normal|blink|destructive} (or NO).
scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO).
font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO).
font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO).
font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO).
blanktime="300" # blank time (in seconds) or "NO" to turn it off.
saver="NO" # screen saver: Uses /modules/${saver}_saver.ko
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.
allscreens_flags="" # Set this vidcontrol mode for all virtual screens
/etc/rc.conf so:
hostname="ten4ward"
moused_port="/dev/psm0"
moused_enable="YES"
linux_enable="YES"
# -- sysinstall generated deltas -- #
keymap="german.cp850"
# -- sysinstall generated deltas -- #
saver="snake"
Das seltsame ist, dass es ja funktioniert hat und ich nicht weiss was sich verstellt habe...
Bye,
Oliver
On Tue, 11 Jan 2000 15:33:39 +0100 (CET), Dominik Brettnacher wrote:
und
>/etc/defaults/rc.conf aus? Speziell die "System console options" sind
>interessant.
>
>Die Manpages zum Thema "syscons" bzw. "pcvt" sind sicher auch nicht
>unnütz.
>
#--{ Oliver Fischer }--
plexus(at)snafu.de
http://www.xshare.com/~plexus/
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 13 Jan 2000 - 17:31:36 CET