Hi,
when a VM uses a video mode that is larger than the mode of the host
running virt-manager fullscreen mode isn't particular useful at the
moment. Since there are no scroll bars (due to _force_resize), parts of
the screen simply get cut off. Attached patch sets the size of the vnc
widget to the actual screen size (minus the height of the menu bar) when
switching to fullscreen mode with scaling enabled. This makes things
work much better for me.
Cheers,
-- Guido
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
02-23-2009, 11:05 PM
Cole Robinson
virt-manager: make fullscreen mode
Guido Günther wrote:
> Hi,
> when a VM uses a video mode that is larger than the mode of the host
> running virt-manager fullscreen mode isn't particular useful at the
> moment. Since there are no scroll bars (due to _force_resize), parts of
> the screen simply get cut off. Attached patch sets the size of the vnc
> widget to the actual screen size (minus the height of the menu bar) when
> switching to fullscreen mode with scaling enabled. This makes things
> work much better for me.