ChangeSet ID: 1193071310817533356211246 CVSROOT: /cvsroot/wine Module name: docs Changes by: dimi@sc8-pr-cvs9.sourceforge.net 2007/10/22 09:41:50
Modified files: en : wineusr-running.sgml
Log message: Lei Zhang thestig@google.com We should mention AUDIODEV, MIXERDEV, and MIDIDEV in the environment variables section.
Old revision New revision Changes Path 1.6 1.7 +31 -0 docs/en/wineusr-running.sgml
Index: docs/en/wineusr-running.sgml diff -u -p docs/en/wineusr-running.sgml:1.6 docs/en/wineusr-running.sgml:1.7 --- docs/en/wineusr-running.sgml 22 Oct 2007 16:41:50 -0000 +++ /dev/null 22 Oct 2007 16:41:50 -0000 @@ -310,6 +310,37 @@ Path="c:\windows;c:\windows\system;e:;e linkend="winecfg-dll-overrides">DLL overrides</link> section of this guide. </para> </sect2> + <sect2> + <title>OSS Audio Driver Settings</title> + <para> + If you are using the OSS audio driver and you have multiple devices, + (i.e. /dev/dsp*, /dev/mixer*) you can specify which one you want to + use with the following environment variables: + <itemizedlist> + <listitem> + <para> + AUDIODEV=[audio device] + </para> + </listitem> + <listitem> + <para> + MIXERDEV=[mixer device] + </para> + </listitem> + <listitem> + <para> + MIDIDEV=[MIDI device] + </para> + </listitem> + </itemizedlist> + </para> + <para> + As an example: + </para> + <screen> +<prompt>$</prompt> <userinput>AUDIODEV=/dev/dsp4 MIXERDEV=/dev/mixer1 MIDIDEV=/dev/midi3 wine <replaceable>program_name</replaceable></userinput> + </screen> + </sect2> </sect1>
<sect1 id="wineserver-command-line-options">