Re: [PATCH] xfree86: Bump input ABI version too

2014-11-06 Thread Maarten Lankhorst
Op 06-11-14 om 00:36 schreef Peter Hutterer: On Tue, Nov 04, 2014 at 04:13:23PM +0100, Maarten Lankhorst wrote: When videodrv abi is bumped because of incompatible changes please bump input too, debian only checks input or video abi for compatibility in its packaging. please fix debian's

Re: [PATCH:libXaw 1/2] Use autoconf HAVE_UNISTD_H instead of imake X_NOT_POSIX to find unistd.h

2014-11-06 Thread Hans de Goede
Hi, Series looks good and is: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans On 11/06/2014 03:05 AM, Alan Coopersmith wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- src/OS.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH:libXaw3d] Just use C89 size_t instead of rolling our own Size_t Off_t

2014-11-06 Thread Hans de Goede
Hi, On 11/06/2014 03:26 AM, Alan Coopersmith wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Looks good: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans --- src/AsciiSrc.c | 15 --- src/MultiSrc.c | 16 2 files changed,

Re: [PATCH] glamor: Don't insert fbos from external objects into fbo cache

2014-11-06 Thread Alex Deucher
On Wed, Nov 5, 2014 at 5:32 PM, Keith Packard kei...@keithp.com wrote: Mark fbos created from external buffers so that when the associated pixmap is destroyed, they aren't put into the fbo cache for later re-use and are instead freed immediately. Signed-off-by: Keith Packard kei...@keithp.com

Re: [PATCH xf86-video-nested 5/5] Introduce a new XCB client backend, and make it the default one.

2014-11-06 Thread Laércio de Sousa
Hi Uli, 2014-11-05 20:16 GMT-02:00 Uli Schlachter psyc...@znc.in: Hi, Am 31.10.2014 um 14:12 schrieb Laércio de Sousa: +case XCB_CONN_CLOSED_REQ_LEN_EXCEED: +xf86DrvMsg(scrnIndex, + X_ERROR, + Connection to host X server closed: too many

[PATCH xf86-video-nested v2 0/5] Bring up a new XCB client, start pairing with Xephyr code.

2014-11-06 Thread Laércio de Sousa
This is the v2 of my patch series for xf86-video-nested that introduces a new XCB backend. Some compiler warnings are fixed, and now XCB client also handles delete window events (e.g. when the user clicks on window's close button). Original message: This is my first effort to improve

[PATCH xf86-video-nested v2 2/5] Add support for option Xauthority in xorg.conf

2014-11-06 Thread Laércio de Sousa
With this patch, one can set explicitely an authorization file for nested video driver in xorg.conf section Device. Example: Section Device Identifier nested_device Driver nested Option Display :0 Option Xauthority /var/run/Xauthority/:0 EndSection If no such an option is defined

[PATCH xf86-video-nested v2 1/5] Make nested input driver build optional (and disabled by default)

2014-11-06 Thread Laércio de Sousa
This patch allow skipping build of nested input driver included in xf86-video-nested code. Actually, nested input driver is not needed for single-GPU multiseat setups, and may need maintenance for other use cases. Nested input driver build will be disabled by default. If one wants to build it,

[PATCH xf86-video-nested v2 5/5] Introduce a new XCB client backend, and make it the default one.

2014-11-06 Thread Laércio de Sousa
This patch brings up a new XCB backend client, translated from original xlibclient.c, and based on latest Xephyr code. This XCB backend Alread brings some improvements already present in Xephyr, like fullscreen and output support. This patch will also change configure.ac to make the new XCB

[PATCH xf86-video-nested v2 4/5] Add configure option for choosing driver backend

2014-11-06 Thread Laércio de Sousa
This patch will introduce a new configure option --with-backend=NAME, that will allow switching easily between available client backend implementations when building xf86-video-nested. Signed-off-by: Laércio de Sousa laercioso...@sme-mogidascruzes.sp.gov.br --- configure.ac| 16

[PATCH] Update drm properties correctly

2014-11-06 Thread Jonathon Jongsma
When connector properties got changed, those changes were not being propagated to user-space. This pushes those chagnes up so that e.g. new suggested_x|y properties can be used to help lay out multiple displays properly. This code is based on similar code from the nouveau driver. ---

Re: [Spice-devel] [PATCH] Update drm properties correctly

2014-11-06 Thread Marc-André Lureau
- Original Message - When connector properties got changed, those changes were not being propagated to user-space. This pushes those chagnes up so that e.g. new suggested_x|y properties can be used to help lay out multiple displays properly. This code is based on similar code from

[PATCH] doc: fix: s/XkbAllBellNotifyMask/XkbBellNotifyMask/

2014-11-06 Thread Daniel Hahler
--- man/xkb/XkbBell.man| 2 +- man/xkb/XkbBellEvent.man | 2 +- man/xkb/XkbDeviceBell.man | 2 +- man/xkb/XkbDeviceBellEvent.man | 2 +- man/xkb/XkbForceBell.man | 2 +- man/xkb/XkbForceDeviceBell.man | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff