[Bug 38030] DPMS suspend fails to turn off monitor with my Radeon HD5750

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 29 10:47:54 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=38030

--- Comment #40 from Alex Deucher <agd5f at yahoo.com> 2011-11-29 10:47:54 PST ---
I suspect what is happening is that the monitor's auto input switch polls all
the connectors when when it polls the connector, it generates a hotplug event. 
The kernel driver then sends an event to userspace and the xserver listens for
the events and reacts by turning on the outputs.  Try commenting out:
drm_helper_hpd_irq_event(dev);
in radeon_irq_kms.c and see if that fixes the problem.  If it does, it's most
likely a userspace problem.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list