weston: fix fbdev backend.
authoreric.le.bihan.dev@free.fr <eric.le.bihan.dev@free.fr>
Thu, 16 Jan 2014 16:02:21 +0000 (17:02 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 16 Jan 2014 22:36:44 +0000 (23:36 +0100)
commit21cb4b35e211ba62ea01fca2a8eed2015b91111f
treee1583bce28791a33fe2b456e5e567af6daca9824
parent29b6093f7177a7394bec71e9af972a495cc063b5
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>
package/weston/weston-0004-fbdev-open-launcher-only-once.patch [new file with mode: 0644]