| Summary: | spice-server-0.12.6-1.fc22 breaks xspice rendering | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Simon Natella <simon.natella> |
| Component: | spice | Assignee: | Christophe Fergeau <cfergeau> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | alexl, alon, cfergeau, hdegoede, jforbes, marcandre.lureau, sandmann, uril, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-19 18:42:36 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: | |
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Description of problem: Upgrading to spice-server-0.12.6-1.fc22 from spice-server-0.12.5-5.fc22 breaks Xspice rendering for clients. Also slows down client init. Version-Release number of selected component (if applicable): spice-server-0.12.6-1.fc22 How reproducible: Always Steps to Reproduce: 1. Upgrade spice-server to spice-server-0.12.6-1.fc22 2. Run an xspice server session 3. Connect with a client Actual results: Long delay connecting, mouse invisible, graphical corruption, missing resolutions. Expected results: Session responds promptly, mouse is visible, no graphical glitches. Additional info: This setup uses a very simple /etc/X11/spiceqxl.xorg.conf as detailed below using xdmcp to query localhost. Launches Xorg.wrap for --xorg. Section "Device" Identifier "XSPICE" Driver "spiceqxl" EndSection Section "InputDevice" Identifier "XSPICE POINTER" Driver "xspice pointer" EndSection Section "InputDevice" Identifier "XSPICE KEYBOARD" Driver "xspice keyboard" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "XSPICE Screen" Monitor "Configured Monitor" Device "XSPICE" EndSection Section "ServerLayout" Identifier "XSPICE Example" Screen "XSPICE Screen" InputDevice "XSPICE KEYBOARD" InputDevice "XSPICE POINTER" EndSection Section "ServerFlags" Option "AutoAddDevices" "False" EndSection