[Spice-devel] [PATCH qxl-wddm-dod 1/3] qxl-wddm-dod: Allow additional low resolution
Marek Kedzierski
mkedzier at redhat.com
Thu Feb 27 14:39:41 UTC 2020
ack
----- Original Message -----
> From: "Yuri Benditovich" <yuri.benditovich at daynix.com>
> To: spice-devel at lists.freedesktop.org
> Cc: yan at 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.com/show_bug.cgi?id=1758524
> Examples are displays 320*200 and 800*480
>
> Signed-off-by: Yuri Benditovich <yuri.benditovich at daynix.com>
> ---
> 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/QxlDod.h
> +++ b/qxldod/QxlDod.h
> @@ -19,8 +19,8 @@
> #define BITS_PER_BYTE 8
>
> #define POINTER_SIZE 64
> -#define MIN_WIDTH_SIZE 800
> -#define MIN_HEIGHT_SIZE 600
> +#define MIN_WIDTH_SIZE 320
> +#define MIN_HEIGHT_SIZE 200
> #define INITIAL_WIDTH 1024
> #define INITIAL_HEIGHT 768
> #define QXL_BPP 32
> --
> 2.17.1
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
>
>
More information about the Spice-devel
mailing list