hi;

On 3 August 2012 18:16, William Deshaies <williamdesha...@hotmail.com> wrote:
> Finally solve my problem. I set the environnement variable
> CLUTTER_INPUT_BACKEND to NULL:
> $ export CLUTTER_INPUT_BACKEND='null'

the 'null' input backend does exactly what it says on the tin: it
stops Clutter from handling any event; it's meant to be used for
porting purposes only, as well as on platforms that do not have any
HCI. if you want to handle events you will need to enable the evdev
input backend at compile time.

> I think it would be a good idea to update the documentation in the Running
> Clutter section about this.

yes, it would; care to submit a patch? :-)

ciao,
 Emmanuele.

> ________________________________
> From: williamdesha...@hotmail.com
> To: clutter-app-devel-list@clutter-project.org
> Subject: Clutter 1.10.8: eglnative backend
> Date: Thu, 2 Aug 2012 18:32:57 +0000
>
>
> Hi,
>
> I'm trying to port my clutter 1.6.20 application to clutter 1.10.8, but I
> got the following error:
>
> Clutter-ERROR **: Unknown input backend
> Trace/breakpoint trap
>
> I usually use eglnative backend but its not present in the new clutter or
> cogl. Here is my old configure option:
>
> ./configure --prefix=%{_prefix} --host=arm-none-linux-gnueabi \
> --build=%{_build} --with-flavour=eglnative --with-gles=2.0 \
> --with-x=no --disable-xinput
>
> Here is the new configure option for clutter:
> ./configure --prefix=%{_prefix} --host=arm-none-linux-gnueabi \
> --build=%{_build} --enable-egl-backend --enable-deprecated \
> --with-x=no --disable-xinput
>
> Here is the Cogl configure option:
> ./configure --prefix=%{_prefix} --build=%{_build}
> --host=arm-none-linux-gnueabi \
> --enable-gles2 --disable-gl --enable-null-egl-platform
>
> I'm using a imx53 processor from Freescale with ARM architecture and LTIB.
>
> Any idea to solve this?
>
> Thanks
>
> William Deshaies
>
> _______________________________________________ clutter-app-devel-list
> mailing list clutter-app-devel-list@clutter-project.org
> http://lists.clutter-project.org/listinfo/clutter-app-devel-list
>
> _______________________________________________
> clutter-app-devel-list mailing list
> clutter-app-devel-list@clutter-project.org
> http://lists.clutter-project.org/listinfo/clutter-app-devel-list
>



-- 
W: http://www.emmanuelebassi.name
B: http://blogs.gnome.org/ebassi/
_______________________________________________
clutter-app-devel-list mailing list
clutter-app-devel-list@clutter-project.org
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to