0

I am running my Centos7 guest on a Ubuntu 14.04 host machine. On bringing up the guest machine, the guest machine's screen height is more than the host machine's screen size. So, scroll bars appear on right side of virt-manager screen. But, in the command prompt, navigation using the scroll bar to see the top/bottom of the screen is difficult for me.

How can i reduce the guest machine's screen height and make it less than or equal to the host machine's height?

Saravana Kumar
  • 169
  • 1
  • 1
  • 6

1 Answers1

0

You had to lower the virtualized display resolution - ie the resolution at which your virtual machine runs. Set it to a lower value (for example, 800x600).

shodanshok
  • 47,711
  • 7
  • 111
  • 180
  • `virt-manager` doesn't have any options related to display resolution. all i see on the left side is, `Display VNC`, `Video Cirrus`, `Tablet`. At least these sub-menus don't have this option. – Saravana Kumar Apr 26 '15 at 02:22