Re: [PATCH xwayland 5/7] xwayland: Emit relative motion events on both warp/confinement situations

2017-02-21 Thread Carlos Garnacho
Hey :), On Mon, Feb 20, 2017 at 4:44 AM, Jonas Ådahl wrote: > On Sat, Nov 12, 2016 at 05:25:20PM +0100, Carlos Garnacho wrote: >> But just as long as the cursor is hidden. In the typical pattern in >> games of "hide cursor, grab with a confineTo, warp constantly the pointer >>

Re: xserver 1.19.2 call for patches

2017-02-21 Thread Michel Dänzer
On 20/02/17 06:44 PM, Olivier Fourdan wrote: > - Original Message - >> I'd like to do another 1.19 soonish, say middle of next week. > > That would be great if we could get to the bottom of the random > crashes that affect 1.19.x first. > > Good news is we now have a core file from

RE: [xserver] xfree86: fix Xorg memory leak when run xrandr

2017-02-21 Thread Chen, Xiaogang
Hi Michel, Peter: Thank you for your review. I understand your concerns. I used memleax to monitor memory alloc/dealloc(https://github.com/WuBingzheng/memleax) by attaching it to Xorg process. This tool can record call stacks that lead to memory allocated but the memory blocks have not been

Re: (timeout in ms vs. XSyncValueSubtract) Frozen client, found cause, need advise for fix

2017-02-21 Thread Mihail Konev
On Wed, Feb 22, 2017 at 12:28:19AM +0500, Mihail Konev wrote: > > E.g. there is a typo in XSyncValue.lo definition - it should be uint > instead. Also wrong, the entire post was wrong, it was typo in my source. Mihail ___ xorg-devel@lists.x.org: X.Org

Re: (timeout in ms vs. XSyncValueSubtract) Frozen client, found cause, need advise for fix

2017-02-21 Thread Mihail Konev
On Tue, Feb 21, 2017 at 05:48:19PM +0100, walter harms wrote: > > > > XSyncValueSubtract is doing as expected, > XSyncValue is the simulation of 64bitvalues on 32bit. > see this in hex: > 10001 > -2 > 0 = 4294967295 in .lo > Kind of - it errorneously returns 1

Re: (timeout in ms vs. XSyncValueSubtract) Frozen client, found cause, need advise for fix

2017-02-21 Thread Mihail Konev
On Wed, Feb 22, 2017 at 12:28:19AM +0500, Mihail Konev wrote: > > Kind of - it errorneously returns > > 1 0001 > -0 0002 > 1 > Oh. This shouldn't matter in this case, as only is used. Offtop, sorry. Mihail ___

Re: [PATCH xserver v2 3/7] xwayland: "Accept" confineTo on InputOnly windows

2017-02-21 Thread Carlos Garnacho
On Mon, Feb 20, 2017 at 11:48 PM, Carlos Garnacho wrote: > Of sorts, actually make it confine to the pointer focus, as the > InputOnly window is entirely invisible to xwayland accounting, > we don't have a xwl_window for it. > > Signed-off-by: Carlos Garnacho

Re: [PATCH libX11] _XDefaultError: set XlibDisplayIOError flag before calling exit

2017-02-21 Thread Arthur Huillet
With Jamey's review and Julien's questions answered, would someone please push that change to libX11, unless there are objections to the patch? Thank you -- A. Huillet On 2017-02-02 9:45, Arthur Huillet wrote: On Thu, 2 Feb 2017 09:05:03 +0100 Julien Cristau wrote: On

Re: (timeout in ms vs. XSyncValueSubtract) Frozen client, found cause, need advise for fix

2017-02-21 Thread walter harms
Am 20.02.2017 10:55, schrieb Daniel Martin: > Hi everyone, > > I've got a Qt5 client, which receives mouse input only and freezes > soon and often. It gets stuck waiting for a reply from the server. > Pressing a none-modifier key releases the lock and the client > continues as normal until the