Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 mixerctl.conf(5) documentation.



details:   https://anonhg.NetBSD.org/src/rev/8c877933634e
branches:  trunk
changeset: 532219:8c877933634e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jun 02 18:55:08 2002 +0000

description:
mixerctl.conf(5) documentation.

diffstat:

 share/man/man5/Makefile        |   5 +-
 share/man/man5/mixerctl.conf.5 |  99 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+), 2 deletions(-)

diffs (122 lines):

diff -r 210b81a0a6f8 -r 8c877933634e share/man/man5/Makefile
--- a/share/man/man5/Makefile   Sun Jun 02 18:43:27 2002 +0000
+++ b/share/man/man5/Makefile   Sun Jun 02 18:55:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.40 2001/06/15 12:51:58 wiz Exp $
+#      $NetBSD: Makefile,v 1.41 2002/06/02 18:55:08 jmcneill Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 # missing: dump.5 plot.5 
@@ -7,7 +7,8 @@
        ethers.5 fs.5 fstab.5 genassym.cf.5 group.5 hesiod.conf.5 \
        hosts.5 hosts.equiv.5 ifaliases.5 ifconfig.if.5 intro.5 \
        ipsec.conf.5 ld.so.conf.5 link.5 lkm.conf.5 login.conf.5 \
-       mk.conf.5 monthly.conf.5 motd.5 netconfig.5 netgroup.5 networks.5 \
+       mixerctl.conf.5 mk.conf.5 monthly.conf.5 motd.5 \
+       netconfig.5 netgroup.5 networks.5 \
        nsswitch.conf.5 passwd.5 passwd.conf.5 phones.5 \
        printcap.5 protocols.5 ranlib.5 rc.conf.5 remote.5 \
        resolv.conf.5 rpc.5 security.conf.5 services.5 shells.5 stab.5 \
diff -r 210b81a0a6f8 -r 8c877933634e share/man/man5/mixerctl.conf.5
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man5/mixerctl.conf.5    Sun Jun 02 18:55:08 2002 +0000
@@ -0,0 +1,99 @@
+.\"    $NetBSD: mixerctl.conf.5,v 1.1 2002/06/02 18:55:08 jmcneill Exp $
+.\"
+.\" Copyright 2002 Jared D. McNeill <jmcneill%netbsd.org@localhost>
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"      This product includes software developed by Niels Provos.
+.\" 4. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd June 2, 2002
+.Dt MIXERCTL.CONF 5
+.Os
+.Sh NAME
+.Nm mixerctl.conf
+.Nd audio mixer configuration file
+.Sh SYNOPSIS
+.Nm
+.Sh DESCRIPTION
+The
+.Pa /etc/mixerctl.conf
+file consists of mixerctl(1) variables to set at boot time.
+.Pp
+To generate a mixerctl.conf from the current mixer settings, execute:
+.Pp
+.Bl -tag -width "mixerctl -a >/etc/mixerctl.conf"
+.It Pa mixerctl.conf -a >/etc/mixerctl.conf
+.El
+.Pp
+.Sh FILES
+.Bl -tag -width /etc/mixerctl.conf -compact
+.It Pa /etc/mixerctl.conf
+.El
+.Sh EXAMPLES
+Example mixer settings for an esa(4) audio adapter.
+.Bd -literal
+outputs.master=255,255
+outputs.master.mute=off
+outputs.mono=255
+outputs.mono.mute=on
+outputs.mono.source=mixerout
+outputs.headphones=255,255
+outputs.headphones.mute=off
+outputs.tone=255,255
+inputs.speaker=255
+inputs.speaker.mute=off
+inputs.phone=191
+inputs.phone.mute=on
+inputs.mic=191
+inputs.mic.mute=on
+inputs.mic.preamp=off
+inputs.mic.source=mic0
+inputs.line=191,191
+inputs.line.mute=on
+inputs.cd=191,191
+inputs.cd.mute=on
+inputs.video=255,255
+inputs.video.mute=off
+inputs.aux=255,255
+inputs.aux.mute=off
+inputs.dac=191,191
+inputs.dac.mute=off
+record.source=mic
+record.volume=255,255
+record.volume.mute=off
+record.mic=0
+record.mic.mute=off
+outputs.loudness=off
+outputs.spatial=off
+outputs.spatial.center=0
+outputs.spatial.depth=0
+.Ed
+.Sh SEE ALSO
+.Xr mixerctl 1
+.Sh HISTORY
+The
+.Nm
+configuration file first appeared in
+.Nx 1.7 .



Home | Main Index | Thread Index | Old Index