Re: Alignment error in libXi

2011-03-24 Thread Jeremy Huddleston
Don't feel too bad. I missed it too and bugged Peter about it before I pushed the release ;) On Mar 24, 2011, at 11:31 PM, Matt Turner wrote: > On Fri, Mar 25, 2011 at 6:19 AM, Jeremy Huddleston wrote: >> >> On Mar 24, 2011, at 11:06 PM, Matt Turner wrote: >>> >>> Is this one of those cases

xf86-video-xgi xf86-video-xgixp: Tinderbox build failures for big endian

2011-03-24 Thread Jeremy Huddleston
xf86-video-xgi and xf86-video-xgixp fail to build on BigEndian architectures due to: http://tinderbox.x.org/builds/2011-03-25-0003/logs/xf86-video-xgi/#build src/xgi_accel.c references undefined CurrentColorDepth http://tinderbox.x.org/builds/2011-03-25-0003/logs/xf86-video-xgixp/#build src/xgi_

Re: Alignment error in libXi

2011-03-24 Thread Matt Turner
On Fri, Mar 25, 2011 at 6:19 AM, Jeremy Huddleston wrote: > > On Mar 24, 2011, at 11:06 PM, Matt Turner wrote: >> >> Is this one of those cases where someone, long ago, thought using >> longs was inherently good? Can we just change labels to be an array of >> ints, or is that too easy? > > You can

Re: Alignment error in libXi

2011-03-24 Thread Jeremy Huddleston
On Mar 24, 2011, at 11:06 PM, Matt Turner wrote: > > Is this one of those cases where someone, long ago, thought using > longs was inherently good? Can we just change labels to be an array of > ints, or is that too easy? You can just get the latest libXi release with the fix. _

Re: Alignment error in libXi

2011-03-24 Thread Matt Turner
On Sun, Mar 13, 2011 at 10:11 PM, Christian Weisgerber wrote: > GTK+3 blows up on LP64 archs with strict alignment.  This comes > down to an unaligned access error in libXi, specifically in > the XIButtonClass case in copy_classes() in XExtInt.c. > >    cls_lib->num_buttons = cls_wire->num_buttons

[PULL] input changes for 25.03.2011

2011-03-24 Thread Peter Hutterer
The following changes since commit 03f45df93469f6aef391e97007b9614e0770cc4c: Merge remote-tracking branch 'airlied/xinerama-cleanup' (2011-03-23 13:38:37 +0900) are available in the git repository at: git://people.freedesktop.org/~whot/xserver.git for-keith Erkki Seppälä (1): config:

Re: [PATCH] xfree86: print out which driver is about to be used.

2011-03-24 Thread Cyril Brulebois
Peter Hutterer (18/03/2011): > Makes reading the log file a lot easier for those that don't magically > recognise the log spew by the individual drivers. > > Signed-off-by: Peter Hutterer Oh yeah. Reviewed-by: Cyril Brulebois KiBi. signature.asc Description: Digital signature _

Re: [PATCH] dri: kill if 0 out code.

2011-03-24 Thread Cyril Brulebois
Dave Airlie (24/03/2011): > From: Dave Airlie > > This refers to pWin->winSize in some #if 0 code remove it. > > Signed-off-by: Dave Airlie Reviewed-by: Cyril Brulebois KiBi. signature.asc Description: Digital signature ___ xorg-devel@lists.x.or

Re: [PATCH] Fix XWin compilation after commit 769531b9

2011-03-24 Thread Peter Hutterer
On Fri, Mar 18, 2011 at 03:06:33PM +, Jon TURNEY wrote: > commit 769531b9 "Add mode field to pointer movement hooks" changes the > function signature of miPointerSetPosition() to include the movement mode > which resulted in the pointer position > > Update use of miPointerSetPosition() in winE

Re: [PATCH:xinit] Fix minor typos in startx's comments.

2011-03-24 Thread Alan Coopersmith
Pushed To ssh://git.freedesktop.org/git/xorg/app/xinit 2d88aba..75a969b master -> master -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window System ___ xorg-devel@lists.x.org: X.Or

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-24 Thread Dan Nicholson
On Thu, Mar 24, 2011 at 2:17 PM, Matt Turner wrote: > On Thu, Mar 24, 2011 at 7:19 PM, Matt Turner wrote: >> On Thu, Mar 24, 2011 at 7:09 PM, Dan Nicholson wrote: >>> On Thu, Mar 24, 2011 at 10:14 AM, Daniel Stone wrote: On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote: > O

Re: [PATCH] dix: Small refactor to resource deletion

