[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] ui: improve precision of VNC desktop resizing
From: |
Gerd Hoffmann |
Subject: |
Re: [PATCH 0/4] ui: improve precision of VNC desktop resizing |
Date: |
Fri, 12 Mar 2021 11:36:18 +0100 |
On Thu, Mar 11, 2021 at 06:29:53PM +0000, Daniel P. Berrangé wrote:
> Currently when resizing the VNC desktop we get a thin black bar down the
> right hand side of the screen 93% of the time, because the VNC server
> rounds up the display to a multiple of 16. This series solves this
> problem by fixing the separation between the server surface dimensions
> (which are important for dirty bitmap tracking) and the client desktop
> size (which is what the client actually renders).
>
> Daniel P. Berrangé (4):
> ui: add more trace points for VNC client/server messages
> ui: avoid sending framebuffer updates outside client desktop bounds
> ui: use client width/height in WMVi message
> ui: honour the actual guest display dimensions without rounding
Added to ui patch queue.
thanks,
Gerd