KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

155 lines
6.1KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:Repository:Upgrade");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "Repository", "Upgrade");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. This section describes how to upgrade from a regular Ubuntu install (or variants), to a cool and fresh KXStudio Desktop.
  10. </p>
  11. <p>
  12. This method will work in all supported Ubuntu versions since Lucid (10.04, 11.10, 12.04 and 12.10).<br />
  13. The recommended version to use right now is 12.04.
  14. </p>
  15. <p>
  16. KXStudio officially supports KDE4 and partially XFCE (on 12.04/12.10, KXStudio will use UbuntuStudio desktop as base as it uses XFCE).<br/>
  17. You can still install KXStudio if using any other Desktop Environment, but there's no meta-packages for them, and we'll not document the install process here.<br/>
  18. Create a new topic in the forums if you want support for other DEs.
  19. </p>
  20. <p><br/></p>
  21. <h5><span class="mw-headline" id="Step1">Step 1 - Enable the repositories</span></h5>
  22. <p>
  23. Open up the 'Software Sources' (usually in the System menu), and on the 3rd party separator, add this code:<br/>
  24. ppa:kxstudio-team/kxstudio<br/>
  25. Alternatively, you can run this command, which has the same effect:<br/>
  26. <code>
  27. sudo add-apt-repository ppa:kxstudio-team/kxstudio
  28. </code>
  29. </p>
  30. <p>
  31. Next, reload the sources (method depends on the current application), and install the package 'kxstudio-repos'. Then reload the sources again.<br />
  32. You can do the same thing in the command-line with:<br />
  33. <code>
  34. sudo apt-get update<br/>
  35. sudo apt-get install kxstudio-repos<br/>
  36. sudo apt-get update
  37. </code>
  38. </p>
  39. <p>
  40. NOTE: If you're running 12.04, it's recommended to also install 'kxstudio-repos-kde49' which will update KDE4 to the stable 4.9.5 version.
  41. </p>
  42. <p><br/></p>
  43. <h5><span class="mw-headline" id="Step2">Step 2 - Update the system</span></h5>
  44. <p>
  45. Once you've got the repositories set-up, it's time to upgrade the system (ie, update the software, not upgrade to a newer Ubuntu release!).
  46. </p>
  47. <p>
  48. Simply use whatever tool your Desktop Environment provides (Ubuntu Software Center, Synaptic, Update Manager, KPackageKit, Muon, etc).<br />
  49. If you want to use the command-line, or if you just got too many dependency conflicts (can happen if you enabled many PPAs before upgrading to KXStudio), the command is:<br />
  50. <code>
  51. sudo apt-get dist-upgrade
  52. </code><br/>
  53. Even though it says 'dist-upgrade', it will not update the Ubuntu version. In this case, 'dist' means something like "resolve conflicts, even if some stuff gets removed".<br />
  54. </p>
  55. <p>
  56. This step will take some time. Some minor questions may appear while the upgrade takes place.
  57. </p>
  58. <p><br/></p>
  59. <h5><span class="mw-headline" id="Step3">Step 3 - Install the KXStudio Desktop</span></h5>
  60. <p>
  61. After the upgrade, it's time to install the main KXStudio packages.<br />
  62. Just like you did to install the 'kxstudio-repos' package, now install:
  63. </p>
  64. <p>
  65. For KDE4 -&gt; 'kxstudio-desktop-kde4'<br />
  66. For XFCE -&gt; 'kxstudio-desktop-xfce'<br />
  67. For other systems install 'kxstudio-desktop-base' and the ubuntu related package, like 'lubuntu-desktop' for LXDE<br />
  68. </p>
  69. <p><br/></p>
  70. <h5><span class="mw-headline" id="Step4">Step 4 - Install the Multimedia Software</span></h5>
  71. <p>
  72. This step if almost optional. Here we install the basic software for Audio, Graphics and Video.<br />
  73. Just like before, it's time to install some new meta-packages. They are available as listed here (following a tree view of dependencies):
  74. </p>
  75. <ul>
  76. <li>kxstudio-meta-all</li>
  77. <ul>
  78. <li>kxstudio-meta-audio</li>
  79. <ul>
  80. <li>kxstudio-meta-audio-plugins</li>
  81. <ul>
  82. <li>kxstudio-meta-audio-plugins-dssi</li>
  83. <li>kxstudio-meta-audio-plugins-ladspa</li>
  84. <li>kxstudio-meta-audio-plugins-lv2</li>
  85. <li>kxstudio-meta-audio-plugins-vamp</li>
  86. <li>kxstudio-meta-audio-plugins-vst</li>
  87. </ul>
  88. </ul>
  89. <li>kxstudio-meta-graphics</li>
  90. <li>kxstudio-meta-video</li>
  91. </ul>
  92. <li>kxstudio-meta-codecs</li>
  93. <li>kxstudio-meta-restricted-extras</li>
  94. <li>kxstudio-meta-non-free</li>
  95. </ul>
  96. <p>
  97. Install the meta-packages you want just like before (ie, search for the package and click to install, or use in command-line: <code>sudo apt-get install &lt;package-name&gt;</code>)<br />
  98. See <a href="<?php echo $ROOT; ?>/Documentation:Ubuntu:Meta-Packages">Documentation:Ubuntu:Meta-Packages</a> for a description of these meta-packages.<br />
  99. </p>
  100. <p>
  101. Note - meta-all recommends restricted extras, and audio recommends audio-plugins.
  102. </p>
  103. <p><br/></p>
  104. <h5><span class="mw-headline" id="Step5">Step 5 - Install a Kernel (Optional)</span></h5>
  105. <p>
  106. This step is optional, and mostly useful for audio production only.<br />
  107. Installing a kernel in KXStudio couldn't be easier - just install one of these packages:
  108. </p>
  109. <ul>
  110. <li>kxstudio-kernel-generic</li>
  111. <li>kxstudio-kernel-generic-pae <i>(32bit only)</i></li>
  112. <li>kxstudio-kernel-lowlatency</li>
  113. <li>kxstudio-kernel-lowlatency-pae <i>(32bit only)</i></li>
  114. <li>kxstudio-kernel-realtime <i>(10.04 or 12.04)</i></li>
  115. <li>kxstudio-kernel-realtime-pae <i>(10.04 or 12.04, 32bit only)</i></li>
  116. </ul>
  117. <p>
  118. The realtime kernels are only available for 10.04 and 12.04.<br />
  119. Ubuntu 10.04 uses a 2.6.33 RT kernel and 12.04 uses a 3.2.0 one.
  120. </p>
  121. <p><br/></p>
  122. <h5><span class="mw-headline" id="Step6">Step 6 - Reboot and update settings</span></h5>
  123. <p>
  124. After all this, it's time to reboot.<br />
  125. The next time you login, you'll see the KXStudio Welcome Screen to help you update your settings (and maybe the theme too).<br />
  126. You should also run 'cadence' and change your JACK settings to your preference.<br />
  127. Finally, just re-login again after updating the settings.
  128. </p>
  129. <p><br/></p>
  130. <h5><span class="mw-headline" id="Step7">Step 7 - Enjoy!</span></h5>
  131. <p>
  132. Of course, now it's time to enjoy!
  133. </p>
  134. <p><br/></p>
  135. <?php
  136. include_once("includes/footer.php");
  137. ?>