Add installation steps for ubuntu-studio

This commit is contained in:
Melvin Ray Herr 2015-05-03 21:02:09 -04:00 committed by Paul Davis
parent e01dfac1e7
commit be1f405876

View File

@ -1,7 +1,7 @@
---
layout: default
title: Ubuntu Linux
---
---
<p>
<dfn>Ubuntu Linux</dfn> is the most popular variety of Linux in use on desktop
@ -9,17 +9,17 @@ title: Ubuntu Linux
(Canonical Inc.), a defined philosophy and a huge and
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.
pro-audio work.
</p>
<h2>High Level Recommendations for Ubuntu Users</h2>
<p>
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
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.
Other distributions, such as KXStudio, and Dreamstudio are largely based
Other distributions, such as KXStudio, and Dreamstudio are largely based
on Ubuntu, and like Ubuntu Studio, has these settings preconfigured, while
also containing customized versions of Ubuntu packages, which often are
more up to date.
@ -27,7 +27,7 @@ title: Ubuntu Linux
<h2>Installing Ardour</h2>
<p>
There may be unintended differences, and even bugs in Ubuntu native
There may be unintended differences, and even bugs in Ubuntu native
packages, as a result of a different building method. For this reason,
Ardour developers highly recommend you to install the official
ready-to-run version of the program that you can get from <a
@ -35,6 +35,17 @@ title: Ubuntu Linux
packages are not supported in official Ardour forums or other
support channels.
</p>
<p>
Follow these steps to install the latest version of Ardour.
1. Download the latest release from <a href="http://ardour.org/download">
ardour.org</a>.
2. Right-click the downloaded file and choose properties.
3. Click the `Permissions` tab and check the option `Allow this file to run
as a program`
4. Close the dialog and double-click the file.
5. Follow the prompts.
</p>
<h2>Problems with the interaction between PulseAudio and JACK</h2>
@ -97,7 +108,7 @@ title: Ubuntu Linux
<h3>What is the problem?</h3>
<p>
To function as intended, JACK needs to run with access to two
operating system facilities called <dfn>realtime scheduling</dfn> and
operating system facilities called <dfn>realtime scheduling</dfn> and
<dfn>memory locking</dfn>. 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 &mdash; it does not put new
@ -110,7 +121,7 @@ title: Ubuntu Linux
it starts up. This output may be hidden in the Messages window of
QJackctrl (aka JACK Control), so you should check there.
</p>
<h3>How to fix</h3>
<p>
Make sure the file /etc/security/limits.d/audio.conf exists. If it is
@ -118,7 +129,7 @@ title: Ubuntu Linux
Run the command
</p>
<kbd class="cmd lin">sudo usermod -a -G audio
<em>YOUR-LOGIN-NAME</em></kbd>
<em>YOUR-LOGIN-NAME</em></kbd>
<p>
Then log out and log in again. On Ubuntu Studio the user is a member of audio
group by default, but not on other official flavors.