Changeset 8c3989b2
- Timestamp:
- 09/25/2003 12:34:50 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d374b41
- Parents:
- 2f81a4dd
- Files:
-
- 51 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/glossary.xml
r2f81a4dd r8c3989b2 24 24 <glossdef><para>Accessibility Tool Kit</para></glossdef></glossentry> 25 25 26 <glossentry id="gBICS"><glossterm><acronym>BICS</acronym></glossterm> 27 <glossdef><para>Binnenvaart Informatie en Communicatie Systeem (inland 28 shipping information and communication system)</para></glossdef></glossentry> 26 <glossentry id="gBIC"><glossterm><acronym>BICS</acronym></glossterm> 27 <glossdef><para>Berkeley/IRCAM/CARL</para></glossdef></glossentry> 29 28 30 29 … … 81 80 <glossdef><para>File Alteration Monitor</para></glossdef></glossentry> 82 81 82 <glossentry id="gFAME"><glossterm><acronym>FAME</acronym></glossterm> 83 <glossdef><para>Fast Assembly Mpeg Encoder</para></glossdef></glossentry> 84 83 85 <glossentry id="gFB"><glossterm><acronym>FB</acronym></glossterm> 84 86 <glossdef><para>Frame Buffer</para></glossdef></glossentry> … … 86 88 <glossentry id="gFHS"><glossterm><acronym>FHS</acronym></glossterm> 87 89 <glossdef><para>File Hierarchy Standard</para></glossdef></glossentry> 90 91 <glossentry id="gFLAC"><glossterm><acronym>FLAC</acronym></glossterm> 92 <glossdef><para>Free Lossless Audio Codec</para></glossdef></glossentry> 88 93 89 94 <glossentry id="gFTP"><glossterm><acronym>FTP</acronym></glossterm> … … 131 136 132 137 <glossentry id="gLAME"><glossterm><acronym>LAME</acronym></glossterm> 133 <glossdef><para>Lame Ain t an MP3 Encoder</para></glossdef></glossentry>138 <glossdef><para>Lame Ain't an MP3 Encoder</para></glossdef></glossentry> 134 139 135 140 <glossentry id="gLAN"><glossterm><acronym>LAN</acronym></glossterm> -
multimedia/libdriv/alsa.xml
r2f81a4dd r8c3989b2 1 <sect1 id="alsa" xreflabel=" alsa-&alsa-version;">1 <sect1 id="alsa" xreflabel="ALSA-&alsa-version;"> 2 2 <?dbhtml filename="alsa.html" dir="multimedia"?> 3 <title> alsa-&alsa-version;</title>3 <title>ALSA-&alsa-version;</title> 4 4 5 <para>The first question which people tend to ask about ALSA is why they 6 should use it over the sound drivers included in the kernel - there are 7 several reasons. Firstly, the ALSA drivers support more sound cards 8 than those in the kernel. Secondly, the OSS emulation is in some cases 9 faster and better than the original OSS driver itself. And finally, there are 10 some programs which can use ALSA's enhanced features to better drive the 11 soundcard.</para> 5 <para>The first question which people tend to ask about <acronym>ALSA</acronym> 6 is why they should use it over the sound drivers included in the kernel - there 7 are several reasons. First, the <acronym>ALSA</acronym> drivers support more 8 sound cards than those in the kernel. Second, the <acronym>OSS</acronym> 9 emulation is in some cases faster and better than the original <acronym>OSS 10 </acronym> driver itself. And finally, there are some programs which can use 11 <acronym>ALSA</acronym>'s enhanced features to better drive the soundcard. 12 </para> 12 13 13 <para> ALSA is also likely to be the future of Linux Sound (hence the14 name <emphasis>Advanced Linux Sound Architecture</emphasis>), and the 15 ALSA drivers will probably be included into the main linux kernel at 16 some point during the 2.5 development series, leading eventually to ALSA 17 being the "standard" sound drivers into the future 2.6 stable 18 kernel.</para>14 <para><acronym>ALSA</acronym> is also likely to be the future of Linux Sound 15 (hence the name <emphasis>Advanced Linux Sound Architecture</emphasis>), and 16 the <acronym>ALSA</acronym> drivers will probably be included into the main 17 linux kernel at some point during the 2.5 development series, leading 18 eventually to <acronym>ALSA</acronym> being the "standard" sound drivers into 19 the future 2.6 stable kernel.</para> 19 20 20 21 <para>The following five sections of the book deal with the five separate 21 components of alsa: the drivers, the libraries, the utilities, the tools and 22 the OSS compatibility libraries.</para> 22 components of <acronym>ALSA</acronym>: the drivers, the libraries, the 23 utilities, the tools and the <acronym>OSS</acronym> compatibility libraries. 24 </para> 23 25 24 26 </sect1> -
multimedia/libdriv/alsa/alsa-driver.xml
r2f81a4dd r8c3989b2 1 <sect1 id="alsa-driver" xreflabel=" alsa-driver-&alsa-driver-version;">1 <sect1 id="alsa-driver" xreflabel="ALSA-driver-&alsa-driver-version;"> 2 2 <?dbhtml filename="alsa-driver.html" dir="multimedia"?> 3 <title> alsa-driver-&alsa-driver-version;</title>3 <title>ALSA-driver-&alsa-driver-version;</title> 4 4 5 5 &alsa-driver-intro; -
multimedia/libdriv/alsa/alsa-lib.xml
r2f81a4dd r8c3989b2 1 <sect1 id="alsa-lib" xreflabel=" alsa-lib-&alsa-lib-version;">1 <sect1 id="alsa-lib" xreflabel="ALSA-lib-&alsa-lib-version;"> 2 2 <?dbhtml filename="alsa-lib.html" dir="multimedia"?> 3 <title> alsa-lib-&alsa-lib-version;</title>3 <title>ALSA-lib-&alsa-lib-version;</title> 4 4 5 5 &alsa-lib-intro; -
multimedia/libdriv/alsa/alsa-oss.xml
r2f81a4dd r8c3989b2 1 <sect1 id="alsa-oss" xreflabel=" alsa-oss-&alsa-oss-version;">1 <sect1 id="alsa-oss" xreflabel="ALSA-OSS-&alsa-oss-version;"> 2 2 <?dbhtml filename="alsa-oss.html" dir="multimedia"?> 3 <title> alsa-oss-&alsa-oss-version;</title>3 <title>ALSA-OSS-&alsa-oss-version;</title> 4 4 5 5 &alsa-oss-intro; -
multimedia/libdriv/alsa/alsa-tools.xml
r2f81a4dd r8c3989b2 1 <sect1 id="alsa-tools" xreflabel=" alsa-tools-&alsa-tools-version;">1 <sect1 id="alsa-tools" xreflabel="ALSA-tools-&alsa-tools-version;"> 2 2 <?dbhtml filename="alsa-tools.html" dir="multimedia"?> 3 <title> alsa-tools-&alsa-tools-version;</title>3 <title>ALSA-tools-&alsa-tools-version;</title> 4 4 5 5 &alsa-tools-intro; -
multimedia/libdriv/alsa/alsa-utils.xml
r2f81a4dd r8c3989b2 1 <sect1 id="alsa-utils" xreflabel=" alsa-utils-&alsa-utils-version;">1 <sect1 id="alsa-utils" xreflabel="ALSA-utils-&alsa-utils-version;"> 2 2 <?dbhtml filename="alsa-utils.html" dir="multimedia"?> 3 <title> alsa-utils-&alsa-utils-version;</title>3 <title>ALSA-utils-&alsa-utils-version;</title> 4 4 5 5 &alsa-utils-intro; -
multimedia/libdriv/alsa/driver/alsa-driver-config.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Configuring alsa-driver</title>2 <title>Configuring <application><acronym>ALSA</acronym>-driver</application></title> 3 3 4 4 <sect3><title>Config files</title> … … 10 10 <sect3><title>Configuration Information</title> 11 11 12 <para>To configure the alsa drivers, you need to add some lines to13 <filename>/etc/modules.conf</filename>:</para>12 <para>To configure the <acronym>ALSA</acronym> drivers, you need to add some 13 lines to <filename>/etc/modules.conf</filename>:</para> 14 14 15 15 <screen><userinput><command>cat >> /etc/modules.conf << "EOF" … … 17 17 alias char-major-116 snd 18 18 19 alias snd-card-0 snd- <soundcard-name>19 alias snd-card-0 snd-<replaceable>[soundcard-name]</replaceable> 20 20 21 21 alias sound-slot-0 snd-card-0 … … 27 27 EOF</command></userinput></screen> 28 28 29 <para> <soundcard-name> needs to be replaced with the driver relevant30 to your soundcard. If you have more than one soundcard, you can add 31 additional sections by repeating the above but changing the first 0 to 1 and 32 so on.</para>29 <para><replaceable>[soundcard-name]</replaceable> needs to be replaced with the 30 driver relevant to your soundcard. If you have more than one soundcard, you 31 can add additional sections by repeating the above but changing the first 0 to 32 1 and so on.</para> 33 33 34 34 <para>After editing <filename>/etc/modules.conf</filename> you need to run 35 < filename>depmod</filename>. If the drivers you have compiled are for the35 <command>depmod</command>. If the drivers you have compiled are for the 36 36 version of the kernel you are currently running, simply run 37 <screen><userinput><command>depmod</command></userinput></screen> If you are compiling38 drivers for a different kernel version than those you are running, you39 will need to use a line along the lines of:40 <screen><userinput><command>depmod -a 2.4. 19 -F /boot/System.map-2.4.19</command>41 </ userinput></screen></para>37 <screen><userinput><command>depmod</command></userinput></screen> 38 If you are compiling drivers for a different kernel version than those you are 39 running, you will need to use a line along the lines of: 40 <screen><userinput><command>depmod -a 2.4.22 -F /boot/System.map-2.4.22 41 </command></userinput></screen></para> 42 42 43 43 </sect3> -
multimedia/libdriv/alsa/driver/alsa-driver-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The alsa-driver package contains the alsa sound card 5 drivers and include files.</para> 4 <para>The <application><acronym>ALSA</acronym>-driver</application> package 5 contains the <acronym>ALSA</acronym> sound card drivers and include files. 6 </para> 6 7 7 8 </sect2> … … 9 10 <sect2><title>Description</title> 10 11 11 <sect3><title>alsa sound card drivers</title> 12 <para>These are kernel modules which provide audio and 13 <acronym>MIDI</acronym> functionality 14 to the operating system.</para></sect3> 12 <sect3><title><acronym>ALSA</acronym> sound card drivers</title> 13 <para>These are kernel modules which provide audio and <acronym>MIDI</acronym> 14 functionality to the operating system.</para></sect3> 15 15 16 16 <sect3><title>include files</title> 17 <para>These are installed in <filename 18 class="directory">/usr/include/sound</filename> and are required to compile 19 certain packages such as alsa-lib.</para></sect3> 17 <para>These are installed in <filename class="directory">/usr/include/sound 18 </filename> and are required to compile certain packages such as 19 <application><acronym>ALSA</acronym>-lib</application>. 20 </para></sect3> 20 21 21 22 </sect2> -
multimedia/libdriv/alsa/driver/alsa-driver-exp.xml
r2f81a4dd r8c3989b2 2 2 <title>Command explanations</title> 3 3 4 <para><command>--with-sequencer=yes</command> : This tells the 5 alsa-driver package to build the sequencer modules for whichever soundcards 6 for which you are building. Most people want them so you will usually want to 7 leave it set to yes.</para>4 <para><command>--with-sequencer=yes</command> : This tells the <application> 5 <acronym>ALSA</acronym>-driver</application> package to build the sequencer 6 modules for whichever soundcards for which you are building. Most people want 7 them so you will usually want to leave it set to yes.</para> 8 8 9 9 <para><command>--with-oss=yes</command> : This tells the package to 10 build the <acronym>OSS</acronym>/Free emulation modules. Again, most people want this so it's11 probably best to stick with yes.</para>10 build the <acronym>OSS</acronym>/Free emulation modules. Again, most people 11 want this so it's probably best to stick with yes.</para> 12 12 13 13 <para><command>--with-isapnp=no</command> : Most sound cards these days 14 14 are <acronym>PCI</acronym> and so <acronym>ISA</acronym> Plug and Play 15 support isn't needed. If you are using an 16 <acronym>ISA</acronym> soundcard,it's best to say yes here.</para>15 support isn't needed. If you are using an <acronym>ISA</acronym> soundcard, 16 it's best to say yes here.</para> 17 17 18 18 <para><command>--with-cards=all</command> : You can tell the script just … … 20 20 on which drivers are available see <command>./configure 21 21 --help</command>. If you aren't sure which chipset your soundcard uses, 22 have a look in <filename>CARDS-STATUS</filename> in the alsa-driver source 22 have a look in <filename>CARDS-STATUS</filename> in the 23 <application><acronym>ALSA</acronym>-driver</application> source 23 24 tree. The default specified here will build all drivers.</para> 24 25 -
multimedia/libdriv/alsa/driver/alsa-driver-inst.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Installation of <application> alsa-driver</application></title>2 <title>Installation of <application><acronym>ALSA</acronym>-driver</application></title> 3 3 4 <para>Before installing the alsa-drivers note that in your kernel5 configuration you should have <userinput>Sound Card Support4 <para>Before installing the <acronym>ALSA</acronym> drivers note that in your 5 kernel configuration you should have <userinput>Sound Card Support 6 6 (CONFIG_SOUND)</userinput> enabled but <emphasis>nothing</emphasis> else in 7 7 the Sound menu (with the possible exception of TV Card Mixer support. In 8 8 particular you should <emphasis>not</emphasis> have <userinput>OSS Sound 9 9 Modules</userinput> enabled as this will cause problems when loading the 10 alsadriver modules.</para>10 <acronym>ALSA</acronym> driver modules.</para> 11 11 12 <note><para>Because alsadrivers are kernel12 <note><para>Because <acronym>ALSA</acronym> drivers are kernel 13 13 modules, they must be compiled with the same compiler the kernel has 14 14 used.</para></note> 15 15 16 <para>Install <application> alsa-driver</application> using the following17 commands as a template:</para>16 <para>Install <application><acronym>ALSA</acronym>-driver</application> using 17 the following commands as a template:</para> 18 18 19 19 <screen><userinput><command>CC=/opt/gcc-2.95.3/bin/gcc ./configure \ … … 29 29 <para>If this is the first time you have installed the alsa drivers, you 30 30 will need to create the <filename class="directory">/dev</filename> entries 31 using the script provided in the alsa-driver source tree:31 using the script provided in the <acronym>ALSA</acronym>-driver source tree: 32 32 <screen><userinput><command>./snddevices</command></userinput></screen></para> 33 33 -
multimedia/libdriv/alsa/driver/alsa-driver-intro.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Introduction to <application>alsa-driver</application></title> 2 <title>Introduction to <application><acronym>ALSA</acronym>-driver</application> 3 </title> 3 4 4 <para>The <application>alsa-driver</application> package contains the alsa sound drivers. These are 5 <para>The <application><acronym>ALSA</acronym>-driver</application> package 6 contains the <acronym>ALSA</acronym> sound drivers. These are 5 7 the next generation of sound drivers for Linux.</para> 6 8 -
multimedia/libdriv/alsa/lib/alsa-lib-config.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Configuring alsa-lib</title>2 <title>Configuring <application><acronym>ALSA</acronym>-lib</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
multimedia/libdriv/alsa/lib/alsa-lib-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The alsa-lib package contains <command>aserver</command> and the 5 <filename class="libraryfile">libasound</filename> library.</para> 4 <para>The <application><acronym>ALSA</acronym>-lib</application> package 5 contains <command>aserver</command> and the <filename class="libraryfile"> 6 libasound</filename> library.</para> 6 7 7 8 </sect2> … … 10 11 11 12 <sect3><title>libasound (alsa library)</title> 12 <para><filename class="libraryfile">libasound</filename> provides alsa13 functions for application programs.</para></sect3>13 <para><filename class="libraryfile">libasound</filename> provides 14 <acronym>ALSA</acronym> functions for application programs.</para></sect3> 14 15 15 16 </sect2> -
multimedia/libdriv/alsa/lib/alsa-lib-inst.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Installation of <application>alsa-lib</application></title> 2 <title>Installation of <application><acronym>ALSA</acronym>-lib</application> 3 </title> 3 4 4 <para>Install <application>alsa-lib</application> by running the following commands:</para> 5 <para>Install <application><acronym>ALSA</acronym>-lib</application> by running 6 the following commands:</para> 5 7 6 8 <screen><userinput><command>./configure && -
multimedia/libdriv/alsa/lib/alsa-lib-intro.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Introduction to <application> alsa-lib</application></title>2 <title>Introduction to <application><acronym>ALSA</acronym>-lib</application></title> 3 3 4 <para>The <application>alsa-lib</application> package contains the alsa library. This is used by 5 programs (including alsa-utils) which wish to use the alsa sound interface.</para> 4 <para>The <application><acronym>ALSA</acronym>-lib</application> package 5 contains the <acronym>ALSA</acronym> library. This is used by programs 6 (including <application><acronym>ALSA</acronym>-utils</application>) which wish 7 to use the <acronym>ALSA</acronym> sound interface.</para> 6 8 7 9 <sect3><title>Package information</title> … … 14 16 </sect3> 15 17 16 <sect3><title><application> alsa-lib</application> dependencies</title>18 <sect3><title><application><acronym>ALSA</acronym>-lib</application> dependencies</title> 17 19 <sect4><title>Required</title> 18 20 <para><xref linkend="alsa-driver"/> -
multimedia/libdriv/alsa/oss/alsa-oss-config.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Configuring alsa-oss</title>2 <title>Configuring <application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
multimedia/libdriv/alsa/oss/alsa-oss-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The alsa-oss package contains <command>aoss</command> and the 5 <filename class="libraryfile">libaoss</filename> (alsa oss compatibility 4 <para>The <application><acronym>ALSA</acronym>-<acronym>OSS</acronym> 5 </application> package contains <command>aoss</command> and the 6 <filename class="libraryfile">libaoss</filename> 7 (<acronym>ALSA</acronym> <acronym>OSS</acronym> compatibility 6 8 library) library.</para> 7 9 -
multimedia/libdriv/alsa/oss/alsa-oss-inst.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Installation of <application> alsa-oss</application></title>2 <title>Installation of <application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application></title> 3 3 4 <para>Install <application> alsa-oss</application> by running the following commands:</para>4 <para>Install <application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application> by running the following commands:</para> 5 5 6 6 <screen><userinput><command>./configure && -
multimedia/libdriv/alsa/oss/alsa-oss-intro.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Introduction to <application> alsa-oss</application></title>2 <title>Introduction to <application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application></title> 3 3 4 <para>The alsa-oss package contains the alsa oss compatibility library. 5 This is used by programs which wish to use the alsa oss sound interface</para> 4 <para>The 5 <application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application> 6 package contains the <acronym>ALSA</acronym> <acronym>OSS</acronym> 7 compatibility library. This is used by programs which wish to use the 8 <acronym>ALSA</acronym> <acronym>OSS</acronym> sound interface</para> 6 9 7 10 <sect3><title>Package information</title> … … 14 17 </sect3> 15 18 16 <sect3><title><application> alsa-oss</application> dependencies</title>19 <sect3><title><application><acronym>ALSA</acronym>-<acronym>OSS</acronym></application> dependencies</title> 17 20 <sect4><title>Required</title> 18 21 <para><xref linkend="alsa-lib"/> -
multimedia/libdriv/alsa/tools/alsa-tools-desc.xml
r2f81a4dd r8c3989b2 14 14 15 15 <sect3><title>as10k1</title> 16 <para><command>as10k1</command> is an assembler for the emu10k1 DSP chip present in the 17 Creative SB Live, PCI 512, and emu APS sound cards. It is used to make 18 audio effects such as a flanger, chorus or reverb.</para></sect3> 16 <para><command>as10k1</command> is an assembler for the emu10k1 <acronym>DSP 17 </acronym> chip present in the Creative <acronym>SB</acronym> Live, 18 <acronym>PCI</acronym> 512, and emu <acronym>APS</acronym> sound cards. It is 19 used to make audio effects such as a flanger, chorus or reverb.</para></sect3> 19 20 20 21 <sect3><title>envy24control</title> 21 <para><command>envy24control</command> is a control tool for Envy24 (ice1712) based22 soundcards</para></sect3>22 <para><command>envy24control</command> is a control tool for Envy24 (ice1712) 23 based soundcards</para></sect3> 23 24 24 25 <sect3><title>sb16_csp</title> 25 <para><command>sb16_csp</command> is an SB16/AWE32 Creative Signal Processor (ASP/CSP) control 26 program.</para></sect3> 26 <para><command>sb16_csp</command> is an <acronym>SB</acronym>16/<acronym>AWE 27 </acronym>32 Creative Signal Processor (<acronym>ASP</acronym>/<acronym>CSP 28 </acronym>) control program.</para></sect3> 27 29 28 30 <sect3><title>sbiload</title> 29 <para><command>sbiload</command>is an OPL2/3 FM instrument loader for30 the <acronym>ALSA</acronym> sequencer.</para></sect3>31 <para><command>sbiload</command>is an <acronym>OPL</acronym>2/3 FM instrument 32 loader for the <acronym>ALSA</acronym> sequencer.</para></sect3> 31 33 32 34 </sect2> -
multimedia/libdriv/alsa/tools/alsa-tools-inst.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Installation of <application> alsa-tools</application></title>2 <title>Installation of <application><acronym>ALSA</acronym>-tools</application></title> 3 3 4 <para>The <application>alsa-tools</application> package is only needed by those with advanced 5 requirements for their sound card. The tools are not all built together, 6 instead you need to <command>cd</command> into the directory of each 7 tool you wish to compile and run the following commands:</para> 4 <para>The <application><acronym>ALSA</acronym>-tools</application> package is 5 only needed by those with advanced requirements for their sound card. The 6 tools are not all built together, instead you need to <command>cd</command> 7 into the directory of each tool you wish to compile and run the following 8 commands:</para> 8 9 9 10 <screen><userinput><command>./configure && -
multimedia/libdriv/alsa/tools/alsa-tools-intro.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Introduction to <application> alsa-tools</application></title>2 <title>Introduction to <application><acronym>ALSA</acronym>-tools</application></title> 3 3 4 <para>The <application> alsa-tools</application> package contains4 <para>The <application><acronym>ALSA</acronym>-tools</application> package contains 5 5 advanced tools for certain soundcards.</para> 6 6 … … 14 14 </sect3> 15 15 16 <sect3><title><application> alsa-tools</application> dependencies</title>16 <sect3><title><application><acronym>ALSA</acronym>-tools</application> dependencies</title> 17 17 <sect4><title>Required</title> 18 18 <para><xref linkend="alsa-lib"/> -
multimedia/libdriv/alsa/utils/alsa-utils-config.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Configuring alsa-utils</title>2 <title>Configuring <application><acronym>ALSA</acronym>-utils</application></title> 3 3 4 4 <sect3><title>Config files</title> … … 16 16 those readers who wish to do this.</para> 17 17 18 <para>The alsa-drivers package installs a script as19 <filename>/etc/rc.d/init.d/alsasound</filename>. While it is possible to use 20 this script, it contains a lot of extraneous detail which isn't needed on an 21 LFS system and so we create our own script 22 <filename>/etc/rc.d/init.d/alsa</filename>.</para>18 <para>The <application><acronym>ALSA</acronym>-drivers</application> package 19 installs a script as <filename>/etc/rc.d/init.d/alsasound</filename>. While it 20 is possible to use this script, it contains a lot of extraneous detail which 21 isn't needed on an <acronym>LFS</acronym> system and so we create our own 22 script <filename>/etc/rc.d/init.d/alsa</filename>.</para> 23 23 24 24 <para>To create the alsa script, do the following:</para> 25 25 26 <screen><userinput><command>cat > /etc/rc.d/init.d/alsa << "EOF" 26 <screen><userinput><command>cat > /etc/rc.d/init.d/alsa << "EOF"</command> 27 27 #!/bin/sh 28 28 # Begin $rc_base/init.d/alsa … … 65 65 66 66 # End $rc_base/init.d/alsa 67 EOF67 <command>EOF 68 68 chmod 755 /etc/rc.d/init.d/alsa</command></userinput></screen> 69 69 … … 79 79 80 80 <para>Note that all channels of your soundcard are muted by default. You can 81 use the <command>alsamixer</command> program from alsa-utils (or any other 81 use the <command>alsamixer</command> program from 82 <application><acronym>ALSA</acronym>-utils</application> (or any other 82 83 <acronym>OSS</acronym> mixer) to change this.</para> 83 84 84 85 <para>Also, the first time the above script is run, it will complain that 85 86 there is no state in <filename>/etc/asound.state</filename>. You can 86 prevent this by running the following commands after installing alsa-utils: 87 prevent this by running the following commands after installing 88 <application><acronym>ALSA</acronym>-utils</application>: 87 89 <screen><userinput><command>touch /etc/asound.state && 88 90 alsactl store</command></userinput></screen></para> … … 91 93 are commented out. They are there as an example of other things you may 92 94 wish to do in the startup script. <filename>sfxload</filename> is a 93 separate package of interest to SoundBlaster AWE and Live! users. It is 94 designed for loading "sound-fonts" (which are used for MIDI output). You 95 may wish to delete these lines and add your own or, if you have the relevant 96 soundcard, install <filename>sfxload</filename> and uncomment them.</para> 95 separate package of interest to SoundBlaster <acronym>AWE</acronym> and Live! 96 users. It is designed for loading "sound-fonts" (which are used for 97 <acronym>MIDI</acronym> output). You may wish to delete these lines and add 98 your own or, if you have the relevant soundcard, install <filename>sfxload 99 </filename> and uncomment them.</para> 97 100 98 101 </sect3> -
multimedia/libdriv/alsa/utils/alsa-utils-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The alsa-utils package contains <command>aconnect</command>, 4 <para>The <application><acronym>ALSA</acronym>-utils</application> package 5 contains <command>aconnect</command>, 5 6 <command>alsactl</command>, <command>alsamixer</command>, 6 7 <command>amixer</command>, <command>aplay</command>, … … 12 13 13 14 <sect3><title>aconnect</title> 14 <para><command>aconnect</command> is a utility for connecting and disconnecting two existing 15 ports in the <acronym>ALSA</acronym> sequencer system.</para></sect3>15 <para><command>aconnect</command> is a utility for connecting and disconnecting two existing ports in the <acronym>ALSA</acronym> sequencer system.</para> 16 </sect3> 16 17 17 18 <sect3><title>alsactl</title> -
multimedia/libdriv/alsa/utils/alsa-utils-inst.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Installation of <application> alsa-utils</application></title>2 <title>Installation of <application><acronym>ALSA</acronym>-utils</application></title> 3 3 4 <para>Install <application> alsa-utils</application> by running the following commands:</para>4 <para>Install <application><acronym>ALSA</acronym>-utils</application> by running the following commands:</para> 5 5 6 6 <screen><userinput><command>./configure && -
multimedia/libdriv/alsa/utils/alsa-utils-intro.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Introduction to <application> alsa-utils</application></title>2 <title>Introduction to <application><acronym>ALSA</acronym>-utils</application></title> 3 3 4 <para>The <application>alsa-utils</application> package contains various 5 utilities which are useful for controlling your sound card.</para> 4 <para>The <application><acronym>ALSA</acronym>-utils</application> package 5 contains various utilities which are useful for controlling your sound card. 6 </para> 6 7 7 8 <sect3><title>Package information</title> … … 14 15 </sect3> 15 16 16 <sect3><title><application> alsa-utils</application> dependencies</title>17 <sect3><title><application><acronym>ALSA</acronym>-utils</application> dependencies</title> 17 18 <sect4><title>Required</title> 18 19 <para><xref linkend="alsa-lib"/> -
multimedia/libdriv/arts.xml
r2f81a4dd r8c3989b2 1 <sect1 id="arts" xreflabel="a rts-&arts-version;">1 <sect1 id="arts" xreflabel="aRts-&arts-version;"> 2 2 <?dbhtml filename="arts.html" dir="multimedia"?> 3 3 <title>aRts-&arts-version;</title> 4 4 5 5 <para> 6 The Analog Real-time Synthesizer ( aRts) provides7 software that can 8 simulate a complete "modular analog synthesizer" on your computer.9 It creates sounds and music using small modules like oscillators for creating10 waveforms, various filters, modules for playing data on your speakers, mixers, 11 and faders. You can build a complete setup with the gui of the system, using the12 modules - generators, effects and output -connected to each other.</para>6 The Analog Real-time Synthesizer (<acronym>aRts</acronym>) provides 7 software that can simulate a complete "modular analog synthesizer" on your 8 computer. It creates sounds and music using small modules like oscillators for 9 creating waveforms, various filters, modules for playing data on your speakers, 10 mixers, and faders. You can build a complete setup with the <acronym>GUI 11 </acronym> of the system, using the modules - generators, effects and output - 12 connected to each other.</para> 13 13 14 <para> aRtsprovides necessary libraries14 <para><acronym>aRts</acronym> provides necessary libraries 15 15 for KDE, however it can be installed as a standalone package. 16 The installation 17 instructions for aRts can be found in the<xref linkend="kde-core-arts"/> portion16 The installation instructions for aRts can be found in the 17 <xref linkend="kde-core-arts"/> portion 18 18 of the KDE installation instructions.</para> 19 19 -
multimedia/libdriv/audiofile.xml
r2f81a4dd r8c3989b2 1 <sect1 id="audiofile" xreflabel=" audiofile-&audiofile-version;">1 <sect1 id="audiofile" xreflabel="Audio File-&audiofile-version;"> 2 2 <?dbhtml filename="audiofile.html" dir="multimedia"?> 3 <title> audiofile-&audiofile-version;</title>3 <title>Audio File-&audiofile-version;</title> 4 4 5 5 &audiofile-intro; -
multimedia/libdriv/audiofile/audiofile-config.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Configuring <application> audiofile</application></title>2 <title>Configuring <application>Audio File</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
multimedia/libdriv/audiofile/audiofile-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The audiofile package contains <filename>libaudiofile</filename> 4 <para>The <application>Audio File</application> package contains 5 <filename>libaudiofile</filename> 5 6 libraries, <command>audiofile-config</command>, <command>sfinfo 6 7 </command>and <command>sfconvert</command>.</para> … … 13 14 <para>The <filename>libaudiofile</filename> library is used by programs to 14 15 support <filename>AIFF</filename>, <acronym>AIFF 15 </acronym>-compressed, S UN/NeXT, <filename>WAV</filename> and16 <acronym>BIC S</acronym> audio formats.</para></sect3>16 </acronym>-compressed, Sun/NeXT, <filename>WAV</filename> and 17 <acronym>BIC</acronym> audio formats.</para></sect3> 17 18 18 19 <sect3><title>audiofile-config</title> -
multimedia/libdriv/audiofile/audiofile-inst.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Installation of <application> audiofile</application></title>2 <title>Installation of <application>Audio File</application></title> 3 3 4 <para>Install <application> audiofile</application> by running the following4 <para>Install <application>Audio File</application> by running the following 5 5 commands:</para> 6 6 -
multimedia/libdriv/audiofile/audiofile-intro.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Introduction to <application> audiofile</application></title>2 <title>Introduction to <application>Audio File</application></title> 3 3 4 <para>The <application> audiofile</application> package contains the audiofile4 <para>The <application>Audio File</application> package contains the audio file 5 5 libraries and two sound file support programs. These are useful to support 6 6 basic sound file formats.</para> -
multimedia/libdriv/esound.xml
r2f81a4dd r8c3989b2 1 <sect1 id="esound" xreflabel=" esound-&esound-version;">1 <sect1 id="esound" xreflabel="EsounD-&esound-version;"> 2 2 <?dbhtml filename="esound.html" dir="multimedia"?> 3 <title> esound-&esound-version;</title>3 <title>EsounD-&esound-version;</title> 4 4 5 5 &esound-intro; -
multimedia/libdriv/esound/esound-config.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Configuring esound</title>2 <title>Configuring <application>EsounD</application></title> 3 3 4 4 <sect3><title>Config files</title> … … 9 9 10 10 <para>Instructions and information about the configuration file is 11 located in the <filename>TIPS</filename> file in the esound source directory.</para> 11 located in the <filename>TIPS</filename> file in the <application>EsounD 12 </application> source directory.</para> 12 13 </sect3> 13 14 -
multimedia/libdriv/esound/esound-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The esound package contains <command>esd</command>, 4 <para>The <application>EsounD</application> package contains 5 <command>esd</command>, 5 6 <command>esdcat</command>, <command>esdctl</command>, 6 7 <command>esdloop</command>, <command>esdmon</command>, … … 16 17 17 18 <sect3><title>esdcat</title> 18 <para><command>esdcat</command> plays a raw audio stream through the daemon.</para></sect3> 19 <para><command>esdcat</command> plays a <filename>raw</filename> audio stream 20 through the daemon.</para></sect3> 19 21 20 22 <sect3><title>esdctl</title> … … 22 24 23 25 <sect3><title>esdloop</title> 24 <para><command>esdloop</command> is test scaffolding for sample cache, loop, and25 free.</para></sect3>26 <para><command>esdloop</command> is test scaffolding for sample cache, loop, 27 and free.</para></sect3> 26 28 27 29 <sect3><title>esdmon</title> … … 33 35 34 36 <sect3><title>esdsample</title> 35 <para><command>esdsample</command> is test scaffolding for sample cache, play back, and36 free.</para></sect3>37 <para><command>esdsample</command> is test scaffolding for sample cache, play 38 back, and free.</para></sect3> 37 39 38 40 <sect3><title>esd libraries</title> 39 <para>esd libraries contain the functions used by esd.</para></sect3> 41 <para><filename>libesd</filename> libraries contain the functions used 42 by <command>esd</command>.</para></sect3> 40 43 41 44 </sect2> -
multimedia/libdriv/esound/esound-exp.xml
r2f81a4dd r8c3989b2 3 3 4 4 <para><command>--sysconfdir=/etc</command> : This switch puts configuration 5 files in <filename>/etc</filename> instead of <filename>/use/etc</filename>.</para> 5 files in <filename>/etc</filename> instead of <filename>/use/etc</filename>. 6 </para> 6 7 7 8 </sect2> -
multimedia/libdriv/esound/esound-inst.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Installation of <application> esound</application></title>2 <title>Installation of <application>EsounD</application></title> 3 3 4 <para>Install <application>esound</application> by running the following commands:</para> 4 <para>Install <application>EsounD</application> by running the following 5 commands:</para> 5 6 6 7 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && -
multimedia/libdriv/esound/esound-intro.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Introduction to esound</title>2 <title>Introduction to <application>EsounD</application></title> 3 3 4 <para>The esound package contains Enlightened Sound Daemon. This is5 useful for mixing together several digitized audio streams for playback 6 by a single device.</para>4 <para>The <application>EsounD</application> package contains Enlightened Sound 5 Daemon. This is useful for mixing together several digitized audio streams for 6 playback by a single device.</para> 7 7 8 8 <sect3><title>Package information</title> … … 15 15 </sect3> 16 16 17 <sect3><title><application> esound</application> dependencies</title>17 <sect3><title><application>EsounD</application> dependencies</title> 18 18 <sect4><title>Required</title> 19 19 <para><xref linkend="audiofile"/></para></sect4> -
multimedia/libdriv/flac/flac-desc.xml
r2f81a4dd r8c3989b2 33 33 <sect3><title>libxmms-flac</title> 34 34 <para><filename class="libraryfile">libxmms-flac</filename> is a plugin 35 for xmms.</para></sect3>35 for <application><acronym>XMMS</acronym></application>.</para></sect3> 36 36 37 37 </sect2> -
multimedia/libdriv/libfame/libfame-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The libFAME package contains <command>libfame-config</command> and 4 <para>The <application>lib<acronym>FAME</acronym></application> package 5 contains <command>libfame-config</command> and 5 6 <filename class="libraryfile">libfame</filename>.</para> 6 7 … … 11 12 <sect3><title>libfame-config</title> 12 13 <para><command>libfame-config</command> 13 provides configuration information for <filename 14 class="libraryfile">libfame</filename>.14 provides configuration information for <filename class="libraryfile">libfame 15 </filename>. 15 16 </para></sect3> 16 17 -
multimedia/libdriv/libfame/libfame-inst.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Installation of <application>lib FAME</application></title>2 <title>Installation of <application>lib<acronym>FAME</acronym></application></title> 3 3 4 <para>Install <application>lib FAME</application> by running the5 following commands:</para>4 <para>Install <application>lib<acronym>FAME</acronym></application> by running 5 the following commands:</para> 6 6 7 7 <screen><userinput><command>./configure --prefix=/usr && -
multimedia/libdriv/libfame/libfame-intro.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Introduction to <application>lib FAME</application></title>2 <title>Introduction to <application>lib<acronym>FAME</acronym></application></title> 3 3 4 <para><application>lib FAME</application> is a4 <para><application>lib<acronym>FAME</acronym></application> is a 5 5 fast (real-time) MPEG-1 as well as MPEG-4 rectangular and arbitrary shaped 6 6 video encoding library.</para> -
multimedia/libdriv/libmpeg3/libmpeg3-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The libmpeg3package provides <filename4 <para>The <application>libmpeg3</application> package provides <filename 5 5 class="libraryfile">libmpeg3</filename> library, 6 6 <command>mpeg3cat</command>, <command>mpeg3dump</command> … … 22 22 <sect3><title>mpeg3dump</title> 23 23 <para><command>mpeg3dump</command> dumps information or extracts audio 24 to a 24 bit pcmfile.</para></sect3>24 to a 24 bit <acronym>PCM</acronym> file.</para></sect3> 25 25 26 26 <sect3><title>mpeg3toc</title> -
multimedia/libdriv/nas/nas-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The <acronym>NAS</acronym> package contains <acronym>NAS</acronym> utils, headers and libraries.</para> 4 <para>The <application><acronym>NAS</acronym></application> package contains 5 <acronym>NAS</acronym> utils, headers and libraries.</para> 5 6 6 7 </sect2> -
multimedia/libdriv/nas/nas-intro.xml
r2f81a4dd r8c3989b2 3 3 4 4 <para>The Network Audio System is a network transparent, client/server audio 5 transport system. It can be described as the audio equivalent of an X6 server.</para>5 transport system. It can be described as the audio equivalent of an 6 <application>X</application> server.</para> 7 7 8 8 <sect3><title>Package information</title> -
multimedia/libdriv/sdl/sdl-config.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Configuring SDL</title>2 <title>Configuring <application><acronym>SDL</acronym></application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
multimedia/libdriv/sdl/sdl-desc.xml
r2f81a4dd r8c3989b2 2 2 <title>Contents</title> 3 3 4 <para>The SDL package contains the <userinput>Simple DirectMedia5 Layer</userinput>.</para>4 <para>The <application><acronym>SDL</acronym></application> package contains 5 the <userinput>Simple DirectMedia Layer</userinput>.</para> 6 6 7 7 </sect2> … … 10 10 11 11 <sect3><title>Simple DirectMedia Layer</title> 12 <para>The Simple DirectMedia Layer is a generic API that provides low level13 access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and14 2D framebuffer across multiple platforms.</para></sect3>12 <para>The Simple DirectMedia Layer is a generic <acronym>API</acronym> that 13 provides low level access to audio, keyboard, mouse, joystick, 3D hardware via 14 OpenGL, and 2D framebuffer across multiple platforms.</para></sect3> 15 15 16 16 </sect2> -
multimedia/libdriv/sdl/sdl-exp.xml
r2f81a4dd r8c3989b2 2 2 <title>Command explanations</title> 3 3 4 <para><command>--disable-debug</command> : This switch configures SDL to build with aggressive optimizations.</para> 4 <para><command>--disable-debug</command> : This switch configures 5 <application><acronym>SDL</acronym></application> to build with aggressive 6 optimizations.</para> 5 7 6 8 <para><command>--enable-video-aalib</command> : This optional switch 7 is required to build SDL with AAlib video support.</para> 9 is required to build <application><acronym>SDL</acronym></application> 10 with <acronym>AA</acronym>lib video support.</para> 8 11 9 12 </sect2> -
multimedia/libdriv/sdl/sdl-inst.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Installation of <application> SDL</application></title>2 <title>Installation of <application><acronym>SDL</acronym></application></title> 3 3 4 <para>Install <application> SDL</application> by running the following commands:</para>4 <para>Install <application><acronym>SDL</acronym></application> by running the following commands:</para> 5 5 6 6 <screen><userinput><command>./configure --prefix=/usr --disable-debug && -
multimedia/libdriv/sdl/sdl-intro.xml
r2f81a4dd r8c3989b2 1 1 <sect2> 2 <title>Introduction to <application> SDL</application></title>2 <title>Introduction to <application><acronym>SDL</acronym></application></title> 3 3 4 <para>The Simple DirectMedia Layer (<application> SDL</application> for5 short) is a cross-platform library designed to make it easy to write6 multimedia software, such as games and emulators.</para>4 <para>The Simple DirectMedia Layer (<application><acronym>SDL</acronym> 5 </application> for short) is a cross-platform library designed to make it easy 6 to write multimedia software, such as games and emulators.</para> 7 7 8 8 <sect3><title>Package information</title> … … 15 15 </sect3> 16 16 17 <sect3><title><application> SDL</application> dependencies</title>17 <sect3><title><application><acronym>SDL</acronym></application> dependencies</title> 18 18 <sect4><title>Optional</title> 19 19 <para><xref linkend="alsa"/>, <xref linkend="esound"/>, <xref
Note:
See TracChangeset
for help on using the changeset viewer.