Re: [ANNOUNCE] xorg-server 1.8.99.904

2010-07-01 Thread Fernando Carrijo
On Thu, 1 Jul 2010 13:24:02 -0600, Jonathan Corbet wrote: > On Thu, 01 Jul 2010 16:15:58 -0300 > Fernando Carrijo wrote: > > > For sure the information contained in git logs don't measure how high-level > > the > > changes are being submitted, but it woul

Re: [ANNOUNCE] xorg-server 1.8.99.904

2010-07-01 Thread Fernando Carrijo
Tiago Vignatti wrote: > If I have more motivation I'll try to get some stats comparing different > versions of the server development and maybe other modules. Also, if you are > interested on different kind of statistics I can run more. Suggestions are > very welcome and appreciated (for instance

Re: hide mouse cursor...

2010-05-05 Thread Fernando Carrijo
balakrishnan wrote: > Hi, >I have used xserver-xorg-2_1.5.3-r4 package for my board. During > touch input, I need to disable mouse cursor. How can I make the cursor > hide?. >In Xserver-kdrive, I did this by "-hide-cursor" option, while running > Xfbdev. like wise any option is there to hi

Re: Correct git clone and build instructions?

2010-04-21 Thread Fernando Carrijo
Hi Jeff, Jeff Carr wrote: > I'm having trouble finding accurate git clone and build instructions > on the wiki. When trying to run autoconf.sh in the xserver tree it > complained of "error: must install xorg-macros". Is the best way to > just go through and clone these one by one until the depend

Re: Building intel driver: where's xcb-aux?

2010-04-03 Thread Fernando Carrijo
Yan Seiner wrote: > I'm not a git expert but this is the link that > http://cgit.freedesktop.org/xcb/util/ shows for xcb-util: > > r...@mythtvrt:/home/src/xorg# git pull > git://anongit.freedesktop.org/xcb/util > fatal: Not a git repository > > I've tried various combinations of git/xcb/xcb-uti

Re: pointer acceleration property rename and docs

2010-01-06 Thread Fernando Carrijo
nly constant deceleration is applied)" > +.B " 1 device-dependent" > +.B " 2 polynomial (polynomial function)" > +.B " 3 smooth linear (hockey)" > +.B " 4 simple (normal wehn slow, then accelerated)"

Re: more than one Cursor ?

2008-11-23 Thread Fernando Carrijo
On Sun, 2008-11-23 at 13:55 +0100, walter harms wrote: > hi list, > it is possible to use 2 mice in parallel with X11. > Is it also possible to have 2 cursors ? > each one controlled by one of the mice ? > > > re, > wh Hi, The answer to all those questions is the same, and can be found right h

RE: Emulate Double Click Events

2008-11-23 Thread Fernando Carrijo
On Sun, 2008-11-23 at 12:14 +, micki _ wrote: > yes i read the following link. > i will try to explain again: > I am developing an X11 input driver for tablet. > i have a problem with the double click option. > when i double click an icon on my desktop ( To run an application) > is sometimes

RE: Emulate Double Click Events

2008-11-22 Thread Fernando Carrijo
On Sun, 2008-11-23 at 06:09 +, micki _ wrote: > What is the time period the toolkit expects for double click events. This thread partially answers your question: http://lists.freedesktop.org/archives/xorg/2008-March/033766.html Kind regards, Fernando Carr

[PATCH] Removal of another duplicate statement in dix/events.c

2008-11-14 Thread Fernando Carrijo
As simple as it gets. Fernando Carrijo. --- dix/events.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dix/events.c b/dix/events.c index 7ec5355..c47c52a 100644 --- a/dix/events.c +++ b/dix/events.c @@ -5227,8 +5227,6 @@ ProcUngrabKeyboard(ClientPtr client

Re: [PATCH] A compound statement which needed not be

2008-11-10 Thread Fernando Carrijo
Argh! Strictly speaking that snippet of code was not a compound statement at all, but this fact does not relieve it of being an issue worth of cleaning. Fernando Carrijo. On Mon, 2008-11-10 at 12:29 -0200, Fernando Carrijo wrote: > This one fixes a minor issue in dix/event

[PATCH] A compound statement which needed not be

2008-11-10 Thread Fernando Carrijo
This one fixes a minor issue in dix/events.c :: ProcessKeyboardEvent() Fernando Carrijo. --- dix/events.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/dix/events.c b/dix/events.c index 632c0f4..7ec5355 100644 --- a/dix/events.c +++ b/dix/events.c @@ -3762,11

Re: [PATCH] Removal of a needless null statement

2008-11-08 Thread Fernando Carrijo
... and there are still others. XCB and libX11, to list a few! On Sat, 2008-11-08 at 12:23 -0500, James Cloos wrote: > >>>>> "Fernando" == Fernando Carrijo <[EMAIL PROTECTED]> writes: > > Fernando> This patch removes an unnecessary null statement

[PATCH] Removal of a needless null statement

2008-11-07 Thread Fernando Carrijo
Hi, This patch removes an unnecessary null statement from xserver master. Fernando Carrijo. diff --git a/dix/events.c b/dix/events.c index dad786d..632c0f4 100644 --- a/dix/events.c +++ b/dix/events.c @@ -323,7 +323,7 @@ IsPointerDevice(DeviceIntPtr dev) _X_EXPORT Bool IsKeyboardDevice

[ PATH ] An erroneously error message in evdev

2008-11-06 Thread Fernando Carrijo
Hi, The attached patch fixes an erroneously error message in evdev master. Fernando Carrijo. diff --git a/src/evdev.c b/src/evdev.c index 638831d..3051531 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -1118,6 +1118,6 @@ EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare) if (ioctl(pInfo