[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/display/virtio-vga: made vga memory size configurable
From: |
Vitaly Chipounov |
Subject: |
Re: [PATCH] hw/display/virtio-vga: made vga memory size configurable |
Date: |
Mon, 15 Mar 2021 12:29:16 +0100 |
On Mon, Mar 15, 2021 at 8:21 AM Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> On Sun, Mar 14, 2021 at 01:23:14PM +0100, vitaly@cyberhaven.com wrote:
> > From: Vitaly Chipounov <vitaly@cyberhaven.com>
> >
> > This enables higher resolutions.
>
> No. virtio-vga supports higher resolutions just fine once the guest
> driver is loaded. The video memory is used at boot only, before the
> guest driver is loaded, and 8MB just for a boot display is more than
> generous.
>
> If your guest has no virtio driver use stdvga instead of running
> virtio-vga permanently in vga compatibility mode.
I tried -device VGA,vgamem_mb=32. I did not see any resolution above
1080p on a Windows 10 guest.
virtio-vga has many more resolutions available, it was just missing 4k.
I have the virtio-win-0.1.190 driver pack installed.
I don't use qxl, because it makes the Windows GUI sluggish for me. I
don't have problems with VGA or virtio-vga.
Best regards,
Vitaly