Re: [PATCH xf86-video-dummy 6/6] Support RandR 1.2

2015-01-25 Thread Chris Wilson
On Sat, Jan 24, 2015 at 05:08:13PM -0800, Aaron Plattner wrote: Don't bother creating RandR outputs or creating or validating modes. Instead, just invent a dummy DisplayModeRec for the current screen size. Plug in a RandR framebuffer resize hook to allow resizing the screen. Update the

Re: [PATCH] Fix a crash with XDMCP error handler

2015-01-25 Thread walter harms
Am 21.01.2015 10:56, schrieb Olivier Fourdan: The XdmpcpFatal() error handler uses a string format that the vpnprintf() routine does not understand, as a result any XDMCP fatal error leads to a server crash: (EE) (EE) BUG: triggered 'if (f[f_idx])' (EE) BUG: log.c:474 in

Re: [PATCH:libXt 5/5] makestrs: Use asprintf() if available

2015-01-25 Thread walter harms
Am 19.01.2015 19:41, schrieb Alan Coopersmith: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- configure.ac|5 - util/makestrs.c | 17 + 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index

Re: [PATCH] Fix a crash with XDMCP error handler

2015-01-25 Thread Colin Harrison
Hi, I much prefer Jon Turney's more universal fix to this problem. http://lists.x.org/archives/xorg-devel/2014-November/044568.html and having tested Jon's fix it can have Reviewed-by: Colin Harrison colin.harrison at virgin.net Thanks, Colin Harrison

Re: Localize the Ā«CompozeĀ» key combinations?

2015-01-25 Thread Hi-Angel
2015-01-20 22:44 GMT+03:00 wetts...@gmail.com: If you are willing to modify your libX11, something you might want to try is to change libX11/modules/im/ximcp/imLcFlt.c such that the calls to XLookupString are done with a modified value of ev-xkey.state. You mask out the two bits of the state

Re: [PATCH xf86-video-dummy 0/6] Cleanups and RandR 1.2 support

2015-01-25 Thread Keith Packard
Aaron Plattner aplatt...@nvidia.com writes: This series is a counterproposal to Nicolas's patch dummy: Add support for custom resolutions (RandR 1.2) [1] This version allows using xrandr's --fb option to resize the screen rather than having to try to create fake modes that pass validation

Re: [PATCH:libXt 5/5] makestrs: Use asprintf() if available

2015-01-25 Thread Alan Coopersmith
On 01/25/15 10:40 AM, walter harms wrote: IMHO, it would be better to have a private asprintf() in case ifndef HAVE_ASPRINTF 1. this may be useful in other places Nope, this is a standalone program used in the build process and not linked to anything but libc, and nothing else links to it.