12

In KVM/QEMU machine window size by default matches guest OS resolution. But if I resize windows (accidently) how to restore default size?

Gilles 'SO- stop being evil'
  • 807,993
  • 194
  • 1,674
  • 2,175
atomAltera
  • 267
  • 4
  • 12

2 Answers2

16

By pressing: CtrlAltu

Source: http://linux.die.net/man/1/qemu-kvm

In the future, you can also try to use man (in a terminal). This gives you the user manual. You can seek a word by pressing "/" (without the quotes) and then cycle through the references using "n":

man qemu
/restore <enter>
n
n

To quit, type "q".

0

Assimunig you're talking about virt-manager or virt-viewer:

Click "View", select "Resize to VM"

dyasny
  • 1,136
  • 6
  • 8