Re: Recent linux kernel bug causing problem for xkbcomp

2012-01-24 Thread Alan Coopersmith
On 01/24/12 03:33 PM, walt wrote: Hi team. I'm trying to debug a recent commit to Linus's git repo that causes startx to halt with a complaint that it can't write a .xkm file to /var/lib/xkb. I'm assuming that the message is from xkbcomp, but I can't find where in the startx process that

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?

Re: [PATCH] Remove XAA

2012-01-24 Thread Roman Mamedov
On Thu, 19 Jan 2012 09:28:44 +0100 Michel Dänzer mic...@daenzer.net 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

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 matts...@gmail.com --- configure.ac |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac

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 matts...@gmail.com --- xaw3d.pc.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

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 matts...@gmail.com --- xaw3d.pc.in |2 +- 1 files changed, 1

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

2012-01-24 Thread Matt Turner
On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey dic...@his.com 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

[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 a...@redhat.com --- hw/xfree86/int10/helper_exec.c |2 +- 1 files changed, 1 insertions(+), 1

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 dic...@his.com 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

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 matts...@gmail.com --- configure.ac |6 -- 1 files changed, 4

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 dic...@his.com 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

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

2012-01-24 Thread Matt Turner
On Tue, Jan 24, 2012 at 6:38 PM, Thomas Dickey dic...@his.com 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 dic...@his.com wrote: Actually the issue relative to xterm was reported

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 Coopersmithalan.coopersm...@oracle.com 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)

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. Xaw

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 xaw and

[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

[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

[Bug 44815] [HD5730] DPMS suspend/stanby/off, hibernation, screen become white

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44815 --- Comment #8 from Franck Tarroni esuu...@gmail.com 2012-01-24 12:01:39 PST --- Try with and without kms, same results. I've notice that pm-suspend and pm-hibernate are affected. My screen turns off, but after 1 seconds he awake, I've a black

[Bug 44141] ATI R600: GPU lockup when using OpenGL

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44141 --- Comment #5 from Fabrice fabrice.j...@gmail.com 2012-01-24 13:21:13 PST --- Do you need anything else or is there something so obvious in the attachments that I didn't saw? -- Configure bugmail: