Re: Patch to fix wireless keyboard/mouse detection in libXi (xinput1)

2010-10-28 Thread Peter Hutterer
On Wed, Oct 27, 2010 at 09:27:37PM -0700, eric wrote: Attached is a patch that corrects a problem when using a wireless USB mouse/keyboard combination. The USB wireless device ends up listing both the keyboard and the mouse as a keyboard device. This prevents proper detection of the device

Re: [ANNOUNCE] libXcomposite 0.4.3

2010-10-28 Thread Jeremy Huddleston
It looks like libXcomposite doesn't have a --disable-docs, --disable-specs, nor --disable-docs-devel, but it does have --without-fop ... Is there a reason why the docs/specs/docs-devel option is missing even though fop is there? I was under the impression that the tool options were extra

How to create an floating device in Xorg input driver?

2010-10-28 Thread Park Sung-Jin
Hi, Is there any one who knows how to create floting device in Xorg input driver ? I'm writing an Xorg multitouch driver based on xf86-input-evdev-multitouch driver. In the driver, sub devices for multiple fingers will be created using NewInputDeviceReuqest() and will be removed using

[PATCH 0/4] Improve reporting of resource sizes.

2010-10-28 Thread Rami Ylimäki
The motivations of this patchset is to make xrestop and X resource extension report resource sizes more accurately. Currently xrestop is not taking pixmap references from extensions into account. X server pixmap size reporting functions are improved to include pixmaps referenced from render

[PATCH 2/4] dix: Add reverse resource name lookup function to registry.

2010-10-28 Thread Rami Ylimäki
Currently only some pre-defined resource types can be accessed from headers. Make it possible to find out types of new resources that aren't pre-defined but need to be registered separately. Signed-off-by: Rami Ylimäki rami.ylim...@vincit.fi --- dix/registry.c | 10 ++

[PATCH 3/4] render: Report pixmap usage of pictures to resource extension.

2010-10-28 Thread Rami Ylimäki
Signed-off-by: Rami Ylimäki rami.ylim...@vincit.fi --- Xext/xres.c | 14 ++ render/picture.c | 22 ++ 2 files changed, 36 insertions(+), 0 deletions(-) diff --git a/Xext/xres.c b/Xext/xres.c index e2fd8a7..ae9735a 100644 --- a/Xext/xres.c +++

[PATCH 4/4] composite: Report pixmap usage of client windows to resource extension.

2010-10-28 Thread Rami Ylimäki
Signed-off-by: Rami Ylimäki rami.ylim...@vincit.fi --- Xext/xres.c | 16 +--- composite/compext.c | 24 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/Xext/xres.c b/Xext/xres.c index ae9735a..0d626e6 100644 --- a/Xext/xres.c +++

Re: CEA mode 61 wrong in EDID parser

2010-10-28 Thread Adam Jackson
On Thu, 2010-10-14 at 13:59 +0800, ykzhao wrote: From e968341dd14a32e70e35660ccf7aa3dc3c531eb0 Mon Sep 17 00:00:00 2001 From: Zhao Yakui yakui.z...@intel.com Date: Thu, 14 Oct 2010 13:54:04 +0800 Subject: [PATCH] EDID: fix the incorrect mode definition for VIC61 in CEA Signed-off-by: Zhao

Re: [PATCH evdev 2/2] Reshuffle to avoid the need for XI86_CONFIGURED.

2010-10-28 Thread Benjamin Tissoires
Le 28/10/2010 05:11, Peter Hutterer a écrit : On Tue, Oct 26, 2010 at 10:11:17AM +1000, Peter Hutterer wrote: Signed-off-by: Peter Huttererpeter.hutte...@who-t.net --- src/evdev.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/evdev.c

[PATCH] dix: adds support for none root window background

2010-10-28 Thread Tiago Vignatti
This lets the driver notify the server whether it can draw a background when -nr option is passed. If the driver can copy the framebuffer cleanly then it can set the flag, otherwise the server will fallback to normal behaviour. The commit is originally based on discussions happened on xorg-devel:

Re: How to create an floating device in Xorg input driver?

2010-10-28 Thread Benjamin Tissoires
Hi, If I understand correctly, you are trying to work with the patches I submitted, nearly a year ago. First, I would just say that the work concerning this branch of evdev is not maintained as it has a lot of problems (limit of the maximum count of contact, etc). Multitouch will be

