xorg Digest, Vol 27, Issue 37

sri sridhar.yerram at gmail.com
Wed Oct 10 22:37:56 PDT 2007


using /dev/input/eventX iam getting some...nasty symbols..
but i need the exact information like.. on which window user clicked
how to know that information...and i want to log all the keyboard and mouse
clicks...is there any possiblity..to get the information...

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



-- 
Thanks & Regards
sridhar gupta yerram
M.Tech(A.I)
University of Hyderabad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20071011/4f62c7b6/attachment.html>


More information about the xorg mailing list