RE: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread souvik.datta
In same setup i.e, in Ubuntu 10.10, when I go to text terminal (Ctrl+Alt+F1), with X still running and then run $WLD/bin/weston , I can see that some rendering is happening, with a red border on top (probably a window title bar) and rest of the window being blue. I could also see some white mark

RE: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread souvik.datta
I have tried running the script available at : http://www.chaosreigns.com/wayland/buildscript/ ( Thanks to Abhijit Potnis [abhijitpot...@gmail.com] for his suggestion), but the output is found to be the same, i.e., on starting weston, I am getting a window, with no cursor and icons and black c

Re: weston gdlbackend is available on gitorious now

2012-05-17 Thread Juan Zhao
On 05/15/2012 07:17 PM, Arnaud Vrac wrote: On Tue, May 15, 2012 at 5:38 AM, Juan Zhao mailto:juan.j.z...@linux.intel.com>> wrote: Hi All, I've successfully run weston and its shm and egl/gles client over Intel CE platform SDV now. The code can be accessed on https:

Re: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread darxus
On 05/17, souvik.da...@wipro.com wrote: > [2]Running on Ubuntu 10.10 There have been 3 Ubuntu releases since this. 10.10 was EOLed last month, meaning it is no-longer even supported by Ubuntu, and you really should upgrade. Wayland is, in stark contrast, rather bleeding edge. That doesn't mean y

Re: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread Scott Moreau
On Thu, May 17, 2012 at 3:56 AM, wrote: > Hello, > > Here are my system details: > [1]GPU - 00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge > Integrated Graphics Controller (rev 09) > [2]Running on Ubuntu 10.10 > > I have followed the steps for building Wayland as mentioned at

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Chase Douglas
On 05/17/2012 08:20 AM, Jonas Ådahl wrote: > On Thu, May 17, 2012 at 5:13 PM, Chase Douglas > wrote: >> On 05/17/2012 07:53 AM, Daniel Stone wrote: >>> Hi, >>> >>> On 17 May 2012 15:20, Chase Douglas wrote: I know I don't have much (any?) clout in wayland, but I feel strongly enough abo

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Kristian Høgsberg
On Thu, May 17, 2012 at 11:20 AM, Jonas Ådahl wrote: > On Thu, May 17, 2012 at 5:13 PM, Chase Douglas > wrote: >> On 05/17/2012 07:53 AM, Daniel Stone wrote: >>> Hi, >>> >>> On 17 May 2012 15:20, Chase Douglas wrote: I know I don't have much (any?) clout in wayland, but I feel strongly

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Jonas Ådahl
On Thu, May 17, 2012 at 5:13 PM, Chase Douglas wrote: > On 05/17/2012 07:53 AM, Daniel Stone wrote: >> Hi, >> >> On 17 May 2012 15:20, Chase Douglas wrote: >>> I know I don't have much (any?) clout in wayland, but I feel strongly >>> enough about moving this logic to a separate library that I'm g

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Chase Douglas
On 05/17/2012 07:53 AM, Daniel Stone wrote: > Hi, > > On 17 May 2012 15:20, Chase Douglas wrote: >> I know I don't have much (any?) clout in wayland, but I feel strongly >> enough about moving this logic to a separate library that I'm going to >> NACK this. We need to resolve this problem from th

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Chase Douglas
On 05/17/2012 07:39 AM, Jonas Ådahl wrote: > On Thu, May 17, 2012 at 4:20 PM, Chase Douglas > wrote: >> On 05/17/2012 03:18 AM, Jonas Ådahl wrote: >>> Touchpad related code has been rewritten and moved to its own file >>> accessed by evdev via the dispatch interface. >>> >>> The various functional

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Daniel Stone
Hi, On 17 May 2012 15:20, Chase Douglas wrote: > I know I don't have much (any?) clout in wayland, but I feel strongly > enough about moving this logic to a separate library that I'm going to > NACK this. We need to resolve this problem from the beginning, or else > we will end up in some of the

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Jonas Ådahl
On Thu, May 17, 2012 at 4:20 PM, Chase Douglas wrote: > On 05/17/2012 03:18 AM, Jonas Ådahl wrote: >> Touchpad related code has been rewritten and moved to its own file >> accessed by evdev via the dispatch interface. >> >> The various functionality implemented are anti-jitter (don't jumping >> ar

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Chase Douglas
On 05/17/2012 03:18 AM, Jonas Ådahl wrote: > Touchpad related code has been rewritten and moved to its own file > accessed by evdev via the dispatch interface. > > The various functionality implemented are anti-jitter (don't jumping > around), smoother motions, touch detection, pointer acceleratio

RE: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread souvik.datta
>From the installation folder, I am running --> $WLD/bin/weston Regards, Souvik From: Abhijit Potnis [abhijitpot...@gmail.com] Sent: Thursday, May 17, 2012 6:04 PM To: Souvik Datta (WT01 - PES) Cc: wayland-devel@lists.freedesktop.org Subject: Re: Western runs on

Re: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread Abhijit Potnis
Hello Souvik, How are you running the weston ? (what commands) Looking at the your errors, the compositor doesn't seem to be running, On Thu, May 17, 2012 at 5:45 PM, wrote: > Thanks Abhijit. I will definitely try it out. > > But finally I plan to port wayland on an embedded target and I am

RE: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread souvik.datta
Thanks Abhijit. I will definitely try it out. But finally I plan to port wayland on an embedded target and I am sure I would be facing the same errors. So I wanted to fix them manually so that I can understand the root cause. Regards, Souvik From: Abhijit Potnis

Re: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread Abhijit Potnis
Hello Souvik, I would suggest you to use these scripts. http://www.chaosreigns.com/wayland/buildscript/ Thanks to Darxus, it does make building and running wayland much easier. :) Thanks to On Thu, May 17, 2012 at 5:22 PM, wrote: > I would like to update here that after exporting EGL_DISP

RE: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread souvik.datta
I would like to update here that after exporting EGL_DISPLAY=x11 and setting XDG_RUNTIME_DIR=/tmp, now the error on the console has changed to : libEGL warning: DRI2: failed to authenticate using socket /tmp/wayland-0 disconnect from client 0x8c61108 weston-desktop-shell died, respawning... disco

[PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Jonas Ådahl
Touchpad related code has been rewritten and moved to its own file accessed by evdev via the dispatch interface. The various functionality implemented are anti-jitter (don't jumping around), smoother motions, touch detection, pointer acceleration and some more. Pointer acceleration is implemented

[PATCH weston v2 1/2] evdev: Add event process dispatching

2012-05-17 Thread Jonas Ådahl
By setting an 'evdev_dispatch' struct in 'evdev_input_device' during device configuration the 'process' function in the associated interface will be called with received input events. If none is set, a fallback handler will be set instead that handle generic input functionality. Signed-off-by: Jon

Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread souvik.datta
Hello, Here are my system details: [1]GPU - 00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09) [2]Running on Ubuntu 10.10 I have followed the steps for building Wayland as mentioned at http://wayland.freedesktop.org/building.html. After b