[PATCH] Always enable outputs that have been forced on in the configuration file

2010-02-15 Thread Pauli Nieminen
From: Simon Farnsworth simon.farnswo...@onelan.co.uk If the user has gone to the effort of manually enabling an output in the configuration file assume that they know what they're doing. X.org Bug 14611 http://bugs.freedesktop.org/show_bug.cgi?id=14611 Signed-off-by: Simon Farnsworth

Re: [PATCH] exa: fix gnome-panel corruption

2010-02-15 Thread Michel Dänzer
On Thu, 2010-02-11 at 20:06 +0100, Maarten Maathuis wrote: 2010/2/11 Michel Dänzer mic...@daenzer.net: Thanks for tackling this, Maarten! On Thu, 2010-02-11 at 19:05 +0100, Maarten Maathuis wrote: - A mapped pixmap can't be used for acceleration, any decent memory manager will refuse

Re: [PATCH] exa: fix gnome-panel corruption

2010-02-15 Thread Maarten Maathuis
2010/2/15 Michel Dänzer mic...@daenzer.net: On Thu, 2010-02-11 at 20:06 +0100, Maarten Maathuis wrote: 2010/2/11 Michel Dänzer mic...@daenzer.net: Thanks for tackling this, Maarten! On Thu, 2010-02-11 at 19:05 +0100, Maarten Maathuis wrote: - A mapped pixmap can't be used for

Re: [ANNOUNCE] xorg-server 1.7.99.901

2010-02-15 Thread Michael Thayer
Le lundi 15 février 2010 à 10:27 +1000, Peter Hutterer a écrit : On Sun, Feb 14, 2010 at 10:34:52AM -0800, Dan Nicholson wrote: On Sun, Feb 14, 2010 at 10:30 AM, Julien Cristau jcris...@debian.org wrote: On Sun, Feb 14, 2010 at 13:05:07 -0500, Thomas Jaeger wrote: In order to be

Re: libpciaccess problem with new IO interface

2010-02-15 Thread Adam Jackson
On Sat, 2010-02-13 at 16:23 +1300, Michael Cree wrote: I have been trying out the new IO interface routines (pci_device_open_io, etc.) in libpciaccess with a view that they might solve the problem of MMIO on idiosyncratic architectures such as the old Alphas. In short, those routines do

Fwd: [PULL] 2 XQuartz patches

2010-02-15 Thread Jeremy Huddleston
Resending, thanks. Begin forwarded message: From: Jeremy Huddleston jerem...@apple.com Date: February 12, 2010 20:08:04 PST To: Keith Packard kei...@keithp.com Cc: xorg-devel xorg-devel@lists.x.org Subject: [PULL] 2 XQuartz patches The following changes since commit

[PATCH] exa/mixed: fix gnome-panel corruption

2010-02-15 Thread Maarten Maathuis
- A mapped pixmap can't be used for acceleration, any decent memory manager will refuse this. - Source pixmaps migrated with a bounding region are incomplete (from the gpu point of view), so do the upload unconditionally, instead of just for deferred destination pixmaps. - Fixes fd.o bug #26076.

Re: xkb: Switch delay to a group

2010-02-15 Thread Ilya Murav'jov
Hi all, What about my patch, http://bugs.freedesktop.org/show_bug.cgi?id=865#c45? People report that it works... And I can split it into two chunks if it's difficult to review. Regards, Ilya ___ xorg-devel mailing list xorg-devel@lists.x.org

[PATCH video-vesa] config: Move compiler flags from configure.ac to Makefile.am

2010-02-15 Thread Gaetan Nadon
Remove unused XORG_INCS variable. Remove unused INCLUDES='-I$(top_srcdir)/src' This statement is redundant and not used in the makefile Remove unrequired '-I$(top_srcdir)/src' The current dir is already included by default in the makefile top_builddir = .. DEFAULT_INCLUDES = -I. -I$(top_builddir)

ANNOUNCE: pixman mailing list

2010-02-15 Thread Soeren Sandmann
Hi, There is now a pixman mailing list of everything related to pixman. I subscribed some people - roughly based on the criterion has committed at least twice and hasn't vanished. To subscribe: http://lists.freedesktop.org/mailman/listinfo/pixman The archives will eventually be

