xf86-input-mouse 1.7 blocker bug?

2011-02-27 Thread Matthieu Herrb
Peter, I'd like to nominate https://bugs.freedesktop.org/show_bug.cgi?id=34794 as a blocker bug for the relesase of xf86-input-mouse 1.7. I hope to be able to propose a fix in a few days, but please don't rush to release a new mouse driver (even if xorg 1.10 can't be used with 1.6) before

Re: touchpad dell latitude d620 buffer overflow after touch

2011-02-27 Thread walter harms
you are using 1.9.3 RC 1. did is work before ? i use a D620 with touchpad but the X11 is much older (7.2) and i have no problems. re, wh Am 26.02.2011 12:08, schrieb Bastiaan Wakkie: 1.9.3 RC 1 ___ xorg-devel@lists.x.org: X.Org development

[PATCH] Don't clobber input device options from xorg.conf

2011-02-27 Thread Matthieu Herrb
Since commit b8d9c5ff removed commonOptions, we now need to append the Core{Keyboard,Pointer} options to the existing list. Fixes passing options to devices confirured in xorg.conf on systems where autoaddevices is false. Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr ---

[PATCH] xf86AutoConfig: Try newport on mips.

2011-02-27 Thread Cyril Brulebois
As suggested by Bernhard R. Link in Debian bug report #566545 (http://bugs.debian.org/566545), newport is a candidate for autodetection on mips. Signed-off-by: Cyril Brulebois k...@debian.org --- hw/xfree86/common/xf86AutoConfig.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

Re: [PULL] Server build fixes

2011-02-27 Thread Dan Nicholson
On Sun, Feb 27, 2011 at 03:26:32AM +0100, Cyril Brulebois wrote: Hi, Keith Packard kei...@keithp.com (26/02/2011): I read through the automake docs and they suggest placing a dependency on the generated configuration header file. We've got several, but there's the auto-generated

Re: [PATCH] xf86AutoConfig: Try newport on mips.

2011-02-27 Thread Mark Kettenis
From: Cyril Brulebois k...@debian.org Date: Sun, 27 Feb 2011 22:52:18 +0100 As suggested by Bernhard R. Link in Debian bug report #566545 (http://bugs.debian.org/566545), newport is a candidate for autodetection on mips. diff --git a/hw/xfree86/common/xf86AutoConfig.c

Re: [PATCH] xf86AutoConfig: Try newport on mips.

2011-02-27 Thread Cyril Brulebois
Hi, Mark Kettenis mark.kette...@xs4all.nl (27/02/2011): Not necessary a good idea. The autoconfig code was broken some time ago by a all-the-world-is-PCI believer some time ago. The breakage is that if you list more than a single possible video driver, things break. That's why we actually

Re: [PATCH setxkbmap; 3rd try] Consistent handling of memory allocation errors.

2011-02-27 Thread Peter Hutterer
On Sat, Feb 26, 2011 at 02:32:29AM +0300, Van de Bugger wrote: Macro `OOM' (Out of memory) introduced for checking and reporting memory allocation errors. The same macro is used in all the cases. One check was missed in original source; fixed. Changes after patch review: 1. `OOM'

[PATCH] Xephyr: Mention Xserver's options are also accepted.

2011-02-27 Thread Cyril Brulebois
Originally reported in the Debian BTS: http://bugs.debian.org/582650 Signed-off-by: Jari Aalto jari.aa...@cante.net Signed-off-by: Cyril Brulebois k...@debian.org --- hw/kdrive/ephyr/man/Xephyr.man |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Apparently already rb'd by Alan,

Re: [PATCH] Don't clobber input device options from xorg.conf

2011-02-27 Thread Peter Hutterer
On Sun, Feb 27, 2011 at 08:16:03PM +0100, Matthieu Herrb wrote: Since commit b8d9c5ff removed commonOptions, we now need to append the Core{Keyboard,Pointer} options to the existing list. Fixes passing options to devices confirured in xorg.conf on systems where autoaddevices is false.

Re: [PATCH] Xephyr: Mention Xserver's options are also accepted.

2011-02-27 Thread Peter Hutterer
On Mon, Feb 28, 2011 at 12:26:41AM +0100, Cyril Brulebois wrote: Originally reported in the Debian BTS: http://bugs.debian.org/582650 Signed-off-by: Jari Aalto jari.aa...@cante.net Signed-off-by: Cyril Brulebois k...@debian.org --- hw/kdrive/ephyr/man/Xephyr.man |2 ++ 1 files

Re: xf86-input-mouse 1.7 blocker bug?

2011-02-27 Thread Peter Hutterer
On Sun, Feb 27, 2011 at 04:51:39PM +0100, Matthieu Herrb wrote: I'd like to nominate https://bugs.freedesktop.org/show_bug.cgi?id=34794 as a blocker bug for the relesase of xf86-input-mouse 1.7. I hope to be able to propose a fix in a few days, but please don't rush to release a new mouse

Re: touchpad dell latitude d620 buffer overflow after touch

2011-02-27 Thread Bastiaan Wakkie
Hi, Yes it did work before. I cannot pin point excactly but I would say it still worked in ubunto 9.10. regards, Bastiaan On 02/27/2011 06:20 PM, walter harms wrote: you are using 1.9.3 RC 1. did is work before ? i use a D620 with touchpad but the X11 is much older (7.2) and i have no

Re: [PATCH setxkbmap] Few messages added for easier troubleshooting.

2011-02-27 Thread Van de Bugger
Will remove semicolon. On Sat, 2011-02-25 at 15:01 -0800, Alan Coopersmith wrote: On 02/25/11 12:38 PM, Van de Bugger wrote: If setxkbmap fails to load rules file, it is not possible to find out where setxkbmap looks for it. Increasing verbosity level does not help: $ ./setxkbmap

[PATCH setxkbmap; 2nd try] Few messages added for easier troubleshooting.

2011-02-27 Thread Van de Bugger
If setxkbmap fails to load rules file, it is not possible to find out where setxkbmap looks for it. Increasing verbosity level does not help: $ ./setxkbmap -v 10 Setting verbose level to 10 locale is C Couldn't find rules file (evdev) The problem fixed by adding two messages:

Re: [PATCH setxkbmap; 2nd try] Few messages added for easier troubleshooting.

2011-02-27 Thread Peter Hutterer
On Mon, Feb 28, 2011 at 03:35:25AM +0300, Van de Bugger wrote: If setxkbmap fails to load rules file, it is not possible to find out where setxkbmap looks for it. Increasing verbosity level does not help: $ ./setxkbmap -v 10 Setting verbose level to 10 locale is C Couldn't

Re: [PATCH synaptics] Fix build on BSD

2011-02-27 Thread Peter Hutterer
On Fri, Feb 25, 2011 at 08:41:12PM +0100, Julien Cristau wrote: local was renamed to pInfo in 81ad2e389d11691d5c2687d83150e8e9033cfe76, but a couple places were missed. Signed-off-by: Julien Cristau jcris...@debian.org --- src/psmcomm.c |4 ++-- 1 files changed, 2 insertions(+), 2

Re: [PATCH setxkbmap] Minor style changes in help message.

2011-02-27 Thread Peter Hutterer
On Fri, Feb 25, 2011 at 11:55:57PM +0300, Van de Bugger wrote: 1. `args' renamed to `options'. (xkbcomp and gcc name these entities `options'). 2. `Where legal args are:' replaced with `Options:'. (Short and correct. As I remember, GNU does not recommend to use word `legal'

Re: [PULL] Server build fixes

2011-02-27 Thread Keith Packard
On Sun, 27 Feb 2011 14:29:30 -0800, Dan Nicholson dbn.li...@gmail.com wrote: I rolled Keith's diff in with my own and added the fix of actually making sdksyms.dep be a prerequisite for sdksyms.c. I think that should fix all the cases. Actually, I'm wondering if sdksyms.dep isn't needed if we

Re: [PATCH] xf86AutoConfig: Try newport on mips.

2011-02-27 Thread Cyril Brulebois
Matt Turner matts...@gmail.com (28/02/2011): Since newport doesn't even compile anymore (since the RAC removal), this probably isn't helpful at all. Ah. At the moment I haven't rebuilt all drivers against 1.10 (only against 1.9.x for now), so I didn't notice that. Sorry for the noise then.

Re: [PATCH synaptics 1/8] United functions of SynapticsDefaultDimensions() and ReadDevDimensions()

2011-02-27 Thread Peter Hutterer
On Sun, Feb 27, 2011 at 01:11:44AM +0500, Alexandr Shadchin wrote: There is no point doing the same thing in different places Signed-off-by: Alexandr Shadchin alexandr.shadc...@gmail.com --- src/alpscomm.c |2 +- src/ps2comm.c |2 +- src/psmcomm.c |2 +-

Re: [PATCH synaptics 4/8] Move definition struct SynapticsHwInfo in ps2comm.h

2011-02-27 Thread Peter Hutterer
On Sun, Feb 27, 2011 at 01:11:47AM +0500, Alexandr Shadchin wrote: Signed-off-by: Alexandr Shadchin alexandr.shadc...@gmail.com --- src/ps2comm.c |7 --- src/ps2comm.h |8 ++-- src/psmcomm.c |7 --- src/synproto.h |1 - 4 files changed, 6 insertions(+), 17

Re: [PATCH synaptics 5/8] Remove arg proto_ops in ReadHwState()

2011-02-27 Thread Peter Hutterer
On Sun, Feb 27, 2011 at 01:11:48AM +0500, Alexandr Shadchin wrote: Signed-off-by: Alexandr Shadchin alexandr.shadc...@gmail.com --- Before need apply [PATCH synaptics] Fix build on BSD http://lists.x.org/archives/xorg-devel/2011-February/019664.html src/alpscomm.c |3 +--

Re: [PATCH synaptics 2/8] Removing extra call SetDeviceAndProtocol()

2011-02-27 Thread Peter Hutterer
On Sun, Feb 27, 2011 at 01:11:45AM +0500, Alexandr Shadchin wrote: SetDeviceAndProtocol() calling in SynapticsPreInit(), extra calling in DeviceOn() unnecessary. Signed-off-by: Alexandr Shadchin alexandr.shadc...@gmail.com --- src/synaptics.c |1 - 1 files changed, 0 insertions(+), 1

Re: [PATCH synaptics 3/8] Delete empty alpscomm.h

2011-02-27 Thread Peter Hutterer
On Sun, Feb 27, 2011 at 01:11:46AM +0500, Alexandr Shadchin wrote: Signed-off-by: Alexandr Shadchin alexandr.shadc...@gmail.com Reviewed-by: Peter Hutterer peter.hutte...@who-t.net Cheers, Peter --- src/Makefile.am |2 +- src/alpscomm.c |2 +- src/alpscomm.h | 33

Re: [PATCH synaptics 6/8] Remove extra definition CommData

2011-02-27 Thread Peter Hutterer
On Sun, Feb 27, 2011 at 01:11:49AM +0500, Alexandr Shadchin wrote: Signed-off-by: Alexandr Shadchin alexandr.shadc...@gmail.com --- src/synproto.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/synproto.h b/src/synproto.h index 3fe70b9..4b37df0 100644 ---

Re: [PATCH synaptics 7/8] Rewrite mechanisn detect Protocol and Device

2011-02-27 Thread Peter Hutterer
typo in subject Rewrite mechanisn _to_ detect ... please describe in the commit message what you did here. in the future, it'll be much easier to understand why a line was changed and this commit isn't as straightforward as removing dead code. On Sun, Feb 27, 2011 at 01:11:50AM +0500, Alexandr

Re: [PATCH synaptics 8/8] Now ps2comm and alpscomm backend optional

2011-02-27 Thread Peter Hutterer
On Sun, Feb 27, 2011 at 01:11:51AM +0500, Alexandr Shadchin wrote: Signed-off-by: Alexandr Shadchin alexandr.shadc...@gmail.com --- OpenBSD don't support this backends. Backend for OpenBSD I'll add later. Reviewed-by: Peter Hutterer peter.hutte...@who-t.net Cheers, Peter configure.ac

Re: [PATCH v3 11/11] glx: Cleanup DRI2Drawable

2011-02-27 Thread Christopher James Halse Rogers
On Wed, 2011-02-16 at 12:21 +0200, Pauli wrote: From: Pauli Nieminen ext-pauli.niemi...@nokia.com glx should cleanup DRI2Drawable when GLXDrawable is destroyed. v3: * Fix resource destruction order between GLX and DRI2 when client disconnects. Signed-off-by: Pauli Nieminen