summaryrefslogtreecommitdiff
path: root/misc/man1m
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-05-03 21:08:42 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-05-03 21:08:42 +0400
commit1058def8e7827e56ce4a70afb4aeacb5dc44148f (patch)
tree4495d23e7b54ab5700e3839081e797c1eafe0db9 /misc/man1m
downloadoss4-upstream.tar.gz
Imported Upstream version 4.2-build2006upstream/4.2-build2006upstream
Diffstat (limited to 'misc/man1m')
-rw-r--r--misc/man1m/soundoff.man36
-rw-r--r--misc/man1m/soundon.man26
2 files changed, 62 insertions, 0 deletions
diff --git a/misc/man1m/soundoff.man b/misc/man1m/soundoff.man
new file mode 100644
index 0000000..c7b4cb5
--- /dev/null
+++ b/misc/man1m/soundoff.man
@@ -0,0 +1,36 @@
+NAME
+soundoff - Stop Open Sound System
+
+DESCRIPTION
+
+The soundoff command can be used to stop Open Sound System and to unload the
+kernel modules related with it.
+
+There are no command line arguments. Only the super user (root) can use this
+command.
+
+Open Sound System can be loaded by executing the soundon command.
+
+SAVING THE MIXER AND CONTROL PANEL SETTINGS AUTOMATICALLY
+
+By default soundoff will save the current mixer and control panel settings
+automatically each time soundoff is executed. The saved settings will be
+restored automatically when soundon is executed next time.
+
+This automatic save feature can be disabled by editing /usr/lib/oss/etc/userdefs
+and by changing the line containing "autosave_mixer yes" to
+"autosave_mixer no". After this the mixer settings will only be saved when
+the savemixer command is executed (by super user).
+
+FILES
+/usr/lib/oss/etc/userdefs
+/usr/sbin/soundoff
+/usr/lib/oss/etc/installed_drivers.
+
+SEE ALSO
+soundon(1)
+ossdetect(1)
+ossdevlinks(1)
+
+AUTHOR
+4Front Technologies
diff --git a/misc/man1m/soundon.man b/misc/man1m/soundon.man
new file mode 100644
index 0000000..a0e138d
--- /dev/null
+++ b/misc/man1m/soundon.man
@@ -0,0 +1,26 @@
+NAME
+soundon - Start Open Sound System
+
+DESCRIPTION
+
+The soundon command is used to load the OSS core module (osscore) and the
+low level drivers for the sound devices detected in ths system (by ossdetect).
+The list of low level sound device drivers to load is located in
+/usr/lib/oss/etc/installed_drivers which is maintained by the ossdetect command.
+
+There are no command line arguments. Only the super user (root) can use this
+command.
+
+Open Sound System can be unloaded by executing the soundoff command.
+
+FILES
+/usr/sbin/soundon
+/usr/lib/oss/etc/installed_drivers.
+
+SEE ALSO
+soundoff(1)
+ossdetect(1)
+ossdevlinks(1)
+
+AUTHOR
+4Front Technologies