[ANNOUNCE] libXt 1.1.3

2012-03-16 Thread Alan Coopersmith
This regression repair release reverts a regrettable revision that resulted in: https://bugs.freedesktop.org/show_bug.cgi?id=47203 https://bugs.freedesktop.org/show_bug.cgi?id=47216 Alan Coopersmith (1): libXt 1.1.3 Jeremy Huddleston (1): Revert Treat unexpected returned

[ANNOUNCE] xproto 7.0.23

2012-03-16 Thread Alan Coopersmith
This package provides the headers and specification documents defining the X Window System Core Protocol, Version 11. It also includes a number of headers that aren't purely protocol related, but are depended upon by many other X Window System packages to provide common definitions and porting

[ANNOUNCE] xf86-input-mouse 1.7.2

2012-03-16 Thread Alan Coopersmith
xf86-input-mouse is the Xorg server mouse driver for non-evdev OS'es. This bug fix release includes changes for: Alan Coopersmith (6): No need to merge NULL options list with existing options sun_mouse.c: Ensure vuidMouse setup routines are called for protocol Auto Avoid NULL

XShmQueryExtension, valgrind and a still reachable block.

2012-03-16 Thread Antonio Ospite
Hi, with the attached simple program I can always see that calling XShmQueryExtension makes valgrind report a still reachable block: $ valgrind --leak-check=full \ --show-reachable=yes ./XShmQueryExtension_test ... ==27577== 24 bytes in 1 blocks are still reachable in loss record 1 of 1

Re: XShmQueryExtension, valgrind and a still reachable block.

2012-03-16 Thread Adam Jackson
On 3/16/12 12:19 PM, Antonio Ospite wrote: ==27577== 24 bytes in 1 blocks are still reachable in loss record 1 of 1 ==27577==at 0x402894D: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==27577==by 0x4A30AFD: XextCreateExtension (in

Re: XShmQueryExtension, valgrind and a still reachable block.

2012-03-16 Thread Antonio Ospite
On Fri, 16 Mar 2012 14:50:22 -0400 Adam Jackson a...@redhat.com wrote: On 3/16/12 12:19 PM, Antonio Ospite wrote: ==27577== 24 bytes in 1 blocks are still reachable in loss record 1 of 1 ==27577==at 0x402894D: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)

Re: Special keys on Dell XPS L502X

2012-03-16 Thread My Th
Thanks for the tip! I have tried to use evtest and here are results. Key I: -- I still get two key press events for this button and it is puzzling how I could use it to get a single action. Event: time 1331919071.656104, type 4 (EV_MSC), code 4 (MSC_SCAN), value db Event: time

X.Org not accepted in Summer of Code this year

2012-03-16 Thread Stéphane Marchesin
Hi everyone, As you might have heard already, X.Org was not accepted for Google Summer of Code 2012. For reference the list of accepted organizations (at least the ones which have filled up their profiles) is visible here: http://www.google-melange.com/gsoc/accepted_orgs/google/gsoc2012 I

[PATCH] Process ABS_{X,Y}, even if multitouch is enabled

2012-03-16 Thread Thorsten Wißmann
This allows the processing of cursor motion events for input devices that provide both absolute multitouch events (e.g. by fingers) and touchless motion events (e.g. special pens) Signed-off-by: Thorsten Wißmann e...@thorsten-wissmann.de Signed-off-by: Maximilian Krüger maxfr...@gmail.com ---

[PATCH] randr: Silence valgrind after server regen with panning enabled

2012-03-16 Thread Chris Wilson
If when bug hunting you trigger a server regeneration after enabling a pnning mode without moving the nice, you cause a flurry of valgrind warnings: ==28455== Conditional jump or move depends on uninitialised value(s) ==28455==at 0x4D9431: xf86RandR13Pan (xf86RandR12.c:360) ==28455==by

[PATCH] xf86/modes: Defang stale pointers when copying modes

2012-03-16 Thread Chris Wilson
We stash a copy of the desiredMode on the crtc so that we can restore it after a vt switch. This copy is a simple memcpy and so also stashes a references to the pointers contained within the desiredMode. Those pointers are freed the next time the outputs are probed and mode list rebuilt, resulting

