X Display Manager for odroidxu

From odroid US
Revision as of 22:18, 20 January 2014 by Osterluk (Talk | contribs) (Created page with "'''This topic is for odroidxu''' == exynos5-hwcomposer == We need user space code to allow framebuffer device output to make it to the HDMI -- don't ask me how it works. If y...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This topic is for odroidxu

exynos5-hwcomposer

We need user space code to allow framebuffer device output to make it to the HDMI -- don't ask me how it works. If you don't have this, nothing will be displayed...

You can build it, our use already-built binaries. The kernel-update.sh script picks up the binaries for some distros -- but not for armel

building exynos-hwcomposer

You can pick up an armel package here (look for armel): http://odroid.us/odroid/odroidxu/debian/packages/

There is an as-built tarball including all the configured source too.

I used a native build (on the odroidxu) for this -- to avoid any cross-building issues.

# Get latest version
git clone --depth 0 https://github.com/hardkernel/linux.git -b odroidxu-3.4.y odroidxu-3.4.y
cd odroidxu-3.4.y/tools/hardkernel/exynos5-hwcomposer
sh autogen.sh
./configure --prefix=/usr
make -j5 && make install