Bug 1028496
| Summary: | Resolution doesn't get synced on resize | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Tomas Jamrisko <tjamrisk> |
| Component: | spice-vdagent | Assignee: | Default Assignee for SPICE Bugs <rh-spice-bugs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | acathrow, cfergeau, dblechte, marcandre.lureau, mkrcmari, pvine, tjamrisk, vehrlich |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-07-07 11:51:45 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tomas Jamrisko
2013-11-08 15:24:30 UTC
What is the host OS? added needinfo to reporter to answer the question in #3 The host was RHEL7, Tried it again and it seems to work now. So closing this bug... Well I want to reopen this bug, because the behaviour is less or more strange. Auto resizing is not working when you enlarge/reduce remote-viewer window. Resize with xrandr/gnome settings is working good, but then second display is actived, previous dimensions are restored. Size of display are somehow remembered. Host, Guest, Client are the same : RHEL7/64 spice-vdagentd is running. Step to reproduce (Prologue): 1. Start guest [1] 2. Connect to guest [2] Let guest has resolution set up to 1024x768 3. Open second display (on client's remote-viewer select from menu View->Displays->Display 2) 4. Set up resolution of first display to 800x600 5. Close second window (on client's remote-viewer unselect from menu View->Displays->Display 2) Expected result: Second display disapears, First remains the same Current result: First display's resolution is set back to resolution which was at the end of step 2 (1024x768) Step to reproduce (Main chapter): 6.Resize window of remote-viewer (grab the corner and pull) Expected result: Resolution is changed Current result: Resolution remains the same, only remote-viewer window is resized Step to reproduce (Epilogue): 7. Enlarge remote-viewer window more than 800x600 8. Open second display again Expected result: Second display appears, first remains enlarged (with correct resolution, but...) Current result: Second display appears, first goes back to 800x600(as previously set when second display was actived) [1] /usr/libexec/qemu-kvm -m 2048 -name rhel7 -drive file=path_to_RHEL7_img,media=disk -vga qxl -spice port=3000,disable-ticketing,addr=localhost,seamless-migration=on -device virtio-serial -chardev spicevmc,id=vdagent,name=vdagent -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 -soundhw hda -monitor stdio [2] remote-viewer spice://localhost?port=3000 testing on rhel7 host, with user logged in (in gdm there is bug #1052172) it works for me now. could you verify? thanks Works for me now as well. |