using /dev/input/eventX iam getting some...nasty symbols..<br>but i need the exact information like.. on which window user clicked<br>how to know that information...and i want to log all the keyboard and mouse<br>clicks...is there any possiblity..to get the information...
<br><br><div><span class="gmail_quote">On 10/10/07, <b class="gmail_sendername"><a href="mailto:xorg-request@lists.freedesktop.org">xorg-request@lists.freedesktop.org</a></b> <<a href="mailto:xorg-request@lists.freedesktop.org">
xorg-request@lists.freedesktop.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send xorg mailing list submissions to
<br>        <a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>        <a href="http://lists.freedesktop.org/mailman/listinfo/xorg">
http://lists.freedesktop.org/mailman/listinfo/xorg</a><br>or, via email, send a message with subject or body 'help' to<br>        <a href="mailto:xorg-request@lists.freedesktop.org">xorg-request@lists.freedesktop.org
</a><br><br>You can reach the person managing the list at<br>        <a href="mailto:xorg-owner@lists.freedesktop.org">xorg-owner@lists.freedesktop.org</a><br><br>When replying, please edit your Subject line so it is more specific
<br>than "Re: Contents of xorg digest..."<br><br><br>Today's Topics:<br><br>   1. Re: Cross Compiling xorg for custom architecture (pkm 79)<br>   2. Re: Cross Compiling xorg for custom architecture<br>      (Joerg Sonnenberger)
<br>   3. Re: Cross Compiling xorg for custom architecture (Dodji Seketeli)<br>   4. how to log the mouse events without using XGrabPointer (sri)<br>   5. Re: how to log the mouse events without using XGrabPointer<br>      (Peter Hutterer)
<br>   6. Re: xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system<br>      call (Linus Torvalds)<br>   7. Re: how to log the mouse events without using XGrabPointer<br>      (Daniel Stone)<br>   8. Re: Cross Compiling xorg for custom architecture (Ren? Rebe)
<br>   9. Re: how to log the mouse events without using XGrabPointer (sri)<br>  10. Re: how to log the mouse events without using XGrabPointer<br>      (Paulo Zanoni)<br><br><br>----------------------------------------------------------------------
<br><br>Message: 1<br>Date: Wed, 10 Oct 2007 20:13:23 +0530<br>From: "pkm 79" <<a href="mailto:pkm79mt@gmail.com">pkm79mt@gmail.com</a>><br>Subject: Re: Cross Compiling xorg for custom architecture<br>To: " Ren? Rebe " <
<a href="mailto:rene@exactcode.de">rene@exactcode.de</a>><br>Cc: <a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br>Message-ID:<br>        <<a href="mailto:ee02f50c0710100743n69a54aafs70c25790918f990d@mail.gmail.com">
ee02f50c0710100743n69a54aafs70c25790918f990d@mail.gmail.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>On 10/10/07, Ren? Rebe <<a href="mailto:rene@exactcode.de">rene@exactcode.de</a>> wrote:<br>
> Are you sure you build a recent version of <a href="http://X.org">X.org</a> ? There should be no<br>> imake executions in there these days (on primary packages).<br>><br>> You might like to look into the T2 SDE as it can greatly simplify
<br>> the cross compilation of <a href="http://X.org">X.org</a> for you:<br>><br>>         <a href="http://www.t2-project.org">http://www.t2-project.org</a><br>><br><br>Hi Rene,<br>'xorg-x11-6.8.2-1.EL.13.37.7.src.rpm
' is the latest version xorg-x11<br>that i could find on net.<br>This version does not have the configure script. But it has a module<br>../xc/config/imake where the imake executable is built with the<br>compiler set in CC variable. Basically stuck at problem, as in not
<br>able to execute cross built 'imake' in the current shell. Similar<br>problem mentioned here:<br><a href="http://osdir.com/ml/t2.devel/2005-04/msg00080.html">http://osdir.com/ml/t2.devel/2005-04/msg00080.html</a>
<br><br>I wanted to see if cross compilation could be taken further by running<br>a gcc built imake. For this added copy command in the main Makefile to<br>copy gcc built imake from somewhere else just before executing the
<br>imake command. With this i get the following error:<br><br>make[2]: Leaving directory `......./XORG/xc/config/imake'<br>rm -f ./config/makedepend/Makefile.proto<br>cp imake config/imake/              -------> # pkm79: command that i
<br>added in make file<br>./config/imake/imake -I./config/cf  -s<br>./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile<br>-DTOPDIR=../.. -DCURDIR=./config/makedepend<br>Warning: Unrecognized option (Warning: No source files specified in command line
<br>make[1]: *** [config/makedepend/Makefile.proto] Aborted<br>make[1]: *** Deleting file `config/makedepend/Makefile.proto'<br>make[1]: Leaving directory `........../XORG/xc'<br>make: *** [World] Error 2<br><br><br>
<br><br>On 10/10/07, Prashant J Zaveri <<a href="mailto:pjz1607@gmail.com">pjz1607@gmail.com</a>> wrote:<br>> You might like to take a look at this page: It is general instructions<br>> for cross compiling xorg
<br>><br>> <a href="http://www.x.org/wiki/CrossCompilingXorg?highlight=%28cross%29%7C%28compiling%29">http://www.x.org/wiki/CrossCompilingXorg?highlight=%28cross%29%7C%28compiling%29</a><br>><br><br>Hi Prashant,<br>
<br>I went through the link you mentioned. It is mentioned there,  to pass<br>the --host flag to 'configure'. The version that i am now working on<br>'xorg-x11-6.8.2-1.EL.13.37.7.src.rpm', does not have configure script.
<br>Please let me know where i could find later version src.rpm of<br>xorg-x11. I am assuming that later versions have configure script.<br><br>thanks,<br>pkm<br><br><br>------------------------------<br><br>Message: 2<br>
Date: Wed, 10 Oct 2007 17:01:46 +0200<br>From: Joerg Sonnenberger <<a href="mailto:joerg@britannica.bec.de">joerg@britannica.bec.de</a>><br>Subject: Re: Cross Compiling xorg for custom architecture<br>To: Dodji Seketeli <
<a href="mailto:dodji@seketeli.org">dodji@seketeli.org</a>><br>Cc: <a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br>Message-ID: <<a href="mailto:20071010150146.GA7700@britannica.bec.de">
20071010150146.GA7700@britannica.bec.de</a>><br>Content-Type: text/plain; charset=us-ascii<br><br>On Wed, Oct 10, 2007 at 04:58:50PM +0200, Dodji Seketeli wrote:<br>> Hello Joerg,<br>><br>> Are you talking about this patch ?
<br>> <a href="http://lists.freedesktop.org/archives/xorg/2007-August/027222.html">http://lists.freedesktop.org/archives/xorg/2007-August/027222.html</a><br><br>Yes, the few following patches.<br><br>Joerg<br><br><br>------------------------------
<br><br>Message: 3<br>Date: Wed, 10 Oct 2007 16:58:50 +0200<br>From: Dodji Seketeli <<a href="mailto:dodji@seketeli.org">dodji@seketeli.org</a>><br>Subject: Re: Cross Compiling xorg for custom architecture<br>To: Joerg Sonnenberger <
<a href="mailto:joerg@britannica.bec.de">joerg@britannica.bec.de</a>><br>Cc: <a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br>Message-ID: <20071010165850.3a029838@coin><br>Content-Type: text/plain; charset=US-ASCII
<br><br>On Wed, 10 Oct 2007 16:42:06 +0200,<br>Joerg Sonnenberger <<a href="mailto:joerg@britannica.bec.de">joerg@britannica.bec.de</a>> wrote :<br><br>> > <a href="http://www.x.org/wiki/CrossCompilingXorg?highlight=%28cross%29%7C%28compiling%29">
http://www.x.org/wiki/CrossCompilingXorg?highlight=%28cross%29%7C%28compiling%29</a><br>><br>> It would be nice of someone could finally commit the patch for<br>> cross-compiling I posted a while ago...<br><br>Hello Joerg,
<br><br>Are you talking about this patch ?<br><a href="http://lists.freedesktop.org/archives/xorg/2007-August/027222.html">http://lists.freedesktop.org/archives/xorg/2007-August/027222.html</a><br><br><br>--<br>Dodji Seketeli
<br><a href="http://www.seketeli.org/dodji">http://www.seketeli.org/dodji</a><br><br><br><br>------------------------------<br><br>Message: 4<br>Date: Wed, 10 Oct 2007 21:09:30 +0530<br>From: sri <<a href="mailto:sridhar.yerram@gmail.com">
sridhar.yerram@gmail.com</a>><br>Subject: how to log the mouse events without using XGrabPointer<br>To: <a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br>Message-ID:<br>        <<a href="mailto:4bb380d80710100839s22d37591gf067daf287170b83@mail.gmail.com">
4bb380d80710100839s22d37591gf067daf287170b83@mail.gmail.com</a>><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>HI..<br>i want to log the mouse events....<br>without using the XGrabPointer ..<br>is there any possibilty..in xwindows...
<br>--<br>Thanks & Regards<br>sridhar gupta yerram<br>M.Tech(A.I)<br>University of Hyderabad<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://lists.freedesktop.org/archives/xorg/attachments/20071010/a7b5c4a5/attachment.html">
http://lists.freedesktop.org/archives/xorg/attachments/20071010/a7b5c4a5/attachment.html</a><br><br>------------------------------<br><br>Message: 5<br>Date: Thu, 11 Oct 2007 01:35:59 +0930<br>From: Peter Hutterer <<a href="mailto:mailinglists@who-t.net">
mailinglists@who-t.net</a>><br>Subject: Re: how to log the mouse events without using XGrabPointer<br>To: sri <<a href="mailto:sridhar.yerram@gmail.com">sridhar.yerram@gmail.com</a>><br>Cc: <a href="mailto:xorg@lists.freedesktop.org">
xorg@lists.freedesktop.org</a><br>Message-ID: <<a href="mailto:470CF867.6010006@who-t.net">470CF867.6010006@who-t.net</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>sri wrote:<br>> HI..
<br>> i want to log the mouse events....<br>> without using the XGrabPointer ..<br>> is there any possibilty..in xwindows...<br><br>google for xmon and XEvIE.<br><br>Cheers,<br>   Peter<br><br><br><br><br><br><br>
<br><br><br>------------------------------<br><br>Message: 6<br>Date: Wed, 10 Oct 2007 09:19:33 -0700 (PDT)<br>From: Linus Torvalds <<a href="mailto:torvalds@linux-foundation.org">torvalds@linux-foundation.org</a>><br>
Subject: Re: xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system<br>        call<br>To: Keith Packard <<a href="mailto:keithp@keithp.com">keithp@keithp.com</a>><br>Cc: Discuss issues related to the xorg tree<br>
        <<a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a>><br>Message-ID:<br>        <<a href="mailto:alpine.LFD.0.999.0710100910160.3838@woody.linux-foundation.org">alpine.LFD.0.999.0710100910160.3838@woody.linux-foundation.org
