Mouse buttons/scroll directions swapped with recent Xorg

2012-03-12 Thread Thomas Bächler
Hello, Recently (beginning of February), I performed the following upgrades: xf86-input-evdev (2.6.0-4 - 2.6.99.901-1) xf86-input-synaptics (1.5.0-1 - 1.5.99-0.1) xorg-server (1.11.4-1 - 1.11.99.903-1) xorg-xinput (1.5.3-2 - 1.5.99.1-1) (Some of these packages have since been updated to their

libXft 2.3.0 not so good

2012-03-12 Thread Alan Coopersmith
Distro makers probably want to hold off on packaging the 2.3.0 upgrade until we get a 2.3.1 release out to fix: https://bugs.freedesktop.org/show_bug.cgi?id=47178 https://bugs.freedesktop.org/show_bug.cgi?id=47196 (I guess no one noticed during the months the broken commits were

Re: [ANNOUNCE] xf86-video-vmware 12.0.0

2012-03-12 Thread Jakob Bornecrantz
- Original Message - On Thursday 08 of March 2012, Jakob Bornecrantz wrote: Full release of the new vmwgfx enabled driver bringing 3D to Linux guest on VMware products. Mostly this contains ABI fixes for X server 1.12. AC_CONFIG_FILES([

libXt 1.1.2 has regressions too

2012-03-12 Thread Alan Coopersmith
[Bug 47203] libxt 1.1.2 breaks xscreensaver https://bugs.freedesktop.org/show_bug.cgi?id=47203 [Bug 47216] upgrade to libxt 1.1.2 breaks windowless applications https://bugs.freedesktop.org/show_bug.cgi?id=47216 Package builders may want to watch out from those if they're considering an

Re: Desktop flash sometimes.

2012-03-12 Thread Weedy
On 08/03/12 01:40 AM, qasdfgtyuiop wrote: Hi, I'm using Lenovo Ideapad Y460 laptop. My computer performs well at most time. But sometimes my screen flashs about every 1 seconds. Each flash will interrupt pull down menu and ibus IME input window. 01:00.0 VGA compatible controller: NVIDIA

Special keys on Dell XPS L502X

2012-03-12 Thread My Th
Hi! I used showkey from console to get scancodes and keycodes for the three buttons. Also used dumpkeys to look up the keycodes. But these results are different from the ones I got using xev (see previous mail). Key I: -- scancode 0xe0 0x5b 0x2d 0xad 0xe0 0xdb keycode 125 press keycode 45

Re: Suggestion of patch for libXaw3d-1.6.1

2012-03-12 Thread Jean-Pierre Demailly
No I didn't. However, the patch doesn't really use the specific features of Xaw3d, so it shouldn't be too hard to adapt it to make it work with plain Xaw. The advantage of Xaw3d is that it has already a more modern look and feel. (With plain Xaw, one would get a possibly strange

libXft 2.3.0 not so good

2012-03-12 Thread Alan Coopersmith
Distro makers probably want to hold off on packaging the 2.3.0 upgrade until we get a 2.3.1 release out to fix: https://bugs.freedesktop.org/show_bug.cgi?id=47178 https://bugs.freedesktop.org/show_bug.cgi?id=47196 (I guess no one noticed during the months the broken commits were

libXt 1.1.2 has regressions too

2012-03-12 Thread Alan Coopersmith
[Bug 47203] libxt 1.1.2 breaks xscreensaver https://bugs.freedesktop.org/show_bug.cgi?id=47203 [Bug 47216] upgrade to libxt 1.1.2 breaks windowless applications https://bugs.freedesktop.org/show_bug.cgi?id=47216 Package builders may want to watch out from those if they're considering an

Re: [PATCH video-vmware] config: include saa and vmwgfx subdirs in the tarball

2012-03-12 Thread Arkadiusz Miśkiewicz
On Monday 12 of March 2012, Gaetan Nadon wrote: -SUBDIRS = @VMWGFX_DIRS@ src man vmwarectrl +# Order: vmwgfx before src +SUBDIRS = man saa vmwgfx src vmwarectrl make -j X will not obey this order. +if BUILD_VMWGFX +vmware_drv_la_LIBADD = $(top_builddir)/vmwgfx/libvmwgfx.la

Re: [PATCH video-vmware] config: include saa and vmwgfx subdirs in the tarball

2012-03-12 Thread Jakob Bornecrantz
- Original Message - Use AM_CONDITIONAL. Automake knows what to distribute. It needs to be able to navigate down the subdirs to find what needs to be included in the tarball. To test reliably, create a tarball and expand it into a separate directory and build with xatracker.

Re: [PATCH macros] Add XORG_ENABLE_INTEGRATION_TESTS

2012-03-12 Thread Chase Douglas
On 03/11/2012 06:25 AM, Gaetan Nadon wrote: On 12-03-10 09:02 PM, Chase Douglas wrote: On 03/09/2012 05:33 PM, Gaetan Nadon wrote: On 12-03-09 05:49 PM, Chase Douglas wrote: Copied from XORG_ENABLE_UNIT_TESTS. Signed-off-by: Chase Douglaschase.doug...@canonical.com --- I pasted in a minimum

Re: [PATCH video-vmware] config: include saa and vmwgfx subdirs in the tarball

2012-03-12 Thread Julien Cristau
On Mon, Mar 12, 2012 at 20:01:00 +0100, Arkadiusz Miśkiewicz wrote: On Monday 12 of March 2012, Gaetan Nadon wrote: -SUBDIRS = @VMWGFX_DIRS@ src man vmwarectrl +# Order: vmwgfx before src +SUBDIRS = man saa vmwgfx src vmwarectrl make -j X will not obey this order. I'm pretty sure

Re: [PATCH video-vmware] config: include saa and vmwgfx subdirs in the tarball

2012-03-12 Thread Gaetan Nadon
On 12-03-12 03:12 PM, Jakob Bornecrantz wrote: - Original Message - Use AM_CONDITIONAL. Automake knows what to distribute. It needs to be able to navigate down the subdirs to find what needs to be included in the tarball. To test reliably, create a tarball and expand it into a

Re: [PATCH macros 1/2] Fix cflag test compiler message and cache ids

2012-03-12 Thread Gaetan Nadon
On 12-03-12 02:57 PM, Chase Douglas wrote: When the language is C++, the flag checking message references $CC instead of $CXX. The cache id is also xorg_cv_cc_* instead of xorg_cv_cxx_*. This change fixes both issues. Signed-off-by: Chase Douglas chase.doug...@canonical.com ---

Re: [PATCH macros 2/2] Separate unknown warning options by language

2012-03-12 Thread Gaetan Nadon
On 12-03-12 02:57 PM, Chase Douglas wrote: If XORG_COMPILER_FLAGS is called more than once with separate languages, the unknown warning options used internally for unknown warning checking will be set the first time and then the cached value will be used for subsequent languages. This is a

[PATCH 4/5] Xext: donate an 'r' to the poor sync developers

2012-03-12 Thread Peter Hutterer
luckily my keyboard seems to have plenty of spare ones. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Xext/syncsrv.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Xext/syncsrv.h b/Xext/syncsrv.h index 609ecc6..3573fe9 100644 --- a/Xext/syncsrv.h +++

[PATCH 5/5] Xext: SyncCreateSystemCounter returns a SyncCounter*

2012-03-12 Thread Peter Hutterer
type safety++ Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Xext/sync.c|2 +- Xext/syncsrv.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Xext/sync.c b/Xext/sync.c index 002d40e..7791ab6 100644 --- a/Xext/sync.c +++ b/Xext/sync.c @@ -969,7 +969,7

Re: [PATCH 3/5] Xext: remove needless /* parameter */ comments in declaration

2012-03-12 Thread Alan Coopersmith
On 03/12/12 04:20 PM, Peter Hutterer wrote: +CARD64 inital_value, Should that be initial? +CARD64 resolution, +SyncCounterType counterType, SyncSystemCounterQueryValue QueryValue, SyncSystemCounterBracketValues BracketValues ); extern void SyncChangeCounter( -

Re: [PATCH 3/5] Xext: remove needless /* parameter */ comments in declaration

2012-03-12 Thread Peter Hutterer
On Mon, Mar 12, 2012 at 05:10:39PM -0700, Alan Coopersmith wrote: On 03/12/12 04:20 PM, Peter Hutterer wrote: +CARD64 inital_value, Should that be initial? yes, I'll fix it up, thanks. +CARD64 resolution, +SyncCounterType counterType, SyncSystemCounterQueryValue

[PATCH v2 3/5] Xext: remove needless /* parameter */ comments in declaration

2012-03-12 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Changes to v1: - typo fix inital → initial - This replaces 4/5, typo originally fixed by 4/5 was introduced by me Xext/syncsrv.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Xext/syncsrv.h

[PATCH synaptics 1/3] Always require mtdev on eventcomm

2012-03-12 Thread Peter Hutterer
Since a missing mtdev disables all of multitouch on eventcomm, we might as well always require it. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- configure.ac|5 + src/eventcomm.c | 26 +- 2 files changed, 14 insertions(+), 17 deletions(-) diff

[PATCH synaptics 2/3] Fix build error - duplicate typedef (#47168)

2012-03-12 Thread Peter Hutterer
Introduced in c34cf307f9982b62c6e6dfa2687e1b16f527f2a4. synapticsstr.h includes synproto.h, which now contains the typedef. X.Org Bug 47168 http://bugs.freedesktop.org/show_bug.cgi?id=47168 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/synapticsstr.h |4 ++-- 1 files

[PATCH synaptics 3/3] tools: add hysteresis support to synclient

2012-03-12 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- tools/synclient.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tools/synclient.c b/tools/synclient.c index 8d1e8f4..14ec605 100644 --- a/tools/synclient.c +++ b/tools/synclient.c @@ -142,6 +142,8 @@ static

Re: [PATCH synaptics 1/3] Always require mtdev on eventcomm

2012-03-12 Thread Chase Douglas
On 03/12/2012 06:34 PM, Peter Hutterer wrote: Since a missing mtdev disables all of multitouch on eventcomm, we might as well always require it. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Works for me. Reviewed-by: Chase Douglas chase.doug...@canonical.com

Re: [PATCH synaptics 2/3] Fix build error - duplicate typedef (#47168)

2012-03-12 Thread Chase Douglas
On 03/12/2012 06:34 PM, Peter Hutterer wrote: Introduced in c34cf307f9982b62c6e6dfa2687e1b16f527f2a4. synapticsstr.h includes synproto.h, which now contains the typedef. X.Org Bug 47168 http://bugs.freedesktop.org/show_bug.cgi?id=47168 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

Re: [PATCH synaptics 3/3] tools: add hysteresis support to synclient

2012-03-12 Thread Chase Douglas
On 03/12/2012 06:34 PM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Chase Douglas chase.doug...@canonical.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel

[Bug 35457] [rs690m] Graphics corruption with ati x1200

2012-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35457 --- Comment #20 from Michel Dänzer mic...@daenzer.net 2012-03-12 05:32:06 PDT --- (In reply to comment #18) I have not yet applied Alex's patch, [...] Have you been able to test it in the meantime? It doesn't seem very likely it'll help,

[Bug 35457] [rs690m] Graphics corruption with ati x1200

2012-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35457 --- Comment #21 from Alex Deucher ag...@yahoo.com 2012-03-12 06:39:06 PDT --- Might also be related to bug 37679 (interrupt problems). Can you try a similar patch to the ones on that bug? -- Configure bugmail:

[Bug 47064] no VGA output on Radeon HD6550D when 2 monitors are connected

2012-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47064 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 44755] Garbled display on external screen when using 1920x1080 instead of 1920x1200

2012-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44755 --- Comment #10 from Florian Mickler flor...@mickler.org 2012-03-12 15:21:47 PDT --- A patch referencing this bug report has been merged in Linux v3.3-rc7: commit 38aa4a568ba4c3ccba83e862a01e3e60e3b811ee Author: Alex Deucher