]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - _manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html
more ubuntu edits
[ardour-manual-diverged] / _manual / 03_setting-up-your-system / 08_platform-specifics / 01_ubuntu-linux.html
index 594570fc497f1e1760fb9453de56b92cefe603d7..cd698fefaa99c6f93ded60a2872f58234638d5be 100644 (file)
@@ -3,13 +3,11 @@ layout: default
 title: Ubuntu Linux
 ---                        
 
-<h2>Ubuntu Linux</h2>
-
 <p>
   Ubuntu Linux is the most popular variety of Linux in use on desktop
   and laptop systems. It has the backing of a for-profit corporation
   (Canonical Inc.) behind it, a defined philosophy and a huge and
-  worldwide user base.As a result, it is a common platform for people
+  worldwide user base. As a result, it is a common platform for people
   who want to use Ardour and other tools for music creation and
   pro-audio work. 
 </p>
@@ -26,7 +24,7 @@ title: Ubuntu Linux
   </ul>
 </p>
 
-<h3>Problems with Ardour Packages</h3>
+<h2>Problems with Ardour Packages</h2>
 
 <dl class="faq">
 <dt>What is the problem?</dt>
@@ -63,11 +61,11 @@ title: Ubuntu Linux
 </dd>
 </dl>
 
+<h2>Problems with the interaction between PulseAudio and JACK</h2>
 
-<h3>Problems with PulseAudio and JACK Configuration</h3>
-
-<h4>Problems with the interaction between PulseAudio and JACK</h4>
-
+<dl>
+<dt>Background Info</dt>
+<dd>
 <p>
   Like many distributions, Ubuntu has decide to use PulseAudio as the
   default audio system. PulseAudio is a rich and capable system that
@@ -96,13 +94,15 @@ title: Ubuntu Linux
   another message, and PulseAudio can once again use the soundcard
   directly.
 </p>
+</dd>
+<dt>What is the problem?</dt>
+<dd>
 <p>
   This relatively simple system ought to be the basis for excellent
   cooperation between PulseAudio and JACK. Unfortunately, it relies on
   everything being correctly configured for it to work, and Ubuntu
   have repeatedly failed to get this configuration correct.
 </p>
-
 <p>
   The specific issues known at this time (spring 2013) are:
   <ul>
@@ -114,9 +114,9 @@ title: Ubuntu Linux
     <li>a bug that causes JACK to freeze up when told to stop, 
       causing issues with restarting</li>
   </ul>
-
-<h5>Symptoms</h5>
-
+</dd>
+<dt>Symptoms</dt>
+<dd>
 <p>
   <ul>
     <li>Cannot start JACK (though see the next section for other
@@ -125,32 +125,41 @@ title: Ubuntu Linux
     applications that use JACK.</li>
   </ul>
 </p>
-
-<h5>How to fix</h5>
+</dd>
+<dt>How to fix</dt>
+<dd>
+</dd>
+</dl>
 
 <h2>Problems with JACK configuration<h2>
 
-<p>
-  To function as intended, JACK needs to run with access to two
-  operating system facilities called "realtime scheduling" and "memory
-  locking". This means that you, the user who starts JACK, must be
-  allowed access to these facilities. By default, Ubuntu does create a
-  user group that has this permission but ... it does not put new
-  users into this group by default. Consequently, you will not have
-  permission to run JACK in the way you should.
-</p>
-
-<h5>Symptoms</h5>
-
-<p>
-  A message like "Cannot lock down memory" in the output from JACK as
-  it starts up. This output may be "hidden" in the Messages window of
-  QJackctrl (aka JACK Control), so you should check there.
-</p>
-
-<h5>How to fix</h5>
+<dl class="faq">
+  <dt>What is the problem?</dt>
+  <dd>
+    <p>
+      To function as intended, JACK needs to run with access to two
+      operating system facilities called "realtime scheduling" and "memory
+      locking". This means that you, the user who starts JACK, must be
+      allowed access to these facilities. By default, Ubuntu does create a
+      user group that has this permission but ... it does not put new
+      users into this group by default. Consequently, you will not have
+      permission to run JACK in the way you should.
+    </p>
+  </dd>
+  <dt>Symptoms</dt>
+  <dd>
+    <p>
+      A message like "Cannot lock down memory" in the output from JACK as
+      it starts up. This output may be "hidden" in the Messages window of
+      QJackctrl (aka JACK Control), so you should check there.
+    </p>
+  </dd>
+  <dt>How to fix</dt>
+  <dd>
+    <p>
+      Run the command <code>sudo usermod -a -G
+        audio <em>YOUR-LOGIN-NAME</em></code>. Then logout and login again.
+    </p>
+  </dd>
+</dl>
 
-<p>
-  Run the command <code>sudo usermod -a -G
-  audio <em>YOUR-LOGIN-NAME</em></code>. Then logout and login again.
-</p>