</a>><br>Content-Type: TEXT/PLAIN; charset=us-ascii<br><br><br><br>On Mon, 8 Oct 2007, Keith Packard wrote:<br>><br>> I'll bet it kills one and starts the new one without waiting.<br><br>I forgot to update you guys: I debugged it into the Fedora startup scripts
<br>and into rhgb ("Red Hat Graphical Boot", I assume) in particular. See<br><br>        <a href="https://bugzilla.redhat.com/show_bug.cgi?id=323501">https://bugzilla.redhat.com/show_bug.cgi?id=323501</a><br><br>
for details if you guys care.<br><br>Sorry for the noise.<br><br>                Linus<br><br><br>------------------------------<br><br>Message: 7<br>Date: Wed, 10 Oct 2007 19:32:44 +0300<br>From: Daniel Stone <<a href="mailto:daniel@fooishbar.org">
daniel@fooishbar.org</a>><br>Subject: Re: how to log the mouse events without using XGrabPointer<br>To: sri <<a href="mailto:sridhar.yerram@gmail.com">sridhar.yerram@gmail.com</a>><br>Cc: <a href="mailto:xorg@lists.freedesktop.org">
xorg@lists.freedesktop.org</a><br>Message-ID: <<a href="mailto:20071010163244.GA5902@fooishbar.org">20071010163244.GA5902@fooishbar.org</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>On Wed, Oct 10, 2007 at 09:09:30PM +0530, sri wrote:
<br>> i want to log the mouse events....<br>> without using the XGrabPointer ..<br>> is there any possibilty..in xwindows...<br><br>Not without modifying the X server, no.<br>-------------- next part --------------
<br>A non-text attachment was scrubbed...<br>Name: not available<br>Type: application/pgp-signature<br>Size: 189 bytes<br>Desc: Digital signature<br>Url : <a href="http://lists.freedesktop.org/archives/xorg/attachments/20071010/7457546d/attachment-0001.pgp">
http://lists.freedesktop.org/archives/xorg/attachments/20071010/7457546d/attachment-0001.pgp</a><br><br>------------------------------<br><br>Message: 8<br>Date: Wed, 10 Oct 2007 18:38:07 +0200<br>From: Ren? Rebe <<a href="mailto:rene@exactcode.de">
rene@exactcode.de</a>><br>Subject: Re: Cross Compiling xorg for custom architecture<br>To: "pkm 79" <<a href="mailto:pkm79mt@gmail.com">pkm79mt@gmail.com</a>>, <a href="mailto:xorg@lists.freedesktop.org">
xorg@lists.freedesktop.org</a><br>Message-ID: <<a href="mailto:200710101838.07863.rene@exactcode.de">200710101838.07863.rene@exactcode.de</a>><br>Content-Type: text/plain;  charset="iso-8859-1"<br><br>On Wednesday 10 October 2007 17:02:31 pkm 79 wrote:
<br>> On 10/10/07, Ren? Rebe <<a href="mailto:rene@exactcode.de">rene@exactcode.de</a>> wrote:<br>> > That is a "very old" version of <a href="http://X.org">X.org</a>. Are you really sure you need such
<br>> > an old version?<br>> ><br>> > Also I would use the vanilla tar-balls and not other vendors<br>> > RPMs.<br>><br>> Hi Rene,<br>><br>> Not that i need a old version. But i am not able to find newer 
src.rpm<br>> version of xorg-x11 on net. Could you please point me as to where i<br>> can download latest version.<br>> Mean time i will search from tar-balls vendor.<br><br>Vendor? <a href="http://X.org">X.org</a>
 is open source, just browse the project website:<br><br>  <a href="http://www.x.org/">http://www.x.org/</a><br><br>Yours,<br><br>--<br>  Ren? Rebe - ExactCODE GmbH - Europe, Germany, Berlin<br>  Gesch?ftsf?hrer: Susanne Klaus, Ren? Rebe