[PATCH] Solaris xf86OSRingBell() off-by-one error in filling iov[] array

2010-02-15 Thread Alan Coopersmith
When generating sound buffers for /dev/audio bells, insert waveform for beep *or* silence, but not both, so we don't write one entry past the end of the iov buffer when the final bit of soundwave ends up in the final entry allocated in the iov array. Fixes OpenSolaris bug 6894890:

Re: [PATCH] Solaris xf86OSRingBell() off-by-one error in filling iov[] array

2010-02-15 Thread Adam Jackson
On Mon, 2010-02-15 at 13:42 -0800, Alan Coopersmith wrote: When generating sound buffers for /dev/audio bells, insert waveform for beep *or* silence, but not both, so we don't write one entry past the end of the iov buffer when the final bit of soundwave ends up in the final entry allocated in

[PATCH] dix: Default DPMS timeout values to match screensaver values

2010-02-15 Thread Adam Jackson
These have the same default, but if you specify something different with -s on the command line, only the screensaver time is changed. As DPMS is usually what's desired, change it to match. Signed-off-by: Adam Jackson a...@redhat.com --- dix/main.c |4 +--- 1 files changed, 1 insertions(+),

Re: How to retrieve graphic card driver display mode in dual/multi-monitor setup?

2010-02-15 Thread Peter Hutterer
On Mon, Feb 15, 2010 at 12:25:03AM +0100, Rémi Cardona wrote: Le 14/02/2010 22:36, Ping Cheng a écrit : So, my questions are: 1. What is the proper way to retrieve TwinView's display mode and metamodes inside an (input) device driver? Short of parsing Xorg.0.log and/or xorg.conf to

[PATCH] Remove Linux-2.4/PPC64 checks

2010-02-15 Thread Matt Turner
We don't support the 2.4 series kernels anymore, no point in checking for them. Signed-off-by: Matt Turner matts...@gmail.com --- hw/xfree86/common/compiler.h | 11 +-- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/hw/xfree86/common/compiler.h

[PATCH] Use C-style comments in x86emu

2010-02-15 Thread Matt Turner
Signed-off-by: Matt Turner matts...@gmail.com --- hw/xfree86/x86emu/validate.c|2 +- hw/xfree86/x86emu/x86emu/prim_x86_gcc.h |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/xfree86/x86emu/validate.c b/hw/xfree86/x86emu/validate.c index

Re: [PATCH] Use C-style comments in x86emu

2010-02-15 Thread Peter Hutterer
On Mon, Feb 15, 2010 at 08:05:24PM -0500, Matt Turner wrote: Signed-off-by: Matt Turner matts...@gmail.com --- hw/xfree86/x86emu/validate.c|2 +- hw/xfree86/x86emu/x86emu/prim_x86_gcc.h |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] xquartz: add missing CloseInput.

2010-02-15 Thread Jeremy Huddleston
No worries. This is why it's great to be living on master. I've got this change already in my pull-request (just sent), so Keith, you can just pull my branch and we should be good. Thanks, Jeremy On Feb 15, 2010, at 16:24, Peter Hutterer wrote: Missing from

[PULL] XQuartz fixes (replaces previous request)

2010-02-15 Thread Jeremy Huddleston
The following changes since commit 84905007702da2c05a4f7446b3fc5ff52be49655: Thomas Jaeger (1): udev: Don't filter subsystem input are available in the git repository at: git://anongit.freedesktop.org/~jeremyhu/xserver master Jeremy Huddleston (3): XQuartz: Fix linking

Re: [PATCH] Let xfd build on systems without gettext.

2010-02-15 Thread Alan Coopersmith
Oops, sorry for missing that. For both this and the xload equivalent: Reviewed-by: Alan Coopersmith alan.coopersm...@sun.com matthieu.he...@laas.fr wrote: From: Matthieu Herrb matthieu.he...@laas.fr Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- xfd.c |2 ++ 1 files

[PATCH] Solaris xf86OSRingBell() off-by-one error in filling iov[] array

2010-02-15 Thread Alan Coopersmith
When generating sound buffers for /dev/audio bells, insert waveform for beep *or* silence, but not both, so we don't write one entry past the end of the iov buffer when the final bit of soundwave ends up in the final entry allocated in the iov array. Fixes OpenSolaris bug 6894890: