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 `/home/abc/wayland/xf86-video-nouveau/src' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/abc/WAYLANDINSTALLDIR/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/abc/WAYLANDINSTALLDIR/lib/xorg/modules/drivers" /bin/bash ../libtool --mode=install /usr/bin/install -c nouveau_drv.la'/home/abc/WAYLANDINSTALLDIR/lib/xorg/modules/drivers' libtool: install: /usr/bin/install -c .libs/nouveau_drv.so /home/abc/WAYLANDINSTALLDIR/lib/xorg/modules/drivers/nouveau_drv.so libtool: install: /usr/bin/install -c .libs/nouveau_drv.lai /home/abc/WAYLANDINSTALLDIR/lib/xorg/modules/drivers/nouveau_drv.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/abc/WAYLANDINSTALLDIR/lib/xorg/modules/drivers -----------------------------------------
and the nouveau_drv.so is being loaded while forking the Xorg as can be seen in the Xorg.log file i attached in my previous mail http://pastebin.com/4duR0s1J there are some modules that are failing to load like the nv,vesa,fbdev etc modues.. moreover i cant find these modules in xorg/modules/drivers/ directory.. are these modules that are failing really required? if yes.. how to build them? as after following all the steps in the xwayland build guide. i dont end up having these modules.. any clues? Thanks. On Tue, Jan 22, 2013 at 1:40 PM, ashjas <ash...@gmail.com> wrote: > 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 "./weston-launch -- --modules=xwayland.so,desktop-shell.so" > command worked.. thanks! > > Thanks. > > > > > On Tue, Jan 22, 2013 at 11:57 AM, Scott Moreau <ore...@gmail.com> wrote: > >> Hi ashjas, >> >> On Mon, Jan 21, 2013 at 11:21 PM, ashjas <ash...@gmail.com> 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://pastebin.com/61J5Xkxd >>> >>> and here is the Xorg.log file :http://pastebin.com/4duR0s1J >>> >>> I know that there are some modules like nv,vesa etc that xorg reports to >>> be not able to load. but i have no clue what to do about this.. >>> >> >> Have you followed the xwayland build guide completely? >> http://wayland.freedesktop.org/xserver.html You will need to build a >> special xwayland DDX and make sure it's loaded by the X server. >> >> >>> >>> Secondly.. launching weston-launch without X like: >>> ./weston-launch --modules=xwayland.so,desktop-shell.so >>> >>> i get this: >>> ./weston-launch: unrecognized option >>> '--modules=xwayland.so,desktop-shell.so' >>> >>> any help? >>> >> >> To pass args from weston-launch to weston, use weston [args...] [-- >> [weston args..]]. You can see this in the output of weston-launch --help. >> Your command would become './weston-launch -- >> --modules=xwayland.so,desktop-shell.so' >> >> >>> >>> Thanks, >>> >>> Ashish >>> >>> - Scott >> >> >
_______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel