Re: Applying Xmodmap only for one mouse

2012-10-01 Thread Alan Coopersmith
On 10/ 1/12 02:35 AM, Thomas Ilnseher wrote: Hi List, Sorry for this noob question, but: I have a notebook with three mice, (touchpad, trackpoint USB mouse) I use the following xmodmap with the USB mouse: pointer = 1 10 3 4 5 6 7 8 9 2 11 12 13 14 15 16 17 18 19 20 21 22 23 24 (To swap

Re: Display Port daisy chaining in Intel

2012-10-01 Thread David Markey
Ok cool, I'll hold off on a daisy chaining for a while then... On 1 October 2012 14:36, Adam Jackson a...@redhat.com wrote: On Sun, 2012-09-30 at 23:29 +0100, David Markey wrote: Hi All, Will display port chaining with on i7, i.e. 2 or more daisy chained work? No. The hardware

Re: Applying Xmodmap only for one mouse

2012-10-01 Thread Haricophile
Le lundi 01 octobre 2012 à 11:35 +0200, Thomas Ilnseher a écrit : Hi List, Sorry for this noob question, but: I have a notebook with three mice, (touchpad, trackpoint USB mouse) I use the following xmodmap with the USB mouse: pointer = 1 10 3 4 5 6 7 8 9 2 11 12 13 14 15 16 17 18 19

[ANNOUNCE] xorg-gtest 0.5.0

2012-10-01 Thread Peter Hutterer
This release of xorg-gtest includes miscellaneous fixes to improve the API behaviour. Most notably, it greatly speeds up the time between tests by removing some unnecessary wait times. Olivier Fourdan (1): xserver: Pass given timeout value Peter Hutterer (33): aclocal: fill AS_IF

[PATCH 1/2] server/xi2: Fix N-Trig-MultiTouch file access

2012-10-01 Thread Daniel Drake
These tests were failing because the filenames were wrong. --- tests/server/xi2.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/server/xi2.cpp b/tests/server/xi2.cpp index 9fd7713..c1ec943 100644 --- a/tests/server/xi2.cpp +++ b/tests/server/xi2.cpp @@ -65,7

[PATCH 2/2] server/xi2: add touchscreen mouse pointer emulation test

2012-10-01 Thread Daniel Drake
Add a test case based on the bug fixed by http://lists.x.org/archives/xorg-devel/2012-September/033595.html --- tests/server/xi2.cpp | 131 +++ 1 file changed, 131 insertions(+) diff --git a/tests/server/xi2.cpp b/tests/server/xi2.cpp index

Re: [PATCH] Update dri2proto.txt to reflect current extension contents

2012-10-01 Thread Eric Anholt
Keith Packard kei...@keithp.com writes: Add missing CreateDrawable/DestroyDrawable requests Add MSC/SBC parameters to DRI2SwapBuffers Complete revision history section. Add brief description of the prime bits in driverType Sigh. I wish docs were part of the XCB proto instead, so that people

[PATCH xorg-gtest 0/2] don't poll, wait for SIGUSR1

2012-10-01 Thread Daniel Martin
With the first patch xorg-gtest will use the SIGUSR1 mechanism offered by the XServer to get notified when the XServer is ready to accept connections. Due to that we don't need to poll the XServer until it's ready and we can remove WaitForConnections(). That's what the second patch does. Round

[PATCH xorg-gtest 1/2] xserver: use SIGUSR1 to wait for XServer startup

2012-10-01 Thread Daniel Martin
Set the signal handler for SIGUSR1 to SIG_IGN. The XServer will test for this on startup and sends a SIGUSR1 when it's ready for connections. We wait for 1sec to receive this signal from the XServer. --- src/xserver.cpp | 31 +++ 1 file changed, 31 insertions(+) diff

[PATCH xorg-gtest 2/2] Remove WaitForConnections()

2012-10-01 Thread Daniel Martin
As we already know that the XServer is ready for connections due to it's notification via SIGUSR1, we don't need to poll anymore. --- include/xorg/gtest/xorg-gtest-xserver.h | 5 - src/environment.cpp | 1 - src/xserver.cpp | 33

[PATCH xorg-integration-tests] Remove WaitForConnections()

2012-10-01 Thread Daniel Martin
WaitForConnections() was removed from xorg-gtest and superseded with a mechanism which gets notified by the XServer via SIGUSR1 when it's ready for connections. --- tests/common/helpers.cpp | 1 - tests/common/input-driver-test.cpp | 1 - 2 files changed, 2 deletions(-) diff --git

Re: [PATCH] configure: Stop using AM_MAINTAINER_MODE

2012-10-01 Thread Gaetan Nadon
On 12-09-27 05:12 PM, Adam Jackson wrote: All this does is make it so editing configure.ac or Makefile.am doesn't rebuild the makefiles. Which is just stupid. Signed-off-by: Adam Jackson a...@redhat.com --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac

Re: [PATCH 1/2] server/xi2: Fix N-Trig-MultiTouch file access

2012-10-01 Thread Peter Hutterer
On Mon, Oct 01, 2012 at 04:45:50PM -0400, Daniel Drake wrote: These tests were failing because the filenames were wrong. --- tests/server/xi2.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/server/xi2.cpp b/tests/server/xi2.cpp index 9fd7713..c1ec943

Re: [PATCH 2/2] server/xi2: add touchscreen mouse pointer emulation test

2012-10-01 Thread Peter Hutterer
On Mon, Oct 01, 2012 at 04:46:28PM -0400, Daniel Drake wrote: Add a test case based on the bug fixed by http://lists.x.org/archives/xorg-devel/2012-September/033595.html --- tests/server/xi2.cpp | 131 +++ 1 file changed, 131 insertions(+)

[PATCH] xfree86: xf86CheckStrOption can take a const char* as dflt

2012-10-01 Thread Peter Hutterer
From: Jason Gerecke killert...@gmail.com Fix additional gcc -Wwrite-strings warning in xf86 ddx Commit 09e4b78f missed a case. Signed-off-by: Jason Gerecke killert...@gmail.com Reviewed-by: Peter Hutterer peter.hutte...@who-t.net Signed-off-by: Peter Hutterer peter.hutte...@who-t.net ---

Re: [PATCH xorg-gtest 2/2] Remove WaitForConnections()

2012-10-01 Thread Peter Hutterer
On Tue, Oct 02, 2012 at 01:22:47AM +0200, Daniel Martin wrote: As we already know that the XServer is ready for connections due to it's notification via SIGUSR1, we don't need to poll anymore. nice, thanks. Please remember to sign off patches though, I'm going to require that for patches to

[PATCH xf86-input-joystick] man: point out that the joystick module is not a joystick driver

2012-10-01 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- man/joystick.man | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/man/joystick.man b/man/joystick.man index 9f38ceb..274e4c5 100644 --- a/man/joystick.man +++ b/man/joystick.man @@ -19,7 +19,13 @@ Snipped for

[ANNOUNCE] xorg-gtest 0.5.0

2012-10-01 Thread Peter Hutterer
This release of xorg-gtest includes miscellaneous fixes to improve the API behaviour. Most notably, it greatly speeds up the time between tests by removing some unnecessary wait times. Olivier Fourdan (1): xserver: Pass given timeout value Peter Hutterer (33): aclocal: fill AS_IF

[Bug 28106] radeon KMS causes hardware conflict/interference with Intel wifi and audio, crashes wireless

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28106 --- Comment #71 from Jan Kouba kouba.ho...@gmail.com --- Hi, I have been able to get around this bug on IBM T60/x1400 running Kubuntu 12.04, by using kwin_gles desktop manager instead of the default one (kwin). I had problems with sound

[Bug 28106] radeon KMS causes hardware conflict/interference with Intel wifi and audio, crashes wireless

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28106 Jan Kouba kouba.ho...@gmail.com changed: What|Removed |Added CC||kouba.ho...@gmail.com