Re: [PATCH] randr: Silence valgrind after server regen with panning enabled

2012-03-16 Thread Chris Wilson
On Fri, 16 Mar 2012 08:45:38 -0700, Aaron Plattner aplatt...@nvidia.com wrote: On 03/16/2012 04:39 AM, Chris Wilson wrote: +randrp-pointerX = randrp-pointerY = 0; /* keep valgrind quiet */ I don't think the comment is necessary, since initializing all the fields is standard good

Re: [libxkbcommon] Pull request - many changes

2012-03-16 Thread Ran Benita
On Sat, Mar 10, 2012 at 02:00:46PM +, Daniel Stone wrote: Hi Ran, On 3 March 2012 22:40, Ran Benita ran...@gmail.com wrote: [I know the normal procedure is to send the patches for review in reasonable chunks to the list, however I won't have time the following weeks, and I don't want

[PATCH libxkbcommon] Add xkb_key_get_action API

2012-03-16 Thread Ran Benita
By which one can tell when to switch groups, etc. Signed-off-by: Ran Benita ran...@gmail.com --- This would allow me to delete some duplicate code in the application and would make me a happy camper for a while. Wasn't sure about a couple of things: - Should the by_level API be exposed (the _syms

Re: [PATCH] randr: Silence valgrind after server regen with panning enabled

2012-03-16 Thread Jamey Sharp
On Fri, Mar 16, 2012 at 4:39 AM, Chris Wilson ch...@chris-wilson.co.uk wrote: If when bug hunting you trigger a server regeneration after enabling a pnning mode without moving the nice, you cause a flurry of valgrind warnings: I really wanted to read that as pwning. I take it you meant panning

X.Org not accepted in Summer of Code this year

2012-03-16 Thread Stéphane Marchesin
Hi everyone, As you might have heard already, X.Org was not accepted for Google Summer of Code 2012. For reference the list of accepted organizations (at least the ones which have filled up their profiles) is visible here: http://www.google-melange.com/gsoc/accepted_orgs/google/gsoc2012 I

Re: [PATCH synaptics] Fix inverted circular scrolling direction

2012-03-16 Thread Chase Douglas
On 03/13/2012 08:27 PM, Peter Hutterer wrote: Introduced in 26831a6eeac6762ad4d99532f62ebbab0827de10. In said commit, the old-style button events were changed to delta accumulation. Alas, for circular scrolling, a positive delta is up whereas for everything else a positive delta is down.

Re: [PATCH synaptics] Fix scoll increment for non-smooth scrolling (#46617)

2012-03-16 Thread Chase Douglas
On 03/01/2012 05:10 PM, Peter Hutterer wrote: Introduced in 2603ad69b997c999404ecc441e0d64ea2cc22018. Previously, the delta was incremented by (actual delta/scroll dist), button clicks where then sent while (delta-- = 1). After 2603ad69b997c999404ecc441e0d64ea2cc22018, the delta was

Re: [PATCH v2 9/9] Xext: Add per-device SyncCounters

2012-03-16 Thread James Jones
Below: On 3/14/12 9:10 PM, Peter Hutterer wrote: Previously, we only had one idle alarm that was triggered for all devices, whenever the user used any device, came back from suspend, etc. Add system SyncCounters for each device (named DEVICEIDLETIME x, with x being the device id) that

[ANNOUNCE] libXt 1.1.3

2012-03-16 Thread Alan Coopersmith
This regression repair release reverts a regrettable revision that resulted in: https://bugs.freedesktop.org/show_bug.cgi?id=47203 https://bugs.freedesktop.org/show_bug.cgi?id=47216 Alan Coopersmith (1): libXt 1.1.3 Jeremy Huddleston (1): Revert Treat unexpected returned

[ANNOUNCE] libdrm 2.4.32

2012-03-16 Thread Eric Anholt
I pushed this version out to make two new intel interfaces available to Mesa: unsynchronized maps, and AUB dumping. It also contains valgrind support, so you no longer get complaints in GL applications about invalid reads/writes when the driver talks to the GPU. Thanks, Chris! Alan Coopersmith