Re: [PATCH] Do not trap access to timer and keyboard

2010-10-28 Thread Adam Jackson
On Sun, 2010-10-24 at 15:18 +0200, Samuel Thibault wrote: Adam Jackson, le Fri 19 Mar 2010 14:29:55 -0400, a écrit : Well in that case, the ioperm() is definitely bogus on all platforms, since all it can do is make us crash. But it indicates that the int10 wrapper needs to do a better job

Re: [PATCH] x86emu: fix jump_near_IMM to handle DATA: flag correctly.

2010-10-28 Thread Adam Jackson
On Sun, 2010-10-24 at 23:57 +0200, Luc Verhaegen wrote: Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=24348 Before (data flag ignored - broken): 66 DATA: e944f1 JMP 1ff6 After (fixed): 66 DATA: e944f1 JMP

Re: xserver: commit 80b5d3a3264d2c5167e5ac85a3b04af0f89cece1 seems to have a copy/paste error

2010-10-28 Thread Adam Jackson
On Sun, 2010-10-17 at 12:47 -0700, Linus Arver wrote: From 8c736a799c32757dfd052ad707ac91ba0c77c761 Mon Sep 17 00:00:00 2001 From: Linus Arver linusar...@gmail.com Date: Sun, 17 Oct 2010 12:26:01 -0700 Subject: [PATCH] Xext: panoramiXprocs: fix typo This fixes a typo introduced in commit

Re: [PATCH] os: Fix BigReq ignoring when another request is pending

2010-10-28 Thread Adam Jackson
On Mon, 2010-10-25 at 22:01 -0700, Aaron Plattner wrote: Commit cf88363db0ebb42df7cc286b85d30d7898aea840 fixed the handling of BigReq requests that are way too large and handles the case where the read() syscall returns a short read. However, it neglected to handle the case where it returns a

Re: [PATCH] xinerama: drop unused PanoramiXScreenRegion

2010-10-28 Thread Adam Jackson
On Wed, 2010-10-27 at 15:44 +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com I can't see this region actually being used anywhere in the code. Reviewed-by: Adam Jackson a...@redhat.com - ajax signature.asc Description: This is a digitally signed message part

[PATCH 00/15] xserver: cleanup and standardize startup options

2010-10-28 Thread Tiago Vignatti
Hi fellows, Our culture is turning -option the default syntax for arguments to be passed to the server. This patch set tries to standardize the rest of arguments that are not on such shape yet, removing some superfluous ones and also doing some other janitor work around. I tried to be very

[PATCH 04/15] xfree86: xquartz: remove superfluous -showconfig option

2010-10-28 Thread Tiago Vignatti
It's there since the first cvs revision there for compatibility reasons. Therefore time to deprecate it now. -version does the same job. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- hw/xfree86/common/xf86Init.c|2 +- hw/xfree86/doc/man/Xorg.man.pre |8

[PATCH 02/15] xfree86: xwin: do not parse -xf86config cmd line option

2010-10-28 Thread Tiago Vignatti
We have already -config for the same purpose, which is documented and doing the proper job. Therefore remove superfluous -xf86config option. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- hw/xfree86/common/xf86Init.c |2 +- hw/xwin/winprocarg.c |3 +-- 2 files

[PATCH 07/15] os: xinerama: remove hack and undocumented -disablexineramaextension option

