Hide Forgot
I can't get resize-guest to work using f21 host/guest/client. Neither virt-viewer or virt-manager seem to trigger a resolution change in the guest. FWIW a RHEL6 VM on f21 host/client resizes correctly with virt-viewer.
I saw the same issue on a F20 host with a F21 guest (bug 1137047).
Also seeing this issue on F20 host and F21 guest (both fully updated). journalctl -f in the guest does show this message popping out when I resize the VM window: Oct 19 22:34:01 localhost.localdomain gnome-session[1492]: (gnome-settings-daemon:1577): color-plugin-WARNING **: unable to get EDID for xrandr-Virtual-0: unable to get EDID for output It does appear the guest is figuring out that the window resolution has changed, because if I open up the Display control panel the actual window size shows up in the list of resolutions and I can select that to resize the window content. It's just not figuring out to resize the resolution automatically.
This should be fixed by https://git.gnome.org/browse/mutter/commit/?h=gnome-3-14&id=21d8c4b0325855e767ee597a668c27ff8573fb47 and https://git.gnome.org/browse/mutter/commit/?h=gnome-3-14&id=4d08e89c16c65ac1bb0cf062a535dc956c2afae0
(In reply to Christophe Fergeau from comment #3) > This should be fixed by > https://git.gnome.org/browse/mutter/commit/?h=gnome-3- > 14&id=21d8c4b0325855e767ee597a668c27ff8573fb47 and > https://git.gnome.org/browse/mutter/commit/?h=gnome-3- > 14&id=4d08e89c16c65ac1bb0cf062a535dc956c2afae0 Those patches were included in 3.14.2, which has been in F21 for a while now - so can someone confirm that this is no longer an issue?
Yes it appears to be working with F22 host and up to date F21 VM, thanks