Re: How to maintain relative position of two surfaces?

2014-09-25 Thread Hongze Zhao
>> >> >> *ilm_layerSetVisibility* >> >> “Sets the opacity for all surfaces of a layer” >> >> >> >> You can get more information from the website: >> http://projects.genivi.org/wayland-ivi-extension/home >> >> >> >>

Re: How to maintain relative position of two surfaces?

2014-09-24 Thread Hongze Zhao
on top of the father > surface, though? > > On Wed, Sep 24, 2014 at 6:16 PM, Hongze Zhao wrote: > >> Hi Jasper, >> >> Thanks for reply. >> >> Here is my use case. >> >> Suppose we have a client called "father", who has a larger surface

Re: How to maintain relative position of two surfaces?

2014-09-24 Thread Hongze Zhao
explain a bit more about your use case? What happens if I put one > surface on a different workspace from the others? Should the two be stacked > independently (e.g. your window A, my terminal, your window B)? What > happens when I resize the surfaces? Or maximize or fullscreen them? &g

How to maintain relative position of two surfaces?

2014-09-24 Thread Hongze Zhao
Hi All, I am doing some experiments on weston compositor. I am wondering if someone could give me some hints about how to maintain relative position of two surfaces. Suppose I have two wayland clients. After I grab and move the surface of one client, I would like to maintain the relative position

The part of code that maintains the position of each surface

2014-09-19 Thread Hongze Zhao
Hi All, I am using weston-1.5.X and I am curious about the which part of code that maintains the position of each surface. When multiple clients connects to the weston server and initializes its surface, the surfaces are not showed in the exactly same position initially, which means someone is ma

Gtk: cannot open display error

2014-08-23 Thread Hongze Zhao
Hi All, Sorry for noob question again. I am running weston-launch in a tty, which I suppose should launch a weston compositor outside X. In the desktop showed, I can launch weston-terminal and other sample programs listed in the end of http://wayland.freedesktop.org/building.html. However, nothi

Re: queston about weston logger

2014-08-23 Thread Hongze Zhao
:00 Hongze Zhao : > > Hi All, > > > > I am running weston outside X using weston-launch. I want to do tests on > > some functions of weston source code thus I need a logger. Could anyone > tell > > me whether wayland has a default logger or how I could implement one

queston about weston logger

2014-08-23 Thread Hongze Zhao
Hi All, I am running weston outside X using weston-launch. I want to do tests on some functions of weston source code thus I need a logger. Could anyone tell me whether wayland has a default logger or how I could implement one? Thanks, Hongze ___ waylan

Re: Wayland compilation problem

2014-08-23 Thread Hongze Zhao
Hi Bill, After I clone the latest version of weston repository, it can build successfully. Hongze On Sat, Aug 23, 2014 at 1:54 PM, Hongze Zhao wrote: > Hi Bill, > > Thanks for suggestion. However, after I set PKG_CONFIG_PATH and make > install libinput, it still cannot find libi

Re: Wayland compilation problem

2014-08-23 Thread Hongze Zhao
Hi Bill, Thanks for suggestion. However, after I set PKG_CONFIG_PATH and make install libinput, it still cannot find libinput And i confirm there is a libinput.pc under PKG_CONFIG_PATH Thanks, Hongze On Sun, Aug 17, 2014 at 10:58 PM, Bill Spitzak wrote: > On 08/17/2014 11:43 AM, Hongze Z

Re: Wayland compilation problem

2014-08-17 Thread Hongze Zhao
Yes. I followed the instruction to install libinput. On Sun, Aug 17, 2014 at 5:10 PM, Thiago Macieira wrote: > On Sunday 17 August 2014 14:43:50 Hongze Zhao wrote: > > However, I got an error saying "No package 'libinput' found" > > Could anyone tell

Wayland compilation problem

2014-08-17 Thread Hongze Zhao
However, I got an error saying "No package 'libinput' found" Could anyone tell me why this is happening and how to resolve it? Thanks, Hongze -- Hongze Zhao Department of Computer Science Duke University Email: zhaohon...@gmail.com ___ w

Re: How to take screenshots under weston?

2014-08-15 Thread Hongze Zhao
is Super > (win key). You can also specify that in weston.ini. Refer to manpage of > weston.ini(5) for details. > > Cheers, > Boyan Ding > > On Thu, 2014-08-14 at 17:21 -0400, Hongze Zhao wrote: > > > > > > I am new to wayland and weston. I just built wayland &

How to take screenshots under weston?

2014-08-14 Thread Hongze Zhao
Hi All, I am new to wayland and weston. I just built wayland & weston on Ubuntu 14.04. The weston version is 1.3.93. I am trying to take a screenshot under weston. Some posts say I should press "mod + S" to take a screenshot, which i suppose is "right shift + S" on Ubuntu. I tried the combo both