]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html
minor edit
[ardour-manual] / _manual / 03_setting-up-your-system / 08_platform-specifics / 01_ubuntu-linux.html
index 8948cb10de5428b3f043760adc1c0735eb530239..1ff627d378043234ce5e9d4bb67cb4457c5982da 100644 (file)
@@ -27,8 +27,9 @@ title: Ubuntu Linux
 <h2>High Level Recommendations for Ubuntu Users</h2>
 
 <p>
-  Currently, installing pro audio applications on Ubuntu requires some 
-  configuration, in order for the user to gain realtime privilege (read below). 
+  Currently, installing pro audio applications on vanilla Ubuntu requires 
+  some configuration, in order for the user to gain realtime privilege 
+  (read below). 
   Ubuntu Studio, which is an official flavor of Ubuntu, and thus shares 
   the repositories with Ubuntu, has this already configured.
   Another distribution, KXStudio, is largely based on Ubuntu, and also has 
@@ -148,8 +149,8 @@ title: Ubuntu Linux
       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.
+      users into this group by default. Read more about why <a href="https://wiki.ubuntu.com/Audio/TheAudioGroup">here</a>.
+      Consequently, you will not have permission to run JACK in the way you should.
     </p>
   </dd>
   <dt>Symptoms</dt>
@@ -168,7 +169,7 @@ title: Ubuntu Linux
       Run the command <code>sudo usermod -a -G
         audio <em>YOUR-LOGIN-NAME</em></code>. Then logout and login again.
       On Ubuntu Studio the user is a member of audio group by default, but not
-      on other flavors. Read more about why <a href="https://wiki.ubuntu.com/Audio/TheAudioGroup">here</a>
+      on other official flavors.
     </p>
   </dd>
 </dl>