[PATCH] dmx: provide enough space for axis mappings

2013-09-19 Thread Peter Hutterer
relmap/absmap is used as a evdev-axis-to-x-axis mapping. ABS_X maps to axis 0, ABS_Y to 1, etc. skipping over non-existing axes so that the third bit set in the ABS_* range is axis 2, and so on. This requires us to actually have enough space to have all the ABS_*/REL_* range. Signed-off-by: Peter

Re: [PATCHES] fix build on GNU/Hurd with GCC 4.8

2013-09-19 Thread Chris Clayton
On 09/18/13 13:29, Chris Clayton wrote: Hi Matt, On 09/18/13 05:50, Matt Dew wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, I'm guessing this won't affect you but can you verify that? I don't want a nasty loop where fixing one things breaks another. From the names of the

Re: [PATCH V2 xauth] Make matching algorithm mimic XauGet*AuthByAddr

2013-09-19 Thread Egbert Eich
Meanwhile I came across https://bugs.freedesktop.org/show_bug.cgi?id=43425 where Tilmann proposes a fix for exactly the same problem. The solutions differ to some extent so let me try to explain what the differences are and why I chose to solve it the way shown below. On Wed, Aug 14, 2013 at

Re: [PATCH evdev] evdev: enable option GrabDevice by default for non-seat0 seats (#69478)

2013-09-19 Thread Laércio de Sousa
Please ignore this patch! I'll submit another one that applies drectly to xserver/config/udev.c, following Peter Hutterer's advice. Thanks! CANTATE DOMINO CANTICUM NOVUM QUIA MIRABILIA FECIT Laércio 2013/9/17 Laércio de Sousa lbsous...@gmail.com This patch contributes to fill the remaining

[PATCH] xserver: enable InputClass option GrabDevice by default for non-seat0 seats (#69478)

2013-09-19 Thread Laércio de Sousa
This patch contributes to fill the remaining gaps which make systemd-multi-seat-x wrapper still necessary in some multiseat setups. This also replaces previous evdev patch that does the same thing for that particular driver. When option -seat is passed with an argument different from seat0,

Re: [REPOST PATCH xauth] Don't crash when running past the end of the chain

2013-09-19 Thread Mouse
[PATCH xauth] Look for FamilyLocal if inet or inet6 address is loopback If the address came from resolving a name, as in xhost +localhost, then I like this. But if the address was specified directly, as in xhost +::1, then I'd go so far as to say that adding FamilyLocal, or, worse, replacing

[PATCH modular 2/2] Remove video-s3 failing driver from the build scripts

2013-09-19 Thread Gaetan Nadon
This driver was removed from X11R7.7 already http://www.x.org/releases/X11R7.7/doc/xorg-docs/ReleaseNotes.html Signed-off-by: Gaetan Nadon mems...@videotron.ca --- build.sh |1 - xorg.modules |1 - 2 files changed, 2 deletions(-) diff --git a/build.sh b/build.sh index

Re: [PATCH modular] build.sh: sync-up with changes made in xorg.modules

2013-09-19 Thread Alan Coopersmith
On 09/19/13 02:07 PM, Gaetan Nadon wrote: Adding: xf86-video-modesetting lib/libXaw3d Signed-off-by: Gaetan Nadon mems...@videotron.ca --- build.sh |2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 78fb47b..1176eb5 100755 --- a/build.sh +++ b/build.sh @@

[PATCH modular] build.sh: sync-up with changes made in xorg.modules

2013-09-19 Thread Gaetan Nadon
Adding: xf86-video-modesetting lib/libXaw3d Signed-off-by: Gaetan Nadon mems...@videotron.ca --- build.sh |2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 78fb47b..1176eb5 100755 --- a/build.sh +++ b/build.sh @@ -680,6 +680,7 @@ build_lib() { build lib

[PATCH xserver] test: add new os executable to .gitignore

2013-09-19 Thread Gaetan Nadon
Signed-off-by: Gaetan Nadon mems...@videotron.ca --- test/.gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/test/.gitignore b/test/.gitignore index 363d4b6..acbda7a 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -3,6 +3,7 @@ hashtabletest input list misc +os string