https://bugzilla.redhat.com/show_bug.cgi?id=1791804
Currently the screen can be shown as Landscape and
Portrait (90 deg. rotation). Allowing also Flipped
Portrait (270 deg. rotation) and Flipped Landscape
(180 deg).
Signed-off-by: Yuri Benditovich
---
qxldod/QxlDod.cpp | 8 ++--
1 file chang
https://bugzilla.redhat.com/show_bug.cgi?id=1758524
Examples are displays 320*200 and 800*480
Signed-off-by: Yuri Benditovich
---
qxldod/QxlDod.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qxldod/QxlDod.h b/qxldod/QxlDod.h
index d889b9d..016b1aa 100755
--- a/qxldod/Q
https://bugzilla.redhat.com/show_bug.cgi?id=1791804
The remapping will work only when the driver controls
the placement of drawn pointer, i.e. when the input
device in VM is usb-mouse and the Spice Agent is not
active.
Signed-off-by: Yuri Benditovich
---
qxldod/QxlDod.cpp | 26 ++
ack
- Original Message -
> From: "Yuri Benditovich"
> To: spice-devel@lists.freedesktop.org
> Cc: y...@daynix.com
> Sent: Thursday, February 27, 2020 11:02:53 AM
> Subject: [Spice-devel] [PATCH qxl-wddm-dod 1/3] qxl-wddm-dod: Allow
> additional low resolution
>
> https://bugzilla.redhat
Hi,
> Dmitry's virtio-video driver
> https://patchwork.linuxtv.org/patch/61717/.
> Once it becomes fully functional, I'll post a list of possible
> improvements of protocol.
Cool. Actually implementing things can find design problems
in the protocol you didn't notice earlier.
> > > +\begin{de
Hi Sam
Am 27.02.20 um 21:45 schrieb Sam Ravnborg:
> Hi Thomas.
>
> On Tue, Feb 25, 2020 at 02:10:55PM +0100, Thomas Zimmermann wrote:
>> The qxl driver uses an empty implementation for its encoder. Replace
>> the code with the generic simple encoder.
>>
>> v2:
>> * rebase onto new simple-enc