2010-10-28 Thread Tiago Vignatti
We are not supposed to hack the server to address client issues (see bug #1846 for more details). This reverts commit cdc15e22. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- Xext/panoramiX.c |8 include/globals.h |4 os/utils.c|7 --- 3 files

[PATCH 09/15] os: remove superfluous -I option

2010-10-28 Thread Tiago Vignatti
We don't need it. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- os/utils.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/os/utils.c b/os/utils.c index 3a8e9cf..e9280bb 100644 --- a/os/utils.c +++ b/os/utils.c @@ -478,7 +478,6 @@ void UseMsg(void)

[PATCH 13/15] os: standardize option to enabling/disabling extensions

2010-10-28 Thread Tiago Vignatti
+extension - -enableext -extension - -disableext Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- os/utils.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/os/utils.c b/os/utils.c index 0a4fca4..2f6eb0c 100644 --- a/os/utils.c +++ b/os/utils.c @@ -517,8

[PATCH 12/15] os: remove superfluous v option

2010-10-28 Thread Tiago Vignatti
screen saver is blanking by default already. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- os/utils.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/os/utils.c b/os/utils.c index 2482ca1..0a4fca4 100644 --- a/os/utils.c +++ b/os/utils.c @@ -507,7 +507,6

[PATCH 14/15] os: rename and document -pogo option

2010-10-28 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- os/utils.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/os/utils.c b/os/utils.c index 2f6eb0c..6a70509 100644 --- a/os/utils.c +++ b/os/utils.c @@ -517,6 +517,7 @@ void UseMsg(void) ErrorF(-dumbSched

[PATCH 06/15] os: remove superfluous +xinerama option

2010-10-28 Thread Tiago Vignatti
Worth to note that -xinerama changed behaviour now, thus enabling such extension. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- hw/dmx/Xdmx.man | 18 +- hw/dmx/config/test-k.in |2 +- hw/dmx/config/test-k.out |2 +- os/utils.c | 10

[PATCH 08/15] os: remove superfluous c option

2010-10-28 Thread Tiago Vignatti
key-click volume is set using -c, in which has changed the behaviour, not turning off key-click anymore now. To turn it off now just use -c 0 instead. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- os/utils.c |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff

[PATCH 10/15] os: remove superfluous r option

2010-10-28 Thread Tiago Vignatti
kbd auto-repeat is on by default already. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- os/utils.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/os/utils.c b/os/utils.c index e9280bb..7cee9c1 100644 --- a/os/utils.c +++ b/os/utils.c @@ -499,7 +499,6 @@

[PATCH 01/15] os: remove superfluous -br option

2010-10-28 Thread Tiago Vignatti
There is no effect on using or not such option. Deprecate it. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- doc/Xserver.man.pre |4 os/utils.c |2 -- 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/doc/Xserver.man.pre b/doc/Xserver.man.pre index

[PATCH 11/15] os: standardize tty option to -tty instead

2010-10-28 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- os/utils.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os/utils.c b/os/utils.c index 7cee9c1..2482ca1 100644 --- a/os/utils.c +++ b/os/utils.c @@ -506,7 +506,7 @@ void UseMsg(void) ErrorF(-terminate

[PATCH 05/15] dix: xfree86: remove superfluous +br simplifying backing store support options

2010-10-28 Thread Tiago Vignatti
Worth to note that behaviour is changed: different from before, -bs now enables backing store support on windows. By default it's disabled though as it always been. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- dix/window.c|9 -

[PATCH 03/15] xfree86: remove unused -s option

2010-10-28 Thread Tiago Vignatti
Such option sets xf86sFlag, which is unused. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- hw/xfree86/common/xf86Globals.c |1 - hw/xfree86/common/xf86Init.c|6 -- hw/xfree86/common/xf86Priv.h|1 - 3 files changed, 0 insertions(+), 8 deletions(-) diff --git

[PATCH 15/15] dix: delete logo hack screen saver

2010-10-28 Thread Tiago Vignatti
Protocol doesn't mention about screen saver with logo being required and people are already using more intelligent ways to draw screen saver themes. So consider -logo as deprecated option, deleting its code. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com Reviewed-by: Mikhail Gusarov

Re: [PATCH] [RFC] xinerama: attempt to unify the two protocol implementations.

2010-10-28 Thread Adam Jackson
On Tue, 2010-10-26 at 14:46 +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com randr and panoramiX have had two separate copies of this code for long enough, this patch sets up a separate xinerama protocol that both randr and panoramix call into to configure what is sent on the

Re: Fixing screen savers

2010-10-28 Thread Adam Jackson
On Mon, 2010-10-25 at 12:02 -0700, Keith Packard wrote: However, looking at the code, I think there's a simpler mechanism already available to us: * Register a screen saver window with XScreenSaverSetAttributes. This ensures that automatic screen saving will not turn off the screen.

Re: [PATCH 1/4] dix: Provide means to report exact sizes of resources.

2010-10-28 Thread Alan Coopersmith
+/** + * Get the function used to calculate resource size. Extensions and + * drivers need to be able to determine the current size calculation + * function if they want to wrap or override it. + * + * @param[in] type Resource type used in size calculations. + * + * @return Function

Re: [PATCH 00/15] xserver: cleanup and standardize startup options

2010-10-28 Thread Alan Coopersmith
Tiago Vignatti wrote: Hi fellows, Our culture is turning -option the default syntax for arguments to be passed to the server. This patch set tries to standardize the rest of arguments that are not on such shape yet, removing some superfluous ones and also doing some other janitor work

Re: [PATCH 13/15] os: standardize option to enabling/disabling extensions

2010-10-28 Thread Alan Coopersmith
You really hate our users don't you? Not just breaking their configurations, but leaving the man pages full of the old option names so they have no idea how to fix them. -alan- Tiago Vignatti wrote: +extension - -enableext -extension - -disableext Signed-off-by: Tiago Vignatti

Re: [PATCH 11/15] os: standardize tty option to -tty instead

2010-10-28 Thread Alan Coopersmith
That's an argument, not an option - it shouldn't start with a -, just as the vtxx doesn't. -alan- Tiago Vignatti wrote: Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- os/utils.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os/utils.c

Re: [PATCH 05/15] dix: xfree86: remove superfluous +br simplifying backing store support options

2010-10-28 Thread Alan Coopersmith
Tiago Vignatti wrote: -ErrorF(+bsenable any backing store support\n); Your subject says +br, your code says +bs -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window System

Re: [PATCH 00/15] xserver: cleanup and standardize startup options

2010-10-28 Thread Kristian Høgsberg
On Thu, Oct 28, 2010 at 10:08 AM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Tiago Vignatti wrote: Hi fellows, Our culture is turning -option the default syntax for arguments to be passed to the server. This patch set tries to standardize the rest of arguments that are not on such

Re: [PATCH 1/4] dix: Provide means to report exact sizes of resources.

2010-10-28 Thread Rami Ylimäki
On 10/28/2010 04:48 PM, Alan Coopersmith wrote: +/** + * Get the function used to calculate resource size. Extensions and + * drivers need to be able to determine the current size calculation + * function if they want to wrap or override it. + * + * @param[in] type Resource type used in

Re: [PATCH 01/15] os: remove superfluous -br option

2010-10-28 Thread Alan Coopersmith
Tiago Vignatti wrote: There is no effect on using or not such option. Deprecate it. Deprecate can mean stop listing it in the options list or issue a warning - not completely remove. NAK to this one since it was widely used in display manager configs to enable this feature before we turned it

[OT] Server size (Was: Re: [PATCH 01/15] os: remove superfluous -br option)

2010-10-28 Thread Mikhail Gusarov
Twas brillig at 08:37:38 28.10.2010 UTC-07 when alan.coopersm...@oracle.com did gyre and gimble: AC The cost of removal is simply far far higher than the cost of keeping AC it - all removal buys us is removing 2 lines of code out of a million, ~500 kLOC actually already (It was ~1MLOC in 1.1

Re: [PATCH 2/2] DRI2: Add error message when working around driver bug

2010-10-28 Thread Pauli Nieminen
On 27/10/10 17:57 +0200, ext Jesse Barnes wrote: On Wed, 27 Oct 2010 17:15:28 +0200 Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: On Oct 26, 2010, at 7:08 PM, Jesse Barnes wrote: On Tue, 26 Oct 2010 19:19:11 +0300 Pauli Nieminen ext-pauli.niemi...@nokia.com wrote:

Re: [PATCH 00/15] xserver: cleanup and standardize startup options

2010-10-28 Thread Alan Coopersmith
Kristian Høgsberg wrote: On Thu, Oct 28, 2010 at 10:08 AM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Tiago Vignatti wrote: Hi fellows, Our culture is turning -option the default syntax for arguments to be passed to the server. This patch set tries to standardize the rest of

Re: Fixing screen savers

2010-10-28 Thread Keith Packard
On Thu, 28 Oct 2010 09:03:00 -0400, Adam Jackson a...@nwnk.net wrote: This sounds like it's ignoring per-output DPMS. We don't have per-output DPMS in RandR yet. I kind of want to drop the DPMS extension entirely if we can. It's really quite awful to implement since it's per-display state

Re: [OT] Server size (Was: Re: [PATCH 01/15] os: remove superfluous -br option)

2010-10-28 Thread Tiago Vignatti
On Thu, Oct 28, 2010 at 07:41:22PM +0400, ext Mikhail Gusarov wrote: Twas brillig at 08:37:38 28.10.2010 UTC-07 when alan.coopersm...@oracle.com did gyre and gimble: AC The cost of removal is simply far far higher than the cost of keeping AC it - all removal buys us is removing 2 lines

Re: [PATCH 2/2] DRI2: Add error message when working around driver bug

2010-10-28 Thread Jesse Barnes
On Thu, 28 Oct 2010 18:47:09 +0300 Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: Most of what you have in (b) is pretty straightfoward; even the shared drawable case shouldn't be too bad, since each X connection could have bits indicating whether the counter has been picked up after a

Re: [PATCH] DRI2: Expose API to set drawable swap limit.

2010-10-28 Thread Pauli Nieminen
On 27/10/10 17:38 +0200, ext Mario Kleiner wrote: On Oct 26, 2010, at 10:35 AM, Pauli Nieminen wrote: On 26/10/10 02:54 +0200, ext Mario Kleiner wrote: On Oct 25, 2010, at 6:59 PM, Jesse Barnes wrote: On Mon, 25 Oct 2010 17:13:55 +0300 Pauli Nieminen ext-pauli.niemi...@nokia.com wrote:

Re: [PATCH 2/2] DRI2: Add error message when working around driver bug

2010-10-28 Thread Pauli Nieminen
On 28/10/10 18:06 +0200, Ville Syrjälä wrote: On Thu, Oct 28, 2010 at 05:47:09PM +0200, ext Pauli Nieminen wrote: One option would be adding crct id parameter to calls. glXGetMscBaseRateOML would return rate, base msc and pipe id where this msc value is valid. Now all MSC calls would

Re: [PATCH 2/2] DRI2: Add error message when working around driver bug

2010-10-28 Thread Ville Syrjälä
On Thu, Oct 28, 2010 at 05:47:09PM +0200, ext Pauli Nieminen wrote: One option would be adding crct id parameter to calls. glXGetMscBaseRateOML would return rate, base msc and pipe id where this msc value is valid. Now all MSC calls would take the returned pipe id as parameter. If pipe id

Re: [ANNOUNCE] libXcomposite 0.4.3

2010-10-28 Thread Gaetan Nadon
On Wed, 2010-10-27 at 23:27 -0700, Jeremy Huddleston wrote: It looks like libXcomposite doesn't have a --disable-docs, --disable-specs, nor --disable-docs-devel, but it does have --without-fop ... I don't see a --without-fop configuration option. It goes from XML to man, no html, pdf, ps or

Re: [PATCH] DRI2: Expose API to set drawable swap limit.

2010-10-28 Thread Mario Kleiner
On Oct 28, 2010, at 6:10 PM, Pauli Nieminen wrote: I think we should have some way for the drivers to back out of this gracefully or at least cover their tails. E.g., allow the ddx to set a hard upper limit for the swap_limit, in a new field max_swap_limit. Your patch could make sure that

Re: [ANNOUNCE] libXcomposite 0.4.3

2010-10-28 Thread Alan Coopersmith
Gaetan Nadon wrote: Slightly off-topic, this generation step from DocBook XML is really not worth the pain for such small man pages, considering all the complexity to be added in the makefile to stuff generated man pages in the tarball for platforms who don't have xmnlto. I had to say it :-)

Re: [ANNOUNCE] libXcomposite 0.4.3

2010-10-28 Thread Jeremy Huddleston
On Oct 28, 2010, at 10:23, Gaetan Nadon wrote: On Wed, 2010-10-27 at 23:27 -0700, Jeremy Huddleston wrote: It looks like libXcomposite doesn't have a --disable-docs, --disable-specs, nor --disable-docs-devel, but it does have --without-fop ... I don't see a --without-fop configuration

Re: [PATCH 2/2] DRI2: Add error message when working around driver bug

2010-10-28 Thread Mario Kleiner
On Oct 28, 2010, at 6:02 PM, Jesse Barnes wrote: On Thu, 28 Oct 2010 18:47:09 +0300 Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: Most of what you have in (b) is pretty straightfoward; even the shared drawable case shouldn't be too bad, since each X connection could have bits

Re: [ANNOUNCE] libXcomposite 0.4.3

2010-10-28 Thread Gaetan Nadon
On Thu, 2010-10-28 at 11:08 -0700, Jeremy Huddleston wrote: It sounds like this scheme would result in man pages not being built by default, but they still are because it looks like we fallback on using the .man generated by the packager's 'make dist' Yes, the tarball contains the .man

Re: [PATCH 2/2] DRI2: Add error message when working around driver bug

2010-10-28 Thread Alex Deucher
On Thu, Oct 28, 2010 at 2:20 PM, Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: On Oct 28, 2010, at 6:02 PM, Jesse Barnes wrote: On Thu, 28 Oct 2010 18:47:09 +0300 Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: Most of what you have in (b) is pretty straightfoward; even the shared

Tweakability of fop documentation

2010-10-28 Thread Cyril Brulebois
Gaetan Nadon mems...@videotron.ca (11/10/2010): I don't mind giving more flexibility, but it will generate a defaults war. Talking about flexibility, I've got two remarks about fop: - It uses format autodetection by default, using papersize and locales settings. People building packages for

Re: Tweakability of fop documentation

2010-10-28 Thread Gaetan Nadon
On Thu, 2010-10-28 at 21:55 +0200, Cyril Brulebois wrote: Gaetan Nadon mems...@videotron.ca (11/10/2010): I don't mind giving more flexibility, but it will generate a defaults war. Talking about flexibility, I've got two remarks about fop: - It uses format autodetection by default,

Re: [ANNOUNCE] libXcomposite 0.4.3

2010-10-28 Thread Matt Dew
On Thu, Oct 28, 2010 at 11:58 AM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Gaetan Nadon wrote: Slightly off-topic, this generation step from DocBook XML is really not worth the pain for such small man pages, considering  all the complexity to be added in the makefile to stuff

[PULL] misc input fixes

2010-10-28 Thread Peter Hutterer
Keith, I've updated my pull request with two more patches. Tiago's patch prevents an infinite loop in device-specific cursor handling. The fix for 29046 fixes a few issues with some mice that are both keyboards and mice. Chase' and Paulius' patches remain the same. Cheers, Peter The

Re: [PATCH] shadow: Optimize shadowUpdatePacked(). (#26973)

2010-10-28 Thread Matt Turner
On Tue, Sep 21, 2010 at 10:29 AM, Matt Turner matts...@gmail.com wrote: On Sat, Sep 11, 2010 at 5:55 PM, Matt Turner matts...@gmail.com wrote: From: Adam Jackson a...@redhat.com Signed-off-by: Matt Turner matts...@gmail.com --- I was bug triaging and came across 26973 and remembered seeing

[PATCH 2/2] Set DamageSetReportAfterOp to true for the damage extension

2010-10-28 Thread Eric Anholt
From: Kristian Høgsberg k...@bitplanet.net Change the damage extension reporter to queue up events after we chain to the wrapped functions. Damage events are typically sent out after the rendering happens anyway, since we submit batch buffers from the flush callback chain and then flush client

[PATCH 1/2] Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.

2010-10-28 Thread Eric Anholt
In all these cases, any rendering implied by this damage has already occurred, and we want to get the damage out to the client. Some of the DamageRegionAppend calls were explicitly telling damage to flush the reportAfter damage out, but not all. Bug #30260. Fixes the compiz wallpaper plugin with

Re: [PATCH 1/2] Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.

2010-10-28 Thread Keith Packard
On Thu, 28 Oct 2010 20:46:22 -0700, Eric Anholt e...@anholt.net wrote: In all these cases, any rendering implied by this damage has already occurred, and we want to get the damage out to the client. Some of the DamageRegionAppend calls were explicitly telling damage to flush the reportAfter

Re: [PATCH 2/2] Set DamageSetReportAfterOp to true for the damage extension

2010-10-28 Thread Keith Packard
On Thu, 28 Oct 2010 20:46:23 -0700, Eric Anholt e...@anholt.net wrote: Signed-off-by: Kristian Høgsberg k...@bitplanet.net Reviewed-by: Keith Packard kei...@keithp.com Do I need to re-review this patch? Reviewed-by: Keith Packard kei...@keithp.com (I still think the way post-op damage is

Re: [PATCH evdev] evdev: added property Evdev Axes Rotation. #27688

2010-10-28 Thread Peter Hutterer
On Sun, Oct 24, 2010 at 01:45:03PM +0200, Paolo D'Apice wrote: The evdev driver does not allow to set a custom axes rotation as the mousedrv driver does with the option AngleOffset. This option is necessary for some trackballs, for example the Logitech Cordless Optical TrackMan which has the