Re: [LookForHelp]A10S/ARM Weston-launch failed‏

2014-08-08 Thread Philippe Coval
On 08/08/2014 11:00, Yang Andy wrote: Hi Bachmann Thank you very much for your reply. I got it.I do not have DRM driver for GPU. but sunxi does provide some binaries for a20 Sorry,i have another question for help. Is there any informations that explain DRM driver and GPU driver relations

RE: [LookForHelp]A10S/ARM Weston-launch failed‏

2014-08-08 Thread Yang Andy
Date: Fri, 8 Aug 2014 10:36:13 +0200 Subject: Re: [LookForHelp]A10S/ARM Weston-launch failed‏ From: manuel.bachm...@open.eurogiciel.org To: williamyan...@hotmail.com CC: wayland-devel@lists.freedesktop.org Hi Andy, It looks like Weston is trying to use its DRM backend (which is the default) to

Re: [LookForHelp]A10S/ARM Weston-launch failed‏

2014-08-08 Thread Philippe Coval
On 08/08/2014 09:56, Yang Andy wrote: Hi everyone I have some questions for help. When i run weston-launch command in TizeIVI, hi do you really need to work on Tizen:IVI ? because I shared an image for A20 it has weston support (fb) I could help to adapt it for A10, what kernel do you use ?

Re: [LookForHelp]A10S/ARM Weston-launch failed‏

2014-08-08 Thread Manuel Bachmann
Hi Andy, It looks like Weston is trying to use its DRM backend (which is the default) to initialize the GPU, but is not finding the device or driver. You can verify this by doing "$ ls /dev/dri/". If the folder is empty, or does not exist, it means you do not have a DRM driver for your GPU. If yo

[LookForHelp]A10S/ARM Weston-launch failed‏

2014-08-08 Thread Yang Andy
Hi everyone I have some questions for help. When i run weston-launch command in TizeIVI,it echo below error information. I investigation weston source code and find that it seems to fail to find gup device. 1.In order to setup wayland/weston in arm device,is there any necessary thing to be do