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