Re: [PATCH util-modular 1/3] xorg.modules: Add libevdev requirement to synaptics

2015-03-16 Thread Peter Hutterer
On Mon, Mar 16, 2015 at 11:45:11AM -0400, Gaetan Nadon wrote: On 15-03-15 06:47 PM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- xorg.modules | 1 + 1 file changed, 1 insertion(+) diff --git a/xorg.modules b/xorg.modules index 7216192..6d80c6b

[PATCH 2/2] modesetting: Include dix-config.h from dumb_bo.c

2015-03-16 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com Fixes mmap failures with 32-bit builds. Signed-off-by: Michel Dänzer mic...@daenzer.net --- hw/xfree86/drivers/modesetting/dumb_bo.c | 4 1 file changed, 4 insertions(+) diff --git a/hw/xfree86/drivers/modesetting/dumb_bo.c

Re: [PATCH:libx11] parse_omit_name should increase num of fields before appending encoding

2015-03-16 Thread Alan Coopersmith
On 03/15/15 11:39 PM, Hong Xu wrote: parse_omit_name currently does not increase number of fields to 12 after appending encoding, This does not lead to the correct font is a xlfd like -*-*-medium-r-*-*-33-* is given. Signed-off-by: Hong Xu h...@topbug.net --- Please note that the if in this

[PATCH 1/2] Add AC_SYS_LARGEFILE defines to dix-config.h

2015-03-16 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com Without this, AC_SYS_LARGEFILE doesn't actually have any effect. Signed-off-by: Michel Dänzer mic...@daenzer.net --- include/dix-config.h.in | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/dix-config.h.in b/include/dix-config.h.in

[PATCH:libx11] parse_omit_name should increase num of fields before appending encoding

2015-03-16 Thread Hong Xu
parse_omit_name currently does not increase number of fields to 12 after appending encoding, This does not lead to the correct font is a xlfd like -*-*-medium-r-*-*-33-* is given. Signed-off-by: Hong Xu h...@topbug.net --- Please note that the if in this patch is replaced by while. The reason is

Adding DBus Support to a Driver?

2015-03-16 Thread Stirling Westrup
I currently maintain the commercial version of the SMSC driver. Recently I've been asked to consider adding DBus support to the driver for such uses as setting internal debug variables and inquiring about performance statistics. A quick look at the Xorg sources show that Xorg is DBus aware via

Re: [PATCH util-modular 1/3] xorg.modules: Add libevdev requirement to synaptics

2015-03-16 Thread Gaetan Nadon
On 15-03-15 06:47 PM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- xorg.modules | 1 + 1 file changed, 1 insertion(+) diff --git a/xorg.modules b/xorg.modules index 7216192..6d80c6b 100644 --- a/xorg.modules +++ b/xorg.modules @@ -1974,6 +1974,7 @@

[PATCH 1/2] Make PseudoramiXExtensionInit() prototype more generally available

2015-03-16 Thread Jon TURNEY
Make PseudoramiXExtensionInit() prototype available to hw/xwin Rather than avoiding a reference to it being pulled in to Xorg by sdksyms by hiding this prototype behind the INXQUARTZ define, which is only defined when building Xquartz, introduce nonsdk_extinit.h and move it there. (The only

[PATCH 0/2] PseudoramiX patches

2015-03-16 Thread Jon TURNEY
Jon TURNEY (2): Make PseudoramiXExtensionInit() prototype more generally available Don't allow both RandR XINERAMA and pseudoramiX XINERAMA extensions to register hw/xquartz/quartz.c | 1 + include/Makefile.am | 1 + include/extinit.h | 5 -

[PATCH 2/2] Don't allow both RandR XINERAMA and pseudoramiX XINERAMA extensions to register

2015-03-16 Thread Jon TURNEY
Prevent RRXinerama from activating if PseudoramiX is, so we don't get XINERAMA listed twice in the list of extensions. I think this is otherwise benign, as the PseudoramiX XINERAMA gets registered first and thus handles all requests. Perhaps AddExtension() ought to warn us if the extension name

[PATCH xf86-input-libinput 1/2] Add a helper function for making properties

2015-03-16 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/libinput.c | 212 ++--- 1 file changed, 80 insertions(+), 132 deletions(-) diff --git a/src/libinput.c b/src/libinput.c index 5f2bd34..1eadbc7 100644 --- a/src/libinput.c +++

[PATCH xf86-input-libinput 2/2] Add libinput something Default properties

2015-03-16 Thread Peter Hutterer
A client or xorg.conf setting may change the property but once changed it cannot be reset by a client to the original state without knowledge about the device. Export the various libinput_...get_default() functions as properties. https://bugs.freedesktop.org/show_bug.cgi?id=89574 Signed-off-by:

Re: Adding DBus Support to a Driver?

2015-03-16 Thread Peter Hutterer
On Mon, Mar 16, 2015 at 10:57:50AM -0400, Stirling Westrup wrote: I currently maintain the commercial version of the SMSC driver. Recently I've been asked to consider adding DBus support to the driver for such uses as setting internal debug variables and inquiring about performance statistics.

Re: [PATCH 3/4] modesetting: Use load_cursor_argb_check for sw cursor fallback

2015-03-16 Thread Kenneth Graunke
On Monday, February 16, 2015 05:00:54 PM Takashi Iwai wrote: The modesetting driver still has an everlasting bug of invisible cursor on cirrus and other KMS drivers where no hardware cursor is supported. This patch is a part of an attempt to address it. This patch particularly converts the

Re: [PATCH util-modular 1/3] xorg.modules: Add libevdev requirement to synaptics

2015-03-16 Thread Hans de Goede
Hi Peter, On 15-03-15 23:47, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net All 3 patches look good to me and are: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans --- xorg.modules | 1 + 1 file changed, 1 insertion(+) diff --git