| Summary: | [rv6xx] When using a hardware KVM switch between computers EDID sometimes not detected/display goes fuzzy | ||
|---|---|---|---|
| Product: | DRI | Reporter: | Shawn Starr <shawn.starr> |
| Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> |
| Status: | RESOLVED NOTOURBUG | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | XOrg git | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Shawn Starr
2014-11-29 21:31:27 UTC
Sounds like just another buggy KVM switch to me. The basic problem is that the I²C used to read the EDID assumes that you only have two endpoints on the wire - the display and the gfx hardware. So properly designed KVM switches have an micro-controller which fetches the EDID from the monitor on connect and forwards the EDID to each connected system if requested. Otherwise you run into problems when by pure coincident two systems try to fetch the EDID at the same time. Without the EDID the gfx hardware has no idea what resolutions the display can handle and most likely doesn't choose the optimal one. Easiest workaround is manually set the necessary resolution for the display. The newer firmware updates don't address VGA EDID detection, at least the documentation doesn't list this. One thought though, we don't cache the EDID information if it was previously detected? If you switch the screen, does that effectively mean the cable is disconnected on the other computer? (In reply to Shawn Starr from comment #2) > The newer firmware updates don't address VGA EDID detection, at least the > documentation doesn't list this. > > One thought though, we don't cache the EDID information if it was previously > detected? If you switch the screen, does that effectively mean the cable is > disconnected on the other computer? For analog displays like VGA, the drm core polls every 10 seconds or so to see if the monitor is still there since the older analog connctors like VGA do not support hotplug like digital connectors like DVI or HDMI do. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.