[PATCH v2 3/3] xfree86: add short description about MatchSeat key in xorg.conf man page

2014-04-03 Thread Laércio de Sousa
Signed-off-by: Laércio de Sousa lbsous...@gmail.com --- hw/xfree86/man/xorg.conf.man | 24 1 file changed, 24 insertions(+) diff --git a/hw/xfree86/man/xorg.conf.man b/hw/xfree86/man/xorg.conf.man index 85f9f2e..c11372f 100644 --- a/hw/xfree86/man/xorg.conf.man +++

[PATCH v2 0/3] Reworked patches to make non-seat0 X servers work with non-KMS video drivers

2014-04-03 Thread Laércio de Sousa
Since version 198, systemd-logind no longer requires a framebuffer device to create a new seat (it's sufficient to assing at least one suitable device tagged as master-of-seat in udev to a new seat in order to create it). It opens the possibility to configure multiseat properly using multiple

[PATCH v2 1/3] xfree86: allow fallback to PCI bus probe for graphics devices on non-seat0 X servers (#66851)

2014-04-03 Thread Laércio de Sousa
Currently non-seat0 X servers only probe platform bus for graphics devices, which is OK for most KMS-compliant drivers. However, for non-KMS drivers (like NVIDIA proprietary ones), graphics devices can't be reached by platform bus probe, resulting in a No devices detected error. This patch allows

[PATCH v2 2/3] xfree86: add new key MatchSeat to xorg.conf sections Device, Screen, and ServerLayout

2014-04-03 Thread Laércio de Sousa
From: Oleg Samarin osamari...@gmail.com This patch introduces a new key MatchSeat in xorg.conf (also applies to any .conf file in xorg.conf.d). It will allow targeting a given Device, Screen, and/or ServerLayout section to a particular seat only (specified by option -seat in X server command

[PATCH util-macros 1/2] Add XORG_AUTHORS macro to generate a list of authors from git

2014-04-03 Thread Gaetan Nadon
The macro generates a list of authors and creates the AUTHORS file in the module root directory. The AUTHORS_CMD is based on the ChangeLog command. A test for the git directory has been added so the 'git log' command is not invoked when we know that git is not reachable. The make targets for

[PATCH util-macros 2/2] Use the new XORG_AUTHORS macro for the util-macros package

2014-04-03 Thread Gaetan Nadon
Signed-off-by: Gaetan Nadon mems...@videotron.ca --- .gitignore |1 + Makefile.am |9 +++-- configure.ac |1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61198c9..058b4b5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@

[PATCH v2] Add pScreen-NameWindowPixmap hook

2014-04-03 Thread Daniel Stone
This hook allows drivers to be notified when a pixmap gains a new ID. (ABI break.) Signed-off-by: Daniel Stone dani...@collabora.com --- composite/compext.c | 13 - include/scrnintstr.h | 3 +++ 2 files changed, 15 insertions(+), 1 deletion(-) v2: Change return type to return an

Re: [PULL] XDG_DATA_DIR logging, build fixes, logind monitoring, accessibility revert...

2014-04-03 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Gaetan Nadon (3): suid: replace deprecated AC_HELP_STRING with AS_HELP_STRING suid: add generated Xorg.sh to hw/xfree86/.gitignore suid: adding Xorg.sh.in to EXTRA_DIST is redundant Hans de Goede (4): Buildsys: Create

Re: Xwayland series v2

2014-04-03 Thread Keith Packard
Kristian Høgsberg k...@bitplanet.net writes: Here's an updated version of the Xwayland series. Thanks to Kristian for getting this cleaned up today and ready for the merge. 3c34dd3..b4d0bec master - master -- keith.pack...@intel.com pgpP1MwrqQmZU.pgp Description: PGP signature

Re: Xwayland series v2

2014-04-03 Thread Kristian Høgsberg
On Thu, Apr 3, 2014 at 3:38 PM, Keith Packard kei...@keithp.com wrote: Kristian Høgsberg k...@bitplanet.net writes: Here's an updated version of the Xwayland series. Thanks to Kristian for getting this cleaned up today and ready for the merge. 3c34dd3..b4d0bec master - master Thanks

Re: [PATCH] Set a flag property on the root window to say if the X server VT is active

2014-04-03 Thread Dave Airlie
On Mon, Mar 31, 2014 at 7:19 PM, Michael Thayer michael.tha...@oracle.com wrote: An X11 client may need to know whether the X server virtual terminal is currently the active one. This change adds a root window property which provides that information. Intended interface user: the VirtualBox

Re: [PATCH] Add a return value to load_cursor_argb() to allow it to report failure

2014-04-03 Thread Dave Airlie
load_cursor_argb() may need to be able to fail and have the server fall back to a software cursor in at least the following circumstances. 1) The hardware can only support some ARGB cursors and this does not just depend on cursor size. 2) Virtual hardware may not wish to pass through a cursor

Re: [PATCH] default to stub int10 implementation on arm

2014-04-03 Thread Daniel Stone
Hi, On 3 April 2014 19:57, Rob Clark robdcl...@gmail.com wrote: There should be no reason to need a real int10 implementation on arm, and switching to stub is an easy way to fix: xf86x86emu.c: In function 'xf86Int10ExecSetup': xf86x86emu.c:56:9: error: unknown field 'xf_outb' specified

Re: [PATCH v2] Add pScreen-NameWindowPixmap hook

2014-04-03 Thread Keith Packard
Daniel Stone dani...@collabora.com writes: This hook allows drivers to be notified when a pixmap gains a new ID. (ABI break.) Signed-off-by: Daniel Stone dani...@collabora.com Merged (with minor fixup): b4d0bec..b851ca9 master - master -- keith.pack...@intel.com pgp_j745RxOM8.pgp

Re: Re-send of patches

2014-04-03 Thread Keith Packard
Michael Thayer michael.tha...@oracle.com writes: Hello, I currently have three patches in the air waiting for review and hopefully integration. It would be great if someone found time to go over them. I've merged the two X server patches (as reviewed by Dave Airlie): b851ca9..901fbfb

Xwayland DDX: build breaks in configuration

2014-04-03 Thread Gaetan Nadon
http://tinderbox.x.org/builds/2014-04-03-0020/logs/xserver/#configure checking whether to build Xwayland DDX... no /home/robclark/xorg/xserver/configure: line 31420: syntax error near unexpected token `'$(top_srcdir)/hw/xwayland'' /home/robclark/xorg/xserver/configure: line 31420: `

Re: [PATCH xinit v3 3/3] startx: Under Linux start X on the current VT

2014-04-03 Thread Peter Hutterer
On Mon, Mar 31, 2014 at 03:51:46PM +0200, Hans de Goede wrote: When we let X allocate a new VT, systemd-logind will not recognize any processes running on this VT as belonging to a valid session (since there was no pam session opened on that tty). This causes problems like PolicyKit denials

Re: any more pull requests or cherry picks for xserver 1.15.1 or 1.14.6 ?

2014-04-03 Thread Eric Anholt
Matt Dew mar...@osource.org writes: Hey folks, Any body have any thing more for xserver stable? Either 1.15.1 or 1.14.6? Current plan is one week from today for releases. It would be nice to get 96a28e9c914d7ae9b269f73a27b99cbd3c465ac8 picked back. Should I send pull requests?