Re: xserver-wrapper licensing

2012-03-28 Thread Daniel Stone
Hi Mark, On 28 March 2012 00:24, Mark Eichin wrote: > >> Stephen, Mark, Branden - would you be amenable to relicensing this >> under the standard X.Org MIT/X11 copyright, as quoted below, for >> possible inclusion in X.Org upstream? > > Feel free as far as my patches to it are concerned. Thanks

RE: Question about xorg.conf.d's searching path

2012-03-28 Thread Zhigang Gong
> -Original Message- > From: Dan Nicholson [mailto:dbn.li...@gmail.com] > Sent: Tuesday, March 27, 2012 9:11 PM > To: Zhigang Gong > Cc: alan.coopersm...@oracle.com; xorg-devel@lists.x.org > Subject: Re: Question about xorg.conf.d's searching path > > On Tue, Mar 27, 2012 at 2:38 AM, Zhi

Re: [PATCH 1/2] test: init the sync extensions for tests to pass again

2012-03-28 Thread Jeremy Huddleston
Ok, for the series (with this addition): Reviewed-by: Jeremy Huddleston Tested-by: Jeremy Huddleston As for why it wasn't happening on intel, you probably just got a different memory layout and luckily trashed bits you didn't actually care about. On Mar 27, 2012, at 11:20 PM, Peter Hutterer w

Re: [PULL libxkbcommon] Some more fixes and minor enhancements

2012-03-28 Thread Daniel Stone
Hi, On 27 March 2012 14:59, Daniel Stone wrote: > In terms of what I have coming up, aside from the context API and vmod > merging, I've got a branch that actually adds multiple-keysym support > that I just need to fix up and put in.  After that, my rough TODO list > is (rough because I just lost

Re: [PULL to discuss] Remove kdrive, Xnest, and Xvfb

2012-03-28 Thread Bart Massey
AFAIK (which is not very far) Kdrive is still the easiest way to quickly cobble together a minimalist server for some wacky hardware or software environment, no? I'm not sure it is worth killing, given how small and simple it is. No opinion on the other ones, though. Is there a document around som

Re: [PULL updated] XQuartz pending & formatting cleanup

2012-03-28 Thread Jeremy Huddleston
It looks like git rebase failed here when I rebased it over the formatting changes. I didn't notice it when I reviewed the rebased commit. Thanks for catching that. I'll send out a patch for review shortly. On Mar 26, 2012, at 10:38 PM, Colin Harrison wrote: > Hi, > > Why did the line > >

[PATCH os 1/1] os: Fix regression with FatalError not calling va_start

2012-03-28 Thread Jeremy Huddleston
Regression From: 19283e1947edf9b25c9ee72ae30defabab670f20 Found-by: Colin Harrison Signed-off-by: Jeremy Huddleston --- os/log.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/os/log.c b/os/log.c index 9a71969..061b3dd 100644 --- a/os/log.c +++ b/os/log.c @@ -601,6 +601,8 @@ FatalErro

[PULL] input ABI bump, unit test fixes

2012-03-28 Thread Peter Hutterer
The following changes since commit 7f3997b01a8813c1d7055317eb06111aed8572c9: Merge remote-tracking branch 'jeremyhu/master' (2012-03-26 16:41:52 -0700) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith Peter Hutterer (3): Bump input ABI to 17

Re: [PULL] input ABI bump, unit test fixes

2012-03-28 Thread Keith Packard
<#part sign=pgpmime> On Thu, 29 Mar 2012 08:16:10 +1000, Peter Hutterer wrote: > Peter Hutterer (3): > Bump input ABI to 17 for per-device idlecounters > test: init the sync extensions for tests to pass again > test: reset the client before checking the swapped version Merged.

Re: xserver-wrapper licensing (was: Re: [PULL to discuss] Remove kdrive, Xnest, and Xvfb)

2012-03-28 Thread Guillem Jover
On Tue, 2012-03-27 at 22:46:51 +0100, Daniel Stone wrote: > Stephen, Mark, Branden - would you be amenable to relicensing this > under the standard X.Org MIT/X11 copyright, as quoted below, for > possible inclusion in X.Org upstream? I'm fine with such license change for the code I contributed. t

[PATCH evdev 1/3] Split initializing one axis label out into a helper function

2012-03-28 Thread Peter Hutterer
We need this for mixed axis devices. No functional changes. Signed-off-by: Peter Hutterer --- src/evdev.c | 29 ++--- 1 files changed, 18 insertions(+), 11 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index 8cf630c..dcb1aee 100644 --- a/src/evdev.c +++ b/src/evd

[PATCH evdev 2/3] Move axis labels up in the source file.

2012-03-28 Thread Peter Hutterer
Simple move, no functional changes. Signed-off-by: Peter Hutterer --- src/evdev.c | 320 +- 1 files changed, 160 insertions(+), 160 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index dcb1aee..7848c9d 100644 --- a/src/evdev.c +++ b/

[PATCH evdev 3/3] Allow relative scroll valuators on absolute devices

2012-03-28 Thread Peter Hutterer
Special-case REL_WHEEL, REL_HWHEEL and REL_DIAL to add scroll valuators for those axes on top of the absolute axes. REL_* and ABS_* overlap, so we need to offset the REL_* axes to avoid overwriting a potential ABS_* mapping. REL_* axes mappings are stored after the last absolute axis detected, for

Re: [PATCH xserver] Account for panning/scaling when bounding RR cursor

2012-03-28 Thread Chris Bagwell
On Sat, Mar 24, 2012 at 10:37 PM, wrote: > From: Chris Bagwell > > See Bug #39949. > > Commit 56c90e29f04727c903bd0f084d23bf44eb1a0a11 caused xrandr > scaling and panning options to have cursor issues.  For scaling, > there could be a dead area of screen when scaling larger than size > of mode.

Re: [PATCH xserver 1/2] xf86Crtc: include "xf86xv.h" only if XV

2012-03-28 Thread Alan Coopersmith
On 03/27/12 10:16 PM, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz > > Signed-off-by: Yaakov Selkowitz > --- > hw/xfree86/modes/xf86Crtc.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c > index 6d5e9

Re: [PATCH nested] Add XORG_LIBS to LIBADD

2012-03-28 Thread Alan Coopersmith
On 03/27/12 10:16 PM, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz > > This affects only Cygwin, where drivers must be linked against the > Xorg implib. On other systems, XORG_LIBS will be empty. > > Signed-off-by: Yaakov Selkowitz > --- > src/Makefile.am |3 ++- > 1 files changed, 2

Re: [PATCH evdev 3/3] Allow relative scroll valuators on absolute devices

2012-03-28 Thread Chase Douglas
On 03/28/2012 05:09 PM, Peter Hutterer wrote: > Special-case REL_WHEEL, REL_HWHEEL and REL_DIAL to add scroll valuators > for those axes on top of the absolute axes. > REL_* and ABS_* overlap, so we need to offset the REL_* axes to avoid > overwriting a potential ABS_* mapping. REL_* axes mappings

Re: [PATCH xserver 2/2] xfree86: add support for Cygwin

2012-03-28 Thread Alan Coopersmith
On 03/27/12 10:16 PM, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz > > As a PE platform, all symbols in both EXEs and DLLs must be resolved > at link time. As Xorg modules depend on symbols in the Xorg > executable, we must build Xorg before its modules, creating an implib > from the former

Re: [PATCH evdev 2/3] Move axis labels up in the source file.

2012-03-28 Thread Chase Douglas
On 03/28/2012 05:09 PM, Peter Hutterer wrote: > Simple move, no functional changes. I've always been annoyed with having these huge lists cluttering up evdev.c. Can we shove them in a separate file? axis_labels.{c,h}? Oh, and we should probably constify them too, so it can go in the read-only dat

Re: [PATCH dummy 2/2] Add XORG_LIBS to LIBADD

2012-03-28 Thread Alan Coopersmith
On 03/27/12 10:16 PM, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz > > This affects only Cygwin, where drivers must be linked against the > Xorg implib. On other systems, XORG_LIBS will be empty. > > Signed-off-by: Yaakov Selkowitz > --- > src/Makefile.am |1 + > 1 files changed, 1 i

Re: [PATCH evdev 1/3] Split initializing one axis label out into a helper function

2012-03-28 Thread Chase Douglas
On 03/28/2012 05:09 PM, Peter Hutterer wrote: > We need this for mixed axis devices. No functional changes. > > Signed-off-by: Peter Hutterer Looks good to me! Reviewed-by: Chase Douglas ___ xorg-devel@lists.x.org: X.Org development Archives: http://

Re: [PATCH xserver 2/2] xfree86: add support for Cygwin

2012-03-28 Thread Yaakov (Cygwin/X)
On 2012-03-28 22:19, Alan Coopersmith wrote: On 03/27/12 10:16 PM, Yaakov (Cygwin/X) wrote: As a PE platform, all symbols in both EXEs and DLLs must be resolved at link time. As Xorg modules depend on symbols in the Xorg executable, we must build Xorg before its modules, creating an implib from

Re: [PATCH evdev 3/3] Allow relative scroll valuators on absolute devices

2012-03-28 Thread Peter Hutterer
On Wed, Mar 28, 2012 at 08:19:00PM -0700, Chase Douglas wrote: > On 03/28/2012 05:09 PM, Peter Hutterer wrote: > > Special-case REL_WHEEL, REL_HWHEEL and REL_DIAL to add scroll valuators > > for those axes on top of the absolute axes. > > REL_* and ABS_* overlap, so we need to offset the REL_* axes

Re: [PATCH xserver 2/2] xfree86: add support for Cygwin

2012-03-28 Thread Mark Kettenis
> Date: Wed, 28 Mar 2012 23:05:51 -0500 > From: "Yaakov (Cygwin/X)" > > On 2012-03-28 22:19, Alan Coopersmith wrote: > > On 03/27/12 10:16 PM, Yaakov (Cygwin/X) wrote: > >> + > >> +i2c/libi2c.la: > >> + $(MAKE) -C $(@D) $(@F) > >> + > >> +dixmods/libdixmods.la: > >> + $(MAKE) -C $(@D) $(@F) > >

Re: Questions about synaptics coordinate

2012-03-28 Thread Peter Hutterer
On Tue, Mar 27, 2012 at 12:38:01PM +0800, Leon Shaw wrote: > Hi Peter, > > I looked into eventcomm.c and got confused. > > 1. Shouldn't apply_st_scaling be something like: > (value - st_min[axis]) * proto_data->st_to_mt_scale[axis] + priv->minx_or_y; > instead of > value * proto_data->st_to_mt_sc

Re: [PATCH xserver 2/2] xfree86: add support for Cygwin

2012-03-28 Thread Yaakov (Cygwin/X)
On 2012-03-29 01:33, Mark Kettenis wrote: The server builds fine with (Open)BSD make, and we'd like to keep it that way. And it doesn't support -C. Sigh. I guess I'll have to spell it out then. Or perhaps explain the problem you're trying to solve? Those directories include both convenien