RE: [Wayland1.5]Issue of weston dump,display 'wayland-0' is gone

2015-12-17 Thread Yang Andy
:37 -0800 > From: br...@osg.samsung.com > To: williamyan...@hotmail.com > CC: wayland-devel@lists.freedesktop.org > Subject: Re: [Wayland1.5]Issue of weston dump,display 'wayland-0' is gone > > On Thu, Dec 17, 2015 at 03:07:06AM +, Yang Andy wrote: > > Hi Everyone

RE: [Wayland1.5]Issue of weston dump,display 'wayland-0' is gone

2015-12-17 Thread Yang Andy
-0800 > From: br...@osg.samsung.com > To: williamyan...@hotmail.com > CC: wayland-devel@lists.freedesktop.org > Subject: Re: [Wayland1.5]Issue of weston dump,display 'wayland-0' is gone > > On Thu, Dec 17, 2015 at 03:07:06AM +, Yang Andy wrote: > > Hi Everyone

[Wayland1.5]Issue of weston dump,display 'wayland-0' is gone

2015-12-16 Thread Yang Andy
Hi Everyone I develop IVI software based on wayland/weston v1.5. There is possibility that IVI system can not display screen at start up. I analyze the log of this issue,and find the log information of weston dump and display 'wayland-0' is gone. But weston-launch is running. [error log] jour

[Wayland1.5]CPU occupancy rate of Weston is 99%

2015-10-01 Thread Yang Andy
Hi everyone When i run QT-Application on wayland/weston,sometimes there is NG issue that CPU occupancy rate of Weston is 99%. The probability of this NG issue is very low,but if the NG issue occur,CPU occupancy rate of Weston retains 99%. Could anyone give me some advice on how to track the NG is

[Wayland]dither in order to convert 24 bit to 18 bit

2015-04-28 Thread Yang Andy
Hi everyone I have developed IVI product based on TizenIVI3.0. There is a issue about screen quality because the Bitmap which is used to render screen is 24 bit, but the display device only support 18 bit. So i think it is necsssary to implement dither in order to convert 24 bit to 18 bit. I

RE: [Wayland1.5]Question about wl_shell_get_shell_surface

2015-02-28 Thread Yang Andy
ayland1.5]Question about wl_shell_get_shell_surface > > On Fri, 27 Feb 2015 08:11:58 + > Yang Andy wrote: > > > Hi Mr.Manuel,Mr.Pekka, > > > > Thank you > > for your reply. > > > > I have further > > investigated my log and find that IPC/co

RE: [Wayland1.5]Question about wl_shell_get_shell_surface

2015-02-27 Thread Yang Andy
ttps://review.tizen.org/git/?p=profile/ivi/ico-uxf-weston-plugin.git;a=blob;f=src/ico_window_mgr.c About the reasons why it may be slow, or other problems, I don't have a clue though Hope it helps. Regards, Manuel Bachmann 2015-02-26 11:50 GMT+01:00 Pekka Paalanen : On Thu, 26 Feb 20

[Wayland1.5]Question about wl_shell_get_shell_surface

2015-02-26 Thread Yang Andy
Hi everyone I have a question about wl_shell_get_shell_surface. 【NG Issue】When system launch QT-Application from ICO-HOME screen,it takes 4 seconds before application is rendered. [Reference Module]ICO-HOMEMurphyweston-ivi-shellweston/waylandQTWayland 【TizenIVI Version】 tizen-3.0.m14.3-ivi

Question about graphics rendering about weston/composite

2015-01-22 Thread Yang Andy
Hi everyone I have a question about graphics rendering about weston/composite. When i launch application,there is no graphics(application image) on the display. But while i move the mouse,the graphics(application image) is renderred on the display. [Software Design] 1.Windows Manager base on w

Question about graphics rendering about weston/composite

2015-01-14 Thread Yang Andy
Hi everyone I have a question about graphics rendering about weston/composite. When i launch application,there is no graphics(application image) on the display. But while i move the mouse,the graphics(application image) is renderred on the display. [Software Design] 1.Windows Manager base o

RE: [weston1.5]Question about HardKey input monitor with wayland/weston

2015-01-14 Thread Yang Andy
g > Subject: Re: [weston1.5]Question about HardKey input monitor with > wayland/weston > > On Mon, 5 Jan 2015 11:48:00 + > Yang Andy wrote: > > > Hi Pekka > > > > Thank you very much for your reply. > > > > > If you're interested in that

RE: [weston1.5]Question about HardKey input monitor with wayland/weston

2015-01-05 Thread Yang Andy
n by software design? Could you give some advice? Best regards, Andy > Date: Fri, 2 Jan 2015 14:13:58 +0200 > From: ppaala...@gmail.com > To: williamyan...@hotmail.com > CC: wayland-devel@lists.freedesktop.org > Subject: Re: [weston1.5]Question about HardKey input monitor with >

[weston-ivi-shell]Qestion about caller of [bind_shell] and [shell_get_shell_surface ]

2015-01-05 Thread Yang Andy
Hi everyone I am testing QT/EFL application launch time from ICO-HomeScreen at tizenIVI platform,but the launch time is about 4 seconds. I analyze the NG log,and find result as below: (a) When QT application is laundch by AUL module,until the function [bind_shell] of weston-ivi-shell modul

[weston1.5]Question about HardKey input monitor with wayland/weston

2014-12-24 Thread Yang Andy
Hi everyone I have a question about HardKey input monitor with wayland/weston. [Use Case] When user press specific HardKey on panel,IVI system launch referred application. So application have to monitor HardKey press. [Question] Draft software archiecture design as below: Application(client)-

RE: Question about multi-displays control on wayland protocol‏

