Release Date | 2015-07-10 | |
Release Type | Update Release |
Edit /etc/chromium-browser/default like this:
CHROMIUM_FLAGS=" --use-gl=egl --ignore-gpu-blacklist --disable-accelerated-2d-canvas --num-raster-threads=2"
You can see much smoother HTML rendering. Try this link to test the Webgl on the ODROID. Webgl demo
Tip: When you exit the full-screen mode, the screens goes just black from time to time.
Press “Ctrl-Alt-F2” and “Ctrl-Alt-F7” as a workaround.
Update
The black screen issue has been resolved with the Kernel update of 3.10.92 or higher.
Update
If you use the latest Chromium Ver 43 or higher, the hardware acceleration doesn't work if you don't enable it manually.
Enter this in the URL box of the Chromium.
chrome://settings/
And click “Show advanced settings…” in the bottom side.
Check “System - Use hardware acceleration when available” and restart the Chromium.
The Kodi(xbmc) crashes when exit.
Workaround : Open a virtual terminal (ctrl-alt-F2) and kill it.
And return to desktop (ctrl-alt-F7)
All source code used can be found here: https://github.com/mdrjr/5422_BSP
This guide is only for the NATIVE BUILD.
$ git clone --depth 1 https://github.com/hardkernel/linux -b odroidxu3-3.10.y $ cd linux $ make odroidxu3_defconfig $ make -j9 $ sudo make modules_install $ sudo cp arch/arm/boot/zImage /media/boot $ sudo cp arch/arm/boot/dts/exynos5422-odroidxu3.dtb /media/boot