qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Daniel P. Berrangé" <berrange@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>
Subject: [PATCH 0/4] ui: improve precision of VNC desktop resizing
Date: Thu, 11 Mar 2021 18:29:53 +0000	[thread overview]
Message-ID: <20210311182957.486939-1-berrange@redhat.com> (raw)

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

 ui/trace-events | 16 ++++++++++++++++
 ui/vnc-jobs.c   | 44 ++++++++++++++++++++++++++++++++++++++++----
 ui/vnc.c        | 48 ++++++++++++++++++++++++++++++++++++++++--------
 ui/vnc.h        |  1 +
 4 files changed, 97 insertions(+), 12 deletions(-)

-- 
2.29.2




             reply	other threads:[~2021-03-11 18:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11 18:29 Daniel P. Berrangé [this message]
2021-03-11 18:29 ` [PATCH 1/4] ui: add more trace points for VNC client/server messages Daniel P. Berrangé
2021-03-11 21:12   ` Marc-André Lureau
2021-03-11 18:29 ` [PATCH 2/4] ui: avoid sending framebuffer updates outside client desktop bounds Daniel P. Berrangé
2021-03-11 21:15   ` Marc-André Lureau
2021-03-11 18:29 ` [PATCH 3/4] ui: use client width/height in WMVi message Daniel P. Berrangé
2021-03-11 21:19   ` Marc-André Lureau
2021-03-11 18:29 ` [PATCH 4/4] ui: honour the actual guest display dimensions without rounding Daniel P. Berrangé
2021-03-12  6:48   ` Marc-André Lureau
2021-03-12 10:36 ` [PATCH 0/4] ui: improve precision of VNC desktop resizing Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210311182957.486939-1-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).