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.
Bug 740851 - Add support for multiple monitors to the spice-vdagent
Summary: Add support for multiple monitors to the spice-vdagent
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: spice-vdagent
Version: 6.1
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: 6.2
Assignee: Hans de Goede
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On: 732467 741271 748917
Blocks: 783504
TreeView+ depends on / blocked
 
Reported: 2011-09-23 14:35 UTC by Hans de Goede
Modified: 2012-02-24 16:48 UTC (History)
9 users (show)

Fixed In Version: spice-vdagent-0.8.1-2.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-24 16:48:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Hans de Goede 2011-09-23 14:35:22 UTC
The qxl driver now supports linux guests with multiple monitors (through Xinerama, which requires first creating an xorg.conf file). But the linux spice-vdagent does not yet support multiple monitors

2 changes are needed to the agent:

1) It must correctly report mouse events for multiple monitors (currently the
mouse does not work properly with multiple monitors when the mouse is in
client mode).

2) The agent also takes care of automatically adjusting the monitor configuration of the client to that of the guest. Currently the agent also only supports this for single monitor setups.

Since Xinerama does not support on the fly re-configuration, the agent won't support on the fly re-configuration, for multiple monitor setups. Instead it will generate a xorg.conf file with a Xinerama configuration matching the monitor information send be the client. The user then needs to restarts Xorg with this configuration.

While not ideal, this at least takes away the need for the user to write his own xorg.conf, and since Xinerama does not support on the fly reconfiguration it is the best we can do.


A note to QA, the fixed agent mouse input requires bug 732467 to be fixed too, actually the best way to test that bug 732467 is fixed is likely by testing the mouse input works properly with the agent in a multi monitor spice linux vm.

Comment 1 Christophe Fergeau 2011-09-26 09:04:33 UTC
For 2), it's better to have randr support in qxl/the agent to handle on the fly reconfiguration, but that's probably more work than what you suggest, I assume what you propose is for a short term fix?

Comment 2 Hans de Goede 2011-09-26 12:16:26 UTC
Hi,

(In reply to comment #1)
> For 2), it's better to have randr support in qxl/the agent to handle on the fly
> reconfiguration, but that's probably more work than what you suggest, I assume
> what you propose is for a short term fix?

To support Xrandr with multiple monitors, we either need to change the qxl device + Xorg driver to both handle having multiple outputs on 1 device, or we need to patch the X-server Xinerama code to not disable Xrandr, but instead support on the fly-reconfiguration of Xinerama setups and pass through the Xrandr / modeset requests to the underlying driver for each device. Both are not trivial to do.

So yes this is less then ideal. Hopefully one day we will get either one of the 2 above solutions to do things on the fly, but that may be a while in the mean time this is the best we can do.

Regards,

Hans

Comment 7 Hans de Goede 2011-10-11 10:19:24 UTC
This is fixed in: spice-vdagent-0.8.1-2.el6, moving to MODIFIED

Comment 8 Lubos Kocman 2011-10-20 11:20:03 UTC
Displays seems to be fine, but I can't say it's working without correctly working mouse (732467). So let's wait for it's resolution

Comment 14 Hans de Goede 2012-01-20 20:32:57 UTC
spice-vdagent-0.8.1-3.el6, which is in 6.2 already has all the necessary changes for multimonitor support the multimonitor bug 740851 was not added to the 6.2 errata since the feature was not usable with 6.2 due to some necessary X-server changes missing (bug 732467).

As soon as the X-server part is fixed in (see bug 732467), spice-vdagent-0.8.1-3.el6 should work fine with multi monitor setups. I suggest closing this bug with a resolution of current release once QA has verified this.


Note You need to log in before you can comment on or make changes to this bug.