[Spice-devel] [PATCH] qxl: add 800x480 resolution to qxl_modes (n900 native)

Uri Lublin uril at redhat.com
Wed Aug 4 01:54:45 PDT 2010


On 08/03/2010 11:39 AM, Alon Levy wrote:
> Required for full screen in n900. Our vdagent is currently broken in that if you request a resolution
> that isn't supported by the driver you are left with a white screen, so this fixes "spicec --full-screen=auto-conf"
> for n900.
>
> Review please.
>
> ---
>   hw/qxl.c |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/hw/qxl.c b/hw/qxl.c
> index ab1587a..e91f4b9 100644
> --- a/hw/qxl.c
> +++ b/hw/qxl.c
> @@ -64,6 +64,7 @@
>
>   static QXLMode qxl_modes[] = {
>       QXL_MODE_EX(640, 480),
> +    QXL_MODE_EX(800, 480),
>       QXL_MODE_EX(800, 600),
>       QXL_MODE_EX(832, 624),
>       QXL_MODE_EX(1024, 768),

OK.

The n900 becomes an important platform, it seems ;-)


More information about the Spice-devel mailing list