2011-03-24 Thread Matt Turner
On Thu, Mar 24, 2011 at 8:52 PM, Adam Jackson wrote: > Signed-off-by: Adam Jackson > --- Reviewed-by: Matt Turner ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-24 Thread Matt Turner
On Thu, Mar 24, 2011 at 7:19 PM, Matt Turner wrote: > On Thu, Mar 24, 2011 at 7:09 PM, Dan Nicholson wrote: >> On Thu, Mar 24, 2011 at 10:14 AM, Daniel Stone wrote: >>> On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote: On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote: >

GSoC : Video decoding state tracker for Gallium3d

2011-03-24 Thread ★ Emeric
Hi everyone, My name is Emeric, I am a 22 years old french student, and I am currently looking to apply to the google summer of code 2011. I saw the "Gallium H.264 decoding" idea on the X.Org GSoC page, and I am particularly interested by this project. The idea would be to use shaders to do some w

[PATCH] dix: Small refactor to resource deletion

2011-03-24 Thread Adam Jackson
Signed-off-by: Adam Jackson --- dix/resource.c | 34 -- 1 files changed, 16 insertions(+), 18 deletions(-) diff --git a/dix/resource.c b/dix/resource.c index 26d2c72..a04f49f 100644 --- a/dix/resource.c +++ b/dix/resource.c @@ -562,6 +562,17 @@ RebuildTable(int

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-24 Thread Matt Turner
On Thu, Mar 24, 2011 at 7:09 PM, Dan Nicholson wrote: > On Thu, Mar 24, 2011 at 10:14 AM, Daniel Stone wrote: >> On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote: >>> On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote: >>> > Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227 >>> >

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-24 Thread Dan Nicholson
On Thu, Mar 24, 2011 at 10:14 AM, Daniel Stone wrote: > On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote: >> On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote: >> > Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227 >> > >> > Problem is easily seen during compile: >> >     -DDFLT_

Re: [PATCH] [xorg/xserver] os/client: Prevent rare fd leak in DetermineClientPid

2011-03-24 Thread Keith Packard
On Thu, 24 Mar 2011 15:18:17 +0100 (CET), Mark Kettenis wrote: > Actually, checking the return value of close(2) is fairly silly, at > least in this context. So you could write this as: Yeah, what error are they looking for here? -- keith.pack...@intel.com pgpBkBhWnuf17.pgp Description: PG

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-24 Thread Daniel Stone
On Thu, Mar 24, 2011 at 09:20:39AM -0400, Gaetan Nadon wrote: > On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote: > > Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227 > > > > Problem is easily seen during compile: > > -DDFLT_XKB_CONFIG_ROOT='""/usr/share/X11/xkb""' > > This is what I

Re: [PATCH inputproto] specs: enable asciidoc parsing for XIproto.txt

2011-03-24 Thread Daniel Stone
On Wed, Mar 23, 2011 at 01:56:50PM +1000, Peter Hutterer wrote: > The vast majority of this patch are indentation changes, removing preceding > spaces from text. > Header lines and some linebreaks to enable list parsing were added. > > Signed-off-by: Peter Hutterer > --- > this is the most excit

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-24 Thread Matt Turner
On Thu, Mar 24, 2011 at 1:20 PM, Gaetan Nadon wrote: > This is what I get on Ubuntu before the patch: > >     -DDFLT_XKB_CONFIG_ROOT=\"/home/nadon/xorg/src/share/X11/xkb\" > > Is this a platform difference? I kind of think so. > With the patch I get: > > -DDFLT_XKB_CONFIG_ROOT='/home/nadon/xorg/

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-24 Thread Matt Turner
On Thu, Mar 24, 2011 at 1:13 PM, Dan Nicholson wrote: > On Wed, Mar 23, 2011 at 8:29 PM, Matt Turner wrote: >> Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227 >> >> Problem is easily seen during compile: >>        -DDFLT_XKB_CONFIG_ROOT='""/usr/share/X11/xkb""' >> --- >>  src/xkbcomp/Makefil

Re: [PATCH] [xorg/xserver] os/client: Prevent rare fd leak in DetermineClientPid

2011-03-24 Thread Mark Kettenis
> From: =?UTF-8?q?Erkki=20Sepp=C3=A4l=C3=A4?= > Date: Thu, 24 Mar 2011 15:46:39 +0200 > > DetermineClientPid didn't close file descriptor if read on > /proc/pid/cmdline failed. Added close to that path of code. > > Signed-off-by: Erkki Seppälä > Reviewed-by: Rami Ylimäki > --- > os/client.

Re: [PATCH] consolidate SetRootClip

2011-03-24 Thread Adam Jackson
On Thu, 2011-03-24 at 14:06 +1000, Dave Airlie wrote: > From: Dave Airlie > > each DDX has its own copy, I've taken the darwin one, > though I'm not sure why it needs the pOldClip piece that nobody > else has and the commit msg is like an "Updates from magic land" > type message. > > This remove

Re: GSoC Proposal the second

2011-03-24 Thread Michal Suchanek
Helllo, On 24 March 2011 13:57, wrote: > > Hello everyone, > > this time, slightly more specific, the second version of my proposal (thanks > for the feedback marcoz & cnd) > > Based on increasing every day use of Convertible-Notebooks, Tablet-PCs and > other touchscreen controlled devices, the

[PATCH] [xorg/xserver] os/client: Prevent rare fd leak in DetermineClientPid

2011-03-24 Thread Erkki Seppälä
DetermineClientPid didn't close file descriptor if read on /proc/pid/cmdline failed. Added close to that path of code. Signed-off-by: Erkki Seppälä Reviewed-by: Rami Ylimäki --- os/client.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/os/client.c b/os/client.c ind

Re: [RFC] [PATCH] [xorg/xserver] damage: use DamageExtReport for the initial borderClip damage report

2011-03-24 Thread Adam Jackson
On Thu, 2011-03-24 at 13:46 +0200, Erkki Seppälä wrote: > Instead of using the "proper" DamageDamageRegion for reporting the > first (virtual) damage in ProcDamageCreate that covers the borderClip > of the drawable window, use DamageExtReport directly. This avoids > sending all other damage listene

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-24 Thread Gaetan Nadon
On Wed, 2011-03-23 at 23:29 -0400, Matt Turner wrote: > Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227 > > Problem is easily seen during compile: > -DDFLT_XKB_CONFIG_ROOT='""/usr/share/X11/xkb""' This is what I get on Ubuntu before the patch: -DDFLT_XKB_CONFIG_ROOT=\"/home/nadon

GSoC Proposal the second

2011-03-24 Thread janikjaskolski
Hello everyone, this time, slightly more specific, the second version of my proposal (thanks for the feedback marcoz & cnd) Based on increasing every day use of Convertible-Notebooks, Tablet-PCs and other touchscreen controlled devices, the need for more comprehensive control elements mus

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-24 Thread Dan Nicholson
On Wed, Mar 23, 2011 at 8:29 PM, Matt Turner wrote: > Fixes: http://bugs.gentoo.org/show_bug.cgi?id=360227 > > Problem is easily seen during compile: >        -DDFLT_XKB_CONFIG_ROOT='""/usr/share/X11/xkb""' > --- >  src/xkbcomp/Makefile.am |    2 +- >  1 files changed, 1 insertions(+), 1 deletions

Mapping pointer events to keys and the other way around?

2011-03-24 Thread Michal Suchanek
Hello, with many tablets, mice with dozens of buttons and multimedia keyboards around the distinction between a mouse button and a keyboard key is not very useful from a user's point of view. To the contrary, it's confusing and limiting. There are some options for generating mouse events with xk

Re: [RFC PATCH] Add XI_PROP_ROTATION property to the server's properties.

2011-03-24 Thread Simon Thum
On 03/23/2011 06:13 AM, Peter Hutterer wrote: > Having rotation support has been a feature requested for a while > now. Now we've had two independent implementations happen within quite a > short timeframe, one in synaptics, one in evdev (and wacom has had it's own > implementation for a while). So

