Re: Issues with running Xclient using xwayland.

2013-01-25 Thread ashjas
In continuation to the previous mail... In this file ./xserver/hw/xfree86/xwayland/xwayland-drm.c at line 83 whenever the interface is "wl_drm" ,i.e the following condition is true, if (strcmp (interface, "wl_drm") == 0) xwl_screen->registry always comes to be 0x0 *gdb output:* Breakpoint 1, drm_

Re: Issues with running Xclient using xwayland.

2013-01-25 Thread ashjas
Hello, I tried attaching the Xorg process to gdb to get a more detailed backtrace.(by adding sleep to the child process) here is the full backtrace from gdb:http://pastebin.com/pWE7px0S as can be seen in the 3rd frame .. all seems to be fine as there are no null values. xwl_screen->drm = wl_reg

Re: Issues with running Xclient using xwayland.

2013-01-24 Thread ashjas
Hello Bill, Thanks for sending the patch. But after using it, my crash had no effect its still failing with the same log and at same place. I guess the problem is not what you had thought? Any other clues? Ill dig up more at my end in the meanwhile. Thanks for helping Regards, Ashish On Fri, J

Re: Issues with running Xclient using xwayland.

2013-01-24 Thread Daniel Stone
On 25 January 2013 07:17, Bill Spitzak wrote: > ashjas wrote: > > Thanks Bill for that info.. after searching for your patch i found this > > discussion of what you indicated.. but i couldnot find the patch that > > you mentioned.. > > http://lists.freedesktop.org/**archives/wayland-devel/2012-**

Re: Issues with running Xclient using xwayland.

2013-01-24 Thread Bill Spitzak
ashjas wrote: > Thanks Bill for that info.. after searching for your patch i found this > discussion of what you indicated.. but i couldnot find the patch that > you mentioned.. > http://lists.freedesktop.org/archives/wayland-devel/2012-September/005203.html > > can you give me some pointers? >

Re: Issues with running Xclient using xwayland.

2013-01-23 Thread Pekka Paalanen
On Wed, 23 Jan 2013 11:51:54 -0800 Bill Spitzak wrote: > This sounds like the problem I had in that it is finding the xorg.conf > setup needed to run X normally. What in his X log suggests that it is getting a bad xorg.conf? I did not notice any such indication. Also modulepath seems to be cor

Re: Issues with running Xclient using xwayland.

2013-01-23 Thread ashjas
Thanks Bill for that info.. after searching for your patch i found this discussion of what you indicated.. but i couldnot find the patch that you mentioned.. http://lists.freedesktop.org/archives/wayland-devel/2012-September/005203.html can you give me some pointers? Thanks. On Thu, Jan 24, 201

Re: Issues with running Xclient using xwayland.

2013-01-23 Thread Bill Spitzak
This sounds like the problem I had in that it is finding the xorg.conf setup needed to run X normally. I posted a patch some time ago to make the xorg server use different filenames when running the wayland backend. I really can't see any other way to allow xwayland to run on the same machine

Re: Issues with running Xclient using xwayland.

2013-01-22 Thread Pekka Paalanen
On Wed, 23 Jan 2013 11:23:35 +0530 ashjas wrote: > Hello, > > I have a nvdia card and for that i have built xf86-video-nouveau DDX. > The only .so that this DDX installs is the nouveau_drv.so ... > > Making install in src > make[1]: Entering directory `/home/

Re: Issues with running Xclient using xwayland.

2013-01-22 Thread ashjas
Hello, I have a nvdia card and for that i have built xf86-video-nouveau DDX. The only .so that this DDX installs is the nouveau_drv.so ... Making install in src make[1]: Entering directory `/home/abc/wayland/xf86-video-nouveau/src' make[2]: Entering directory `

Re: Issues with running Xclient using xwayland.

2013-01-22 Thread ashjas
Yes i have followed all the steps here http://wayland.freedesktop.org/xserver.html I am using nvdia graphics so i have built xf86-video-nouveau DDX. but the question that if its getting invoked by xserver i cant say. how to check that? I dont see any mention of DDX in the Xorg.log file.. and the

Re: Issues with running Xclient using xwayland.

2013-01-21 Thread Scott Moreau
Hi ashjas, On Mon, Jan 21, 2013 at 11:21 PM, ashjas wrote: > Hello, > > I am trying to run a xclient like xterm on wayland terminal after > launching weston as: > > ./weston --modules=xwayland.so,desktop-shell.so > > weston tries to fork Xorg but Xorg crashes.. > > here is the weston log: http:/