[PATCH evdev] Only force REL_X/Y if no ABS_X/Y exists

2012-01-24 Thread Peter Hutterer
5c5b2c8db851df7921cedd888222a6630a007fd8 added forced x/y axes if a device has any axes of the same mode. This was too broad a brush, some devices have a relative wheel but absolute x/y axes and would now get misdetected as purely relative device. Only force relative axes if a device no rel x/y _a

Re: [PATCH] int10: Fix unmapping of the BIOS scratch area

2012-01-24 Thread Peter Hutterer
On Tue, Jan 24, 2012 at 05:35:04PM -0500, Adam Jackson wrote: > 342f3eac8460fc48cfad1f1d7be939d671e6e1cd introduced a bug, 'base' is > incremented before use. The old code corrected this when unmapping, so > the new code should too. > > Signed-off-by: Adam Jackson > --- > hw/xfree86/int10/helpe

[PATCH intel-gpu-tools 1/1] drmtest: exit() rather than abort() for simple usage errors.

2012-01-24 Thread Bryce Harrington
When the benchmarks are run as non-root, they terminate since they can't read the drm files. However, by terminating with abort(), this raises SIGSEGV which has the side effect of triggering crash reporting utilities (e.g. apport). As a result we've been accumulating bug reports about it. As the

Re: [PATCH] Include XAW3D_CPPFLAGS in xaw3d.pc Cflags

2012-01-24 Thread Thomas Dickey
On Tue, Jan 24, 2012 at 01:34:08PM -0500, Gaetan Nadon wrote: > Oh, wait a minute. There is a reason why it is not there to begin with. > Isn't it a "private" header? Making it public will make it impossible to > make backward compatible changes. Code written for xaw3d may want to be > ported on xa

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Gaetan Nadon
On 12-01-24 06:52 PM, Matt Turner wrote: > The old Xaw3d-1.5 used imake, and the new 1.6 uses autotools, so we > didn't realize that internationalization was on-by-default with the > old version. So it's settle then. Matt, can you post another patch addressing the comment I made? I'll review it. X

Re: [PATCH:xmag] Use lrint() from math library if available

2012-01-24 Thread Alan Coopersmith
On 12/22/11 11:03 AM, James Cloos wrote: "AC" == Alan Coopersmith writes: Should the call to floor(3) when lrint(3) is unavailable include a cast? AC> There's already casts at the call sites, though not always at the exact AC> same place: AC>> scale.table.x[(int) x] = (Position) myrint(

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Matt Turner
On Tue, Jan 24, 2012 at 6:38 PM, Thomas Dickey wrote: > On Tue, Jan 24, 2012 at 05:40:11PM -0500, Gaetan Nadon wrote: >> On 12-01-24 05:06 PM, Matt Turner wrote: >> > On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey wrote: >> >> Actually the issue relative to xterm was reported over in GenToo this

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Thomas Dickey
On Tue, Jan 24, 2012 at 05:40:11PM -0500, Gaetan Nadon wrote: > On 12-01-24 05:06 PM, Matt Turner wrote: > > On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey wrote: > >> Actually the issue relative to xterm was reported over in GenToo this > >> week. > > Samuli and I are Gentoo developers > > > >> I

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Thomas Dickey
On Tue, Jan 24, 2012 at 05:06:20PM -0500, Matt Turner wrote: > On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey wrote: > > Actually the issue relative to xterm was reported over in GenToo this > > week. > > Samuli and I are Gentoo developers ;-) > > It seems that xorg changes have broken a more

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Thomas Dickey
On Tue, Jan 24, 2012 at 01:34:06PM -0500, Gaetan Nadon wrote: > On 12-01-23 06:04 PM, Matt Turner wrote: > > xterm and gv need it. > > > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153 > > > > Signed-off-by: Matt Turner > > --- > > configure.ac |6 -- > > 1 files changed, 4 in

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Gaetan Nadon
On 12-01-24 05:06 PM, Matt Turner wrote: > On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey wrote: >> Actually the issue relative to xterm was reported over in GenToo this >> week. > Samuli and I are Gentoo developers > >> It seems that xorg changes have broken a more than 10-year old >> packaging a

[PATCH] int10: Fix unmapping of the BIOS scratch area

2012-01-24 Thread Adam Jackson
342f3eac8460fc48cfad1f1d7be939d671e6e1cd introduced a bug, 'base' is incremented before use. The old code corrected this when unmapping, so the new code should too. Signed-off-by: Adam Jackson --- hw/xfree86/int10/helper_exec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff -

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Matt Turner
On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey wrote: > Actually the issue relative to xterm was reported over in GenToo this > week. Samuli and I are Gentoo developers > It seems that xorg changes have broken a more than 10-year old > packaging arrangement. Sorry for trying to maintain previou

Re: [PATCH] Include XAW3D_CPPFLAGS in xaw3d.pc Cflags

2012-01-24 Thread Gaetan Nadon
On 12-01-24 01:34 PM, Gaetan Nadon wrote: > On 12-01-23 03:06 PM, Matt Turner wrote: >> Software depending on libXaw3d seems to require this. >> >> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45144 >> >> Signed-off-by: Matt Turner >> --- >> xaw3d.pc.in |2 +- >> 1 files changed, 1 ins

Re: [PATCH:intel-gpu-tools v2] Make testdisplay build optional and disable on systems without requirements

2012-01-24 Thread Gaetan Nadon
On 12-01-23 11:25 PM, Alan Coopersmith wrote: > Allows building on non-Linux systems which don't have libudev to query > the Linux kernel specific udev interfaces. > > Fails configure if --enable-testdisplay is passed and a dependency is missing. > > Signed-off-by: Alan Coopersmith > --- Thanks fo

Re: [PATCH] Include XAW3D_CPPFLAGS in xaw3d.pc Cflags

2012-01-24 Thread Gaetan Nadon
On 12-01-23 03:06 PM, Matt Turner wrote: > Software depending on libXaw3d seems to require this. > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45144 > > Signed-off-by: Matt Turner > --- > xaw3d.pc.in |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/xaw3d.pc

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Gaetan Nadon
On 12-01-23 06:04 PM, Matt Turner wrote: > xterm and gv need it. > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153 > > Signed-off-by: Matt Turner > --- > configure.ac |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index

Re: [PATCH] Remove XAA

2012-01-24 Thread Roman Mamedov
On Thu, 19 Jan 2012 09:28:44 +0100 Michel Dänzer wrote: > We can't really suggest anything without seeing at least the actual > gtkperf numbers for both cases and a Xorg.0.log file with EXA. Hello, I have re-tested and the difference is even greater. XAA is about 2x faster than EXA with the sil

Re: KeySym to Unicode?

2012-01-24 Thread Samuel Thibault
Troy Watson, le Tue 24 Jan 2012 17:36:10 +1000, a écrit : > Does there exist a function in Xlib as simple as this... > > wchar_t unicode = XKeySymToUnicode( KeySym ) > > ...to map a KeySym to it's Unicode eqivilent? If not, why? What's > available to achieve similar results? XkbTranslateKeySym?