Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 518608[details]
Screenshot of the desktop with high resolution
Description of problem:
Boot guest with multiple monitor using spice and set the 2nd desktop (not main display) to a high resolution (for example 1920x1440), it displays incorrectly. Please refer to the screenshot.
Version-Release number of selected component (if applicable):
kernel-2.6.32-184.el6.x86_64
qemu-kvm-0.12.1.2-2.183.el6.x86_64
How reproducible:
100%
Steps to Reproduce:
1.Boot a windows guest with multiple monitor.
/usr/libexec/qemu-kvm -m 2G -smp 4 -cpu cpu64-rhel6,+x2apic -drive file=/home/win7-64-virtio.qcow2,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,id=hostnet0,script=/etc/qemu-ifup -device rtl8139,netdev=hostnet0,mac=00:10:1a:3b:20:1f,bus=pci.0,addr=0x4 -boot dc -uuid 6d59434d-3f1c-4558-afc3-37e2cc430d6b -rtc-td-hack -no-kvm-pit-reinjection -monitor stdio -name rhel6.1-32 -spice port=5930,disable-ticketing -vga qxl -usb -k en-us -global qxl-vga.vram_size=33554432 -device qxl,id=video1,vram_size=67108864,bus=pci.0,addr=0x5 -device virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x7 -chardev socket,id=channel0,host=127.0.0.1,port=12345,server,nowait -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=channel0,id=channel0,name=com.redhat.rhevm.vdsm -chardev spicevmc,id=charchannel1,name=vdagent -device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=com.redhat.spice.0
2. Install qxl driver, virtio-serial driver, vdagent-win inside guest.
3. Right click on the desktop and bring up the display properties.
- It should show 2 monitors now, and let you activate the display on the
second monitor.
4. Activate the second display by select the drop-down menu "extend desktop to this display", but do NOT check "Make this my main display"
5. Change the screen resolution of "monitor 2" to a larger one, such as 1920x1440.
Actual results:
If set the non-main display's resolution to a large value, it can not displays correctly. For the main display, it works well.
Expected results:
Should set the all the multiple monitors the any resolution.
Additional info:
Comment 2RHEL Program Management
2011-10-07 16:03:26 UTC
Since RHEL 6.2 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.
Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.
I can't see anything wrong with the secondary display, tested 2560x1440 and it seems fine, set a background image as you did in the display, except for it not being stretched to fill the display, I could move windows around, create folders/shortcuts. What exactly is wrong in the image you attached?
Alon
Hi, Alon
From the attachment we could see the default windows 7 background is not fully fill up the display. There's some black screen around the guest's desktop.
(In reply to comment #5)
> Hi, Alon
> From the attachment we could see the default windows 7 background is not fully
> fill up the display. There's some black screen around the guest's desktop.
OK, I thought maybe there was something I missed. From my own attempts I couldn't get the image to be full screen, but it was just centered and not cut at all, so I couldn't reproduce the cut phenomena.
Alon
Qunfang,
Sorry I wasn't clear enough. I think this isn't a bug - I can't reproduce, the "wallpaper image isn't stretched" that I'm seeing is not the same as the "wallpaper image is cut" that you put in the screenshot. I don't think the former is a bug as much as an RFE which you could open with the title "RFE: background wallpaper on secondary monitors should be stretchable".
Alon
Created attachment 518608 [details] Screenshot of the desktop with high resolution Description of problem: Boot guest with multiple monitor using spice and set the 2nd desktop (not main display) to a high resolution (for example 1920x1440), it displays incorrectly. Please refer to the screenshot. Version-Release number of selected component (if applicable): kernel-2.6.32-184.el6.x86_64 qemu-kvm-0.12.1.2-2.183.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1.Boot a windows guest with multiple monitor. /usr/libexec/qemu-kvm -m 2G -smp 4 -cpu cpu64-rhel6,+x2apic -drive file=/home/win7-64-virtio.qcow2,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,id=hostnet0,script=/etc/qemu-ifup -device rtl8139,netdev=hostnet0,mac=00:10:1a:3b:20:1f,bus=pci.0,addr=0x4 -boot dc -uuid 6d59434d-3f1c-4558-afc3-37e2cc430d6b -rtc-td-hack -no-kvm-pit-reinjection -monitor stdio -name rhel6.1-32 -spice port=5930,disable-ticketing -vga qxl -usb -k en-us -global qxl-vga.vram_size=33554432 -device qxl,id=video1,vram_size=67108864,bus=pci.0,addr=0x5 -device virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x7 -chardev socket,id=channel0,host=127.0.0.1,port=12345,server,nowait -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=channel0,id=channel0,name=com.redhat.rhevm.vdsm -chardev spicevmc,id=charchannel1,name=vdagent -device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=com.redhat.spice.0 2. Install qxl driver, virtio-serial driver, vdagent-win inside guest. 3. Right click on the desktop and bring up the display properties. - It should show 2 monitors now, and let you activate the display on the second monitor. 4. Activate the second display by select the drop-down menu "extend desktop to this display", but do NOT check "Make this my main display" 5. Change the screen resolution of "monitor 2" to a larger one, such as 1920x1440. Actual results: If set the non-main display's resolution to a large value, it can not displays correctly. For the main display, it works well. Expected results: Should set the all the multiple monitors the any resolution. Additional info: