[PATCH] Update GLX dependencies now that DRI DRI2 are builtins, not modules

2013-09-17 Thread Alan Coopersmith
--- hw/xfree86/dixmods/Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/dixmods/Makefile.am b/hw/xfree86/dixmods/Makefile.am index 9933bc8..3c43640 100644 --- a/hw/xfree86/dixmods/Makefile.am +++ b/hw/xfree86/dixmods/Makefile.am @@ -32,7 +32,7 @@

Re: [libX11/nls] requesting patch review: composing breve via lowercase u

2013-09-17 Thread Benno Schulenberg
On Sun, Aug 11, 2013, at 10:18, Benno Schulenberg wrote: The Compose tables currently allow to put a breve on a letter via the capital U (for example: Multi_key U a produces ă). This is fine for putting a breve on an uppercase letter, where one has to press Shift anyway, but it is awkward to

Re: [PATCH] OS/ACPI: Reconnect to acpid when it gets restarted

2013-09-17 Thread Egbert Eich
Hi Keith! Back from Vienna :) On Mon, Sep 09, 2013 at 04:23:20PM -0700, Keith Packard wrote: Egbert Eich e...@freedesktop.org writes: +PMClose +lnxACPIPoll(void) +{ +TimerSet(NULL, 0, 1, lnxACPICheckTimer, NULL); I'm betting this is supposed to be: acpiTimer =

Re: [PATCH] libXt: don't use target flags to build makestrs #69241

2013-09-17 Thread Yunlian Jiang
It works for my case. I uses x86_64-pc-linux-gnu-gcc as the host compiler, i686-pc-linux-gnu-gcc, armv7a-cros-linux-gnueabi-gcc and x86_64-cros-linux-gnu-gcc as the target comiler. They all work fine. On Mon, Sep 16, 2013 at 12:58 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On

SiS Mirage1 driver

2013-09-17 Thread Michal Suchanek
Hello, I dusted off my D201GLY2 board and some old disks and found the SiS driver that has working modestting on it. I included some patches from the current Xorg SiS driver so it now runs on Debian stable. Compared to the vesa driver and it appears that vesa has better precieved rendering

Mapping soft (keyboard) buttons to (resistive) touch

2013-09-17 Thread Andreas Lausch / TBT
Hello, I've got a resistive touch screen, where the touch area is larger than the display area. I'd like to map soft (keyboard) buttons (e.g. ESC or num block ENTER) to the area outside of the screen -- similar to android's [BACK], [HOME], [MENU] buttons at the bottom. On the linux-side, the

Re: [PULL] Minor XQuartz build fixes

2013-09-17 Thread Keith Packard
Jeremy Huddleston Sequoia jerem...@apple.com writes: Jeremy Huddleston Sequoia (2): XQuartz: Fix build with moved pseudoramiX XQuartz: pbproxy: Fix build with -DDEBUG Merged. 47ff382..8010d3a master - master -- keith.pack...@intel.com pgp_7FvnzCfO1.pgp Description: PGP

[PATCH] xfree86: disable VT switching/enable VT sharing by default for non-seat0 seats (#69477)

2013-09-17 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. When option -seat is passed with an argument different from seat0, the following xf86Info properties are set to TRUE by default: * dontVTSwitch (no need of enabling

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

2013-09-17 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. When option -seat is passed with an argument different from seat0, option GrabDevice is enabled by default (no need of enabling it in xorg.conf's InputClass

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

2013-09-17 Thread Samuel Thibault
Hello, Pino Toscano, le Wed 28 Aug 2013 17:36:26 +0200, a écrit : with GCC 4.8, few implicit declaration of function warnings become errors, breaking the build of xserver on the Hurd. Attached there are two patches, which apply fine in both master and server-1.14-branch branches, which

[PATCH video-ark] Remove usage of mibstore.h (removed from server)

2013-09-17 Thread Gaetan Nadon
The module had a compile error for this missing header file. Changes similar to vmware commit 23d87c92b7211cc5249eefe4ab3a2c7f370e279e Signed-off-by: Gaetan Nadon mems...@videotron.ca --- src/ark_driver.c |2 -- 1 file changed, 2 deletions(-) diff --git a/src/ark_driver.c

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

2013-09-17 Thread Matt Dew
-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. thanks, Matt On 09/17/2013 12:02 PM, Samuel Thibault wrote: Hello, Pino Toscano, le Wed 28 Aug 2013 17:36:26