[RFC] [PATCH] [xorg/xserver] damage: use DamageExtReport for the initial borderClip damage report

2011-03-24 Thread Erkki Seppälä
Instead of using the "proper" DamageDamageRegion for reporting the first (virtual) damage in ProcDamageCreate that covers the borderClip of the drawable window, use DamageExtReport directly. This avoids sending all other damage listeners from receiving a full window update when a new damage object

Re: [PATCH] [xorg/xserver] config: handle device change event properly

2011-03-24 Thread Peter Hutterer
On 24/03/11 19:38 , stefan.k...@nokia.com wrote: Hi, -Original Message- From: ext Peter Hutterer [mailto:peter.hutte...@who-t.net] Sent: 21 March, 2011 01:16 To: Erkki Seppälä Cc: xorg-devel@lists.x.org; Kost Stefan (Nokia-MS/Helsinki) Subject: Re: [PATCH] [xorg/xserver] config: handle

RE: [PATCH] [xorg/xserver] config: handle device change event properly

2011-03-24 Thread Stefan.Kost
Hi, >-Original Message- >From: ext Peter Hutterer [mailto:peter.hutte...@who-t.net] >Sent: 21 March, 2011 01:16 >To: Erkki Seppälä >Cc: xorg-devel@lists.x.org; Kost Stefan (Nokia-MS/Helsinki) >Subject: Re: [PATCH] [xorg/xserver] config: handle device change event >properly > >On Fri, Mar 1

Re: ProcDamageCreate emits a damage event - why?

2011-03-24 Thread Erkki Seppala
On 24.03.2011 02:25, Keith Packard wrote: That's icky. Fixing that without losing the damage sent to new clients might be tricky though. How about not using the existing machinery for sending the initial event? I imagine it would not be many lines of code for that situation. Possibly just cal