Bug 1267184
| Summary: | Monitor mapping doesn't properly adjust resolutions | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Tomas Jamrisko <tjamrisk> | |
| Component: | virt-viewer | Assignee: | Virt Viewer Maint <virt-viewer-maint> | |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7.2 | CC: | dblechte, fidencio, jjongsma, juzhou, mxie, mzhan, pgrunt, rbalakri, tjamrisk, tpelka, tzheng, xiaodwan | |
| Target Milestone: | rc | |||
| Target Release: | 7.3 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | virt-viewer-2.0-7.el7 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1278016 1309234 (view as bug list) | Environment: | ||
| Last Closed: | 2016-11-04 01:10:37 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: | ||||
| Bug Depends On: | 1297830 | |||
| Bug Blocks: | 1166298, 1166319, 1278016, 1295396, 1309234 | |||
|
Description
Tomas Jamrisko
2015-09-29 09:08:16 UTC
changing the component - virt-viewer takes care about monitor-mapping Tomas, is the guest also RHEL 7.2? I cannot reproduce the bug here - the guest always adjust to the window size. A patch fixing a similar issue was posted: https://www.redhat.com/archives/virt-tools-list/2015-May/msg00013.html No, the guest was RHEL6.7 (from nighlies), haven't tried with 7.2. *** Bug 1269918 has been marked as a duplicate of this bug. *** I just posted a patch to fix bug 1269918, but Pavel pointed out that this bug is the same. Here's the patch: https://www.redhat.com/archives/virt-tools-list/2015-October/msg00021.html (In reply to Jonathon Jongsma from comment #6) > I just posted a patch to fix bug 1269918, but Pavel pointed out that this > bug is the same. Here's the patch: > https://www.redhat.com/archives/virt-tools-list/2015-October/msg00021.html These 2 additional patches are also needed: http://www.redhat.com/archives/virt-tools-list/2015-October/msg00066.html and http://www.redhat.com/archives/virt-tools-list/2015-October/msg00067.html Just for the record, these are the necessary commits: aff6c79ae080db286e4cb853cdfa02f2da0d0398 73b55b3e1b09c81cf72082b4ec49d66c79ba7dc7 96413a62663cb68f1559abac2c37b0eb80ddf4ab I can reproduce it on rhel7.2 release version. $ rpm -q virt-viewer virt-viewer-2.0-6.el7.x86_64 Steps: 1. Prepare a env with two physical monitors. 2. Install a spice guest and modify the configuration file. $ cat .config/virt-viewer/settings [83865c8a-7ded-46e1-b803-584de8de0412] monitor-mapping=1:2;2:1 [virt-viewer] ask-quit=false 3. Run "virt-viewer -c qemu:///system 83865c8a-7ded-46e1-b803-584de8de0412 -f" Actual Result: The two displays appear in correct monitors but the resolution are incorrect. Additional Info: This issue also exists in rhel6.7, so clone it to rhel6.7. I verified this bug following the steps in #comment 9 with virt-viewer-2.0-7.el7.x86_64. And the resolutions on two monitors are correct. So move the bug from ON_QA to VERIFIED now. 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-2016-2229.html |