<br>  Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B<br>  USt-IdNr.: DE251602478<br>  <a href="http://exactcode.de">http://exactcode.de</a> | <a href="http://t2-project.org">http://t2-project.org</a> | <a href="http://rene.rebe.name">
http://rene.rebe.name</a><br><br><br>------------------------------<br><br>Message: 9<br>Date: Wed, 10 Oct 2007 22:19:00 +0530<br>From: sri <<a href="mailto:sridhar.yerram@gmail.com">sridhar.yerram@gmail.com</a>><br>
Subject: Re: how to log the mouse events without using XGrabPointer<br>To: "Daniel Stone" <<a href="mailto:daniel@fooishbar.org">daniel@fooishbar.org</a>>, sri<br>        <<a href="mailto:sridhar.yerram@gmail.com">
sridhar.yerram@gmail.com</a>>,     <a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br>Message-ID:<br>        <<a href="mailto:4bb380d80710100949q51d0ed55oc429cace0410cfe5@mail.gmail.com">4bb380d80710100949q51d0ed55oc429cace0410cfe5@mail.gmail.com
</a>><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Do you want to say that using X window i cant do it..<br>if so what is your suggestion ...........i didnt get your point..plz can you<br>be specific..
<br>iam a newbie to x window<br><br>On 10/10/07, Daniel Stone <<a href="mailto:daniel@fooishbar.org">daniel@fooishbar.org</a>> wrote:<br>><br>> On Wed, Oct 10, 2007 at 09:09:30PM +0530, sri wrote:<br>> > i want to log the mouse events....
<br>> > without using the XGrabPointer ..<br>> > is there any possibilty..in xwindows...<br>><br>> Not without modifying the X server, no.<br>><br>> -----BEGIN PGP SIGNATURE-----<br>> Version: GnuPG 
v1.4.6 (GNU/Linux)<br>><br>> iD8DBQFHDP6sUVYB1rKAgJQRAn9JAKCf/Qea+8OYCYN7PQAjqaL/S0vheQCgvhAM<br>> ofjVz7MTaKWd5GdBnmyzo9Y=<br>> =Olcs<br>> -----END PGP SIGNATURE-----<br>><br>><br><br><br>--<br>Thanks & Regards
<br>sridhar gupta yerram<br>M.Tech(A.I)<br>University of Hyderabad<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://lists.freedesktop.org/archives/xorg/attachments/20071010/e3adf1a0/attachment-0001.htm">
http://lists.freedesktop.org/archives/xorg/attachments/20071010/e3adf1a0/attachment-0001.htm</a><br><br>------------------------------<br><br>Message: 10<br>Date: Wed, 10 Oct 2007 15:00:10 -0300<br>From: "Paulo Zanoni" <
<a href="mailto:przanoni@gmail.com">przanoni@gmail.com</a>><br>Subject: Re: how to log the mouse events without using XGrabPointer<br>To: <a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br>Message-ID:
<br>        <<a href="mailto:8944b160710101100r3e322efem96279b25d64f1b8b@mail.gmail.com">8944b160710101100r3e322efem96279b25d64f1b8b@mail.gmail.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>XQueryPointer in an infinite loop?
<br>"sudo cat /dev/input/eventX"?<br>subscribe for mouse events on every window?<br><br>2007/10/10, sri <<a href="mailto:sridhar.yerram@gmail.com">sridhar.yerram@gmail.com</a>>:<br>> Do you want to say that using X window i cant do it..
<br>> if so what is your suggestion ...........i didnt get your point..plz can you<br>> be specific..<br>> iam a newbie to x window<br>><br>><br>> On 10/10/07, Daniel Stone <<a href="mailto:daniel@fooishbar.org">
daniel@fooishbar.org</a>> wrote:<br>> ><br>> > On Wed, Oct 10, 2007 at 09:09:30PM +0530, sri wrote:<br>> > > i want to log the mouse events....<br>> > > without using the XGrabPointer ..<br>
> > > is there any possibilty..in xwindows...<br>> ><br>> > Not without modifying the X server, no.<br>> ><br>> > -----BEGIN PGP SIGNATURE-----<br>> > Version: GnuPG v1.4.6 (GNU/Linux)
<br>> ><br>> ><br>> iD8DBQFHDP6sUVYB1rKAgJQRAn9JAKCf/Qea+8OYCYN7PQAjqaL/S0vheQCgvhAM<br>> > ofjVz7MTaKWd5GdBnmyzo9Y=<br>> > =Olcs<br>> > -----END PGP SIGNATURE-----<br>> ><br>> >
<br>><br>><br>><br>> --<br>> Thanks & Regards<br>> sridhar gupta yerram<br>> M.Tech(A.I)<br>> University of Hyderabad<br>> _______________________________________________<br>> xorg mailing list
<br>> <a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br>> <a href="http://lists.freedesktop.org/mailman/listinfo/xorg">http://lists.freedesktop.org/mailman/listinfo/xorg</a><br>><br><br>
<br>------------------------------<br><br>_______________________________________________<br>xorg mailing list<br><a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br><a href="http://lists.freedesktop.org/mailman/listinfo/xorg">
http://lists.freedesktop.org/mailman/listinfo/xorg</a><br><br>End of xorg Digest, Vol 27, Issue 37<br>************************************<br></blockquote></div><br><br clear="all"><br>-- <br>Thanks & Regards<br>sridhar gupta yerram
<br>M.Tech(A.I)<br>University of Hyderabad