Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xu3_ubuntu_k49_release_note_20170510 [2017/05/10 12:41] odroid [New features] |
en:xu3_ubuntu_k49_release_note_20170510 [2017/06/22 08:47] (current) odroid [Known issues and tips] |
||
---|---|---|---|
Line 5: | Line 5: | ||
|| Release Type | Test || | || Release Type | Test || | ||
- | File name : ubuntu-16.04.2-mate-odroid-**xu4**-20170510.img.xz | + | File name : ubuntu-16.04.2-mate-odroid-**<color #ed1c24>xu4</color>**-20170510.img.xz |
Line 21: | Line 21: | ||
<WRAP center round important> | <WRAP center round important> | ||
- | * The Auto Resize feature has changed!!! | + | The RootFS Auto-resize feature has changed!!! |
- | * Once everything is done, the power will turn off! | + | Once everything is done after auto-reboot, the power will turn off. Wait a couple of minutes. |
- | * Please press the power button if the blue LED is off. | + | Please press the power button if the blue LED is off. |
</WRAP> | </WRAP> | ||
===== Known issues and tips===== | ===== Known issues and tips===== | ||
- | * Kodi is slow on 1080p movies | ||
* Tons of issues undocumented. :-x | * Tons of issues undocumented. :-x | ||
* To enable Auto-login, edit /usr/share/lightdm/lightdm.conf.d/60-lightdm-gtk-greeter.conf file like this. | * To enable Auto-login, edit /usr/share/lightdm/lightdm.conf.d/60-lightdm-gtk-greeter.conf file like this. | ||
Line 33: | Line 32: | ||
[SeatDefaults] | [SeatDefaults] | ||
greeter-session=lightdm-gtk-greeter | greeter-session=lightdm-gtk-greeter | ||
- | autologin-user=odroid </code> | + | autologin-user=odroid</code> |
+ | |||
+ | * Kodi and Gsteamer playback is sluggish when we play 1080p video clips. Slow GLsink rendering seems to be a root cause even MFC HW decoder works fine. | ||
+ | * Some UASP capable USB-to-SATA bridge controllers are not compatible. If your external HDD is not working properly, add its VID/PID in boot.ini [[https://github.com/mdrjr/5422_bootini/blob/4.9/boot.ini#L162|Boot arguments]] to disable the UAS function something like this. | ||
+ | * <code>usb-storage.quirks=0x0bc2:0x2322:u</code> | ||
+ | |||
===== Access Credentials ===== | ===== Access Credentials ===== | ||
|| Username || Password || | || Username || Password || | ||
Line 42: | Line 46: | ||
===== How to Update system and kernel software. Don't forget dist-upgrade ===== | ===== How to Update system and kernel software. Don't forget dist-upgrade ===== | ||
- | sudo apt-get update | + | sudo apt update |
- | sudo apt-get upgrade | + | sudo apt upgrade |
- | sudo apt-get dist-upgrade | + | sudo apt dist-upgrade |
+ | sudo apt install linux-image-xu3 | ||
sudo reboot | sudo reboot | ||