| Summary: | option -f will not launch all the display as fullscreen | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | CongDong <codong> | ||||
| Component: | virt-viewer | Assignee: | Default Assignee for SPICE Bugs <rh-spice-bugs> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.0 | CC: | cfergeau, codong, dblechte, dyuan, jjongsma, marcandre.lureau, mzhan, rbalakri, tzheng | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | virt-viewer-0.6.0-1.el7 | Doc Type: | Bug Fix | ||||
| Doc Text: |
Cause: When starting with -f and N monitors, only displays with number <= N were set to fullscreen
Consequence: For guests with sparse displays enabled (e.g. 1 & 4), display number 4 was not set to fullscreen
Fix: When started in fullscreen mode (-f), we now always auto-configure the guest to match the client configuration (e.g. if client has 2 monitors, we enable display 1 and 2 on guest and disable any other displays)
Result: There is always one screen for each client monitor and they are all fullscreen.
|
Story Points: | --- | ||||
| Clone Of: | 1032960 | Environment: | |||||
| Last Closed: | 2015-03-05 13:38:41 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: | |||||
| Bug Depends On: | 1032960, 1109400 | ||||||
| Bug Blocks: | 1009648 | ||||||
| Attachments: |
|
||||||
|
Description
CongDong
2013-11-21 10:19:17 UTC
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. Like original bug, this should be solved with rebase 1109400 I can reproduce this with: virt-viewer-0.5.7-7.el7.x86_64 VERIFY with: virt-viewer-0.6.0-1.el7.x86_64.rpm Steps: 1.Prepare a spice guest with qxl and spicevmc. 2.Start the guest,connect it with virt-viewer,enable display 1 and display 4(or 3). # virt-viewer $guest 3.Close virt-viewer. 4.Use virt-viewer to connect the guest with option "-f" # virt-viewer $guest -f 5.Click "Leave fullscreen" button Result: Step4, two displays are fullscreen in each monitor Step5, after leave fullscreen, check two display number, they are display 1 and display 2 The result is expected, so set VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0295.html |