2014-10-10 Thread Yang Andy
ti-displays control on wayland protocol‏ > > On Fri, 10 Oct 2014 03:35:28 + > Yang Andy wrote: > > > Hi Pekka > > > > Thank you very much for your reply. > > > > I got your meaning,but i have another question. > > > > Is there any necessary

RE: Question about multi-displays control on wayland protocol‏

2014-10-09 Thread Yang Andy
tion about multi-displays control on wayland protocol‏ > > On Thu, 9 Oct 2014 06:34:21 + > Yang Andy wrote: > > > Hello everyone > > > > I have one question about multi-displays control on wayland protocol. > > > > I want to control dual displays

Question about multi-displays control on wayland protocol‏

2014-10-08 Thread Yang Andy
Hello everyone I have one question about multi-displays control on wayland protocol. I want to control dual displays on wayland protocol. For example,Display1 which is used to render map,while display2 which is used to render mp3-palyer. Could anyone give me some advice about how to design the

weston-launch failed to start up in system initialize phase.

2014-09-23 Thread Yang Andy
Hi everyone I have a question about weston-launch start up in system initialize phase. When i start up target device,weston-launch which is launch from systemd/service is crashed in system initialize phase. But i can run weston-launch correctly when i launch weston-launch from console termina

RE: Is there specail requirement for libEGL.so to support wayland1.5?

2014-09-19 Thread Yang Andy
rebuild libEGL.so with wayland and weston 1.5 header files. So you’d better get the EGL driver from your vendor for weston1.5. Best regards Yong Gan From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Yang Andy Sent: Friday, September 19, 2014 3:00 PM To

Is there specail requirement for libEGL.so to support wayland1.5?

2014-09-19 Thread Yang Andy
Hi Everyone I test EGL application software with weston/wayland protocol on my board. When i run EGL application with weston1.5,it failed to run and stop at eglInitialize. But it can run EGL application with weston1.4 correctly. Is there specail requirement for libEGL.so to support wayland1.5?

RE: weston-launch can not be started up in user mode

2014-09-18 Thread Yang Andy
rds Andy > Date: Thu, 18 Sep 2014 11:33:39 +0300 > From: ppaala...@gmail.com > To: williamyan...@hotmail.com > CC: wayland-devel@lists.freedesktop.org > Subject: Re: weston-launch can not be started up in user mode > > On Thu, 18 Sep 2014 07:43:56 + > Yang Andy wrot

weston-launch can not be started up in user mode

2014-09-18 Thread Yang Andy
Hi everyone I want to start up weston-launch at console terminal in user mode. It failed to start up weston-launch and echo error info below. But when i change user mode to root mode,it can start up weston-launch correctly. Could anyone give some hint on how to solve this issue? [Erro

RE: [Help]Question about graphics architecture for weson/wayland

2014-08-19 Thread Yang Andy
GPU device. Andy > Date: Tue, 19 Aug 2014 09:44:14 +0300 > From: ppaala...@gmail.com > To: williamyan...@hotmail.com > CC: ras...@rasterman.com; wayland-devel@lists.freedesktop.org > Subject: Re: [Help]Question about graphics architecture for weson/wayland > > On Tue, 19 Aug 2014 0

RE: [Help]Question about graphics architecture for weson/wayland

2014-08-18 Thread Yang Andy
.@rasterman.com > To: williamyan...@hotmail.com > CC: ppaala...@gmail.com; wayland-devel@lists.freedesktop.org > Subject: Re: [Help]Question about graphics architecture for weson/wayland > > On Mon, 18 Aug 2014 05:32:41 + Yang Andy said: > > > Hi Pekka > > > > Thank

RE: [Help]Question about graphics architecture for weson/wayland

2014-08-17 Thread Yang Andy
ackend/x11-backend? Best regards. Andy > Date: Thu, 14 Aug 2014 16:57:26 +0300 > From: ppaala...@gmail.com > To: williamyan...@hotmail.com > CC: wayland-devel@lists.freedesktop.org > Subject: Re: [Help]Question about graphics architecture for weson/wayland > > On Thu, 14 Aug

[Help]Question about graphics architecture for weson/wayland

2014-08-14 Thread Yang Andy
Hi everyone When i run 3D application through weston-launch, it failed because the graphics driver is not right. I have some questions for help. 1.Is there any requirement for Hardware(GPU??) / Drivers? 2.Is DRM must for weston(compositor),how to setup DRM? 3.In order to run weston-launch,do

Question about wl_global_create

2014-08-10 Thread Yang Andy
Hi everyone In my software,i successfully call [wl_global_create]api. But callback [wl_global_bind_func_t bind] is never called. Could anyone give me some advice? Thank you. [API] wl_global_create(struct wl_display *display, const struct wl_interface *interface, int version,

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

2014-08-08 Thread Yang Andy
kend=fbdev-backend.so More generally, ARM boards support is tricky, because their GPUs have specific and sometimes closed drivers. Raspberry PI is a notable exception (for the support). Regards. 2014-08-08 9:56 GMT+02:00 Yang Andy : Hi everyone I have some questions for help. When i run wes

[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

RE: Question about multi-display on wayland protocol

2014-04-28 Thread Yang Andy
> On Mon, 14 Apr 2014 02:51:41 + > Yang Andy wrote: > > > Hello everyone > > > > I have one question about multi-display control on wayland protocol. > > > > I want to control and render dual displays on wayland protocol. > > > > Could anyon

Question about multi-display on wayland protocol

2014-04-13 Thread Yang Andy
Hello everyone I have one question about multi-display control on wayland protocol. I want to control and render dual displays on wayland protocol. Could anyone give me some advice about how to control dual displays on wayland protocol? Or is there any information about this subject? Than