Re: [PATCH] xfree86: add default modes for 16:9 and 16:10

2018-01-16 Thread Martin Wilck
On Tue, 2018-01-09 at 20:33 +0100, Martin Wilck wrote: > Improve the user experience for users with wide screens by adding > standard > 16:9 and 16:10 modes to extramodes, as suggested previously > (https://lists.x.org/archives/xorg-devel/2016-February/048866.html). > Tested suc

[PATCH] xfree86: add default modes for 16:9 and 16:10

2018-01-09 Thread Martin Wilck
/show_bug.cgi?id=37858. Signed-off-by: Martin Wilck <mwi...@suse.com> --- hw/xfree86/common/extramodes | 142 +++ 1 file changed, 142 insertions(+) diff --git a/hw/xfree86/common/extramodes b/hw/xfree86/common/extramodes index 450502670286..5a446938250f

[PATCH] [libX11/XCB] Thread starves in _XReply() while anohter thread executes _XReadEvents()

2016-07-20 Thread Martin Wilck
Hello, I encounter the following situation on my system reproduceably when I run the synergy KVM switching software (server side). Thread A is stuck in this call path: XSync() _XReply() // line 625 ff: wait for event_waiter to process first event while(dpy->xcb->event_waiter)