[PATCH] os: Server terminated successfully is not an error

2014-11-21 Thread Aaron Plattner
ErrorFSigSafe calls LogVMessageVerbSigSafe with the message type set to X_ERROR. That generates this in the log: (EE) Server terminated successfully (0). Closing log file. People periodically report this as an error, sometimes quoting this error rather than an earlier error that actually

Re: [PATCH] mi: Fix regression in arc drawing

2014-11-21 Thread Aaron Plattner
On 11/11/2014 09:30 AM, Adam Jackson wrote: xts' XDrawArcs/15 regressed (turning into a server-side infinite loop) after: commit 7679afd4da8b86aed27e5916ba723116a3c8bb4a Author: Adam Jackson a...@redhat.com Date: Fri Sep 26 12:01:37 2014 -0400 mi: Fold mifpolycon.c

Re: [PATCH] dummy: Add support for custom resolutions (RandR 1.2)

2014-11-21 Thread Aaron Plattner
On 11/13/2014 10:33 AM, Nicolas Boichat wrote: Defining and setting custom resolutions at runtime is not currently possible with dummy, which is unconvenient for remote desktop applications, see: http://lists.x.org/archives/xorg-devel/2014-September/043928.html This patch adds support XRandR

Re: Is xrandr Border property really immutable

2014-11-21 Thread Aaron Plattner
On 11/16/2014 11:02 AM, Stefan Bruens wrote: Hi everyone, while reading through the randr protocol specification [1], I stumbled on the Border property having the Immutable flag set. Either I did not understand the flag correctly, or it should be removed. The Immutable flag is super

Re: [PATCH] os: Server terminated successfully is not an error

2014-11-21 Thread Keith Packard
Aaron Plattner aplatt...@nvidia.com writes: ErrorFSigSafe calls LogVMessageVerbSigSafe with the message type set to X_ERROR. That generates this in the log: (EE) Server terminated successfully (0). Closing log file. People periodically report this as an error, sometimes quoting this

Re: [PATCH 1/8] dix: Add 'paintable' bit to the window state (v2)

2014-11-21 Thread Keith Packard
Adam Jackson a...@redhat.com writes: A paintable window is a window whose pixels are (potentially) modifiable by rendering commands. Right now that just means the same thing as viewable; it will soon also include unmapped windows with backing store set to Always. v2: Set paintable in dix