In KVM/QEMU machine window size by default matches guest OS resolution. But if I resize windows (accidently) how to restore default size?
Asked
Active
Viewed 9,204 times
12
2 Answers
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".
Stephan Henningsen
- 155
- 6
0
Assimunig you're talking about virt-manager or virt-viewer:
Click "View", select "Resize to VM"
dyasny
- 1,136
- 6
- 8
-
I don't use _virt-*_. I have only qemu window and qemu console – atomAltera Jan 08 '13 at 09:05