[PATCH] xfree86: properly handle ACPI events with less than 4 parameters #55329

2012-12-20 Thread Evgeni Golov
acpid 2.0.17 introduced two new video ACPI events: - video/tabletmode TBLT off - video/tabletmode TBLT on Xorg segfaults when receiving these events as the current code in lnxACPIGetEventFromOs() expects the event to be of the form "video/* " When receiving one of the new events, the last str

Re: [PATCH] xkb: Do not use base group as an array index.

2012-12-20 Thread Andreas Wettstein
> is there some sort of test-case that triggers this issue reliable? I found it when I tried: key { type= "ONE_LEVEL", symbols[Group1]= [ NoSymbol ], actions[Group1]= [ LatchGroup(group=-1, clearLocks) ] }; and then hit F7. Using SetGroup(group=-1) should "work" equall

Re: xserver-1.13.2 nomination window is open

2012-12-20 Thread Raphael Kubo da Costa
Matt Dew writes: > It's actually been open since last Thursday but this is notice for > anyone wondering. > > The nomination window is 3 weeks; until Jan 3. > > I've updated the X.Org calendar. Would be nice to have my Xvfb+GLX fix in (it's been in master for a while): commit ac1a60e7b6f06fd0

[PATCH] ephyr: Fix crash on 24bpp host framebuffer

2012-12-20 Thread Daniel Martin
Use bytes_per_line and bits_per_pixel from the created XImage to fix https://bugzilla.redhat.com/show_bug.cgi?id=518960 --- Just encountered this bug. It was reported in 2009 and updated in 2011 for the last time. But, it didn't made it upstream. This is a slightly modified version of the la

Re: [PATCH:xf86-video-mach64 1/2] Remove unused atidecoder.c & atidecoder.h

2012-12-20 Thread Alex Deucher
On Thu, Dec 20, 2012 at 1:43 AM, Alan Coopersmith wrote: > Defined a enum & string array, neither of which were used anywhere. > > Reported by Solaris linker -z guidance option: > ld: guidance: removal of unused file recommended: atidecoder.o > > Signed-off-by: Alan Coopersmith Reviewed-by: Alex

Re: [PATCH xts] Build blowup

2012-12-20 Thread Peter Harris
On 2012-12-19 09:07, Dan Nicholson wrote: > On Tue, Dec 18, 2012 at 10:44 AM, Peter Harris wrote: >> Rename from pixval/blowup to bin/xts-blowup, add Makefile.am, and >> delete old-style Makefile. >> --- >> >> Was blowup really not ported to the new build system yet, or is there >> some alternativ

Re: [PATCH driver/xf86-video-nested] Remove miInitializeBackingStore()

2012-12-20 Thread Jon TURNEY
On 23/11/2012 17:14, Jon TURNEY wrote: > This doesn't exist any more, and apparently hasn't done anything since > xserver 1.4 > > Signed-off-by: Jon TURNEY > --- > src/driver.c |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/src/driver.c b/src/driver.c > index b38

[PATCH synaptics] Allow dead areas to update the button state

2012-12-20 Thread Peter Hutterer
On clickpads, a dead area helps prevent pointer movement when the buttons are pressed. Thus check for the button state before resetting the hw state in case we get a right-click in the soft button area. For clickfinger, the effect is that clickfinger events are now triggered if the finger rests in

Re: [PATCH] xkb: Do not use base group as an array index.

2012-12-20 Thread Peter Hutterer
On Thu, Dec 20, 2012 at 11:47:32AM +0100, Andreas Wettstein wrote: > > is there some sort of test-case that triggers this issue reliable? > > I found it when I tried: > > key { > type= "ONE_LEVEL", > symbols[Group1]= [ NoSymbol ], > actions[Group1]= [ LatchGroup(group=-1

[PULL] three input fixes

2012-12-20 Thread Peter Hutterer
The following changes since commit bd91b05b631f13afd1f7a9d6cbc4f0c5408b523a: Update to version 1.13.99.901 (1.14 RC1) (2012-12-19 12:47:35 -0800) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith for you to fetch changes up to 50a6a1146578d6898bd7a

Re: [PATCH xf86-video-mach64] Remove dummy UTS / DFS hooks

2012-12-20 Thread Thierry Vignaud
On 16 December 2012 22:01, Alan Coopersmith wrote: >>> When EXA was added to mach64, it included UploadToScreen and >>> DownloadFromScreen hooks that did the same thing that EXA would do in a >>> software fallback. Now they are out of date and cause crashes. The >>> slight benefit of reimplementin

Re: [PATCH driver/xf86-video-nested] Remove miInitializeBackingStore()

2012-12-20 Thread Aaron Plattner
On 12/20/12 14:17, Jon TURNEY wrote: On 23/11/2012 17:14, Jon TURNEY wrote: This doesn't exist any more, and apparently hasn't done anything since xserver 1.4 Signed-off-by: Jon TURNEY --- src/driver.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/driver.c b/