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.

48 lines
2.3KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:KXStudio14042:ReleaseNotes");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 14.04.2", "Release Notes");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. <span style="color:#fa3a3a;">The information on this page is incomplete or outdated.</span>
  10. </p>
  11. <p>
  12. These are the release notes related to the KXStudio 14.04.2 Release, based on Ubuntu 14.04.2 LTS.<br/>
  13. </p>
  14. <p><br/></p>
  15. <h4><span class="mw-headline" id="LiveDVDNotes">KXStudio 12.04.3 Live-DVD Notes</span></h4>
  16. <ul>
  17. <li>The live session user name is "kxstudio" and has no password.</li>
  18. <li>Sometimes the keyboard layout is not set-up correctly on the live session. This can be manually fixed by running:<br/>
  19. <code>setxkbmap pt</code> <i>(replace 'pt' by the relevant keyboard layout/language).</i></li>
  20. <li>The list of packages installed on the Live-DVD is available
  21. <a href="<?php echo $ROOT; ?>/Paste/UEqO4" class="external text" rel="nofollow">here</a> for 32bit and
  22. <a href="<?php echo $ROOT; ?>/Paste/NeFVA" class="external text" rel="nofollow">here</a> for 64bit.</li>
  23. </ul>
  24. <p><br/></p>
  25. <h4><span class="mw-headline" id="CurrentNotes">Current 12.04.3 Notes</span></h4>
  26. <ul>
  27. <li>Ubuntu is focused at PulseAudio and doesn't provide good raw/ALSA mixers by default if you're Desktop is not KDE.<br/>
  28. On such cases you should disable the PulseAudio mixer and use another tool (such as kmix, qamix, volti or alsamixer).<br/>
  29. You may need to reconfigure the multimedia global shortcuts to use the new mixer</li>
  30. <li>Some applications and websites don't work nicely with dark themes, which KXStudio uses by default.<br/>
  31. This is not a bug in the theme(s) but rather upstream (ie, app and website authors).<br/>
  32. We encourage users to report such issues upstream so they can be fixed for everyone using dark themes.</li>
  33. <li>The linux 3.8 kernel has a small regression for USB-Audio interfaces, forcing users to use a high JACK buffer-size value.<br/>
  34. If this affects you, consider installing linux-lowlatency-3.2, -3.5 or -3.11 which do not have the issue.</li>
  35. </ul>
  36. <p><br/></p>
  37. <?php
  38. include_once("includes/footer.php");
  39. ?>