kumquat-buildroot/package/weston
eric.le.bihan.dev@free.fr 21cb4b35e2 weston: fix fbdev backend.
The compilation of the program weston-launcher is currently disabled, so
the only way to launch Weston (on framebuffer) is to execute (as root):

  $ openvt -c 2 -s -- weston \
  	--backend=/usr/lib/weston/fbdev-backend.so \
	--tty=2 \
	--log=/tmp/weston.log

Unfortunately you will only end up with a black screen. The reason is
given in the log file:

  /dev/tty2 is already in graphics mode, is another display server running?

Here is the fix from upcoming version 1.4.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-16 23:36:44 +01:00
..
Config.in
weston-0000-dont-leak-fd-on-launcher-error.patch
weston-0001-enable-build-without-libdrm.patch
weston-0002-fbdev-fix-compilation-without-EGL.patch
weston-0003-dont-build-tests.patch
weston-0004-fbdev-open-launcher-only-once.patch weston: fix fbdev backend. 2014-01-16 23:36:44 +01:00
weston.mk