GNOME Bugzilla – Bug 726055
GnomeRR: force the DPMS mode change to mutter always
Last modified: 2014-03-11 16:37:22 UTC
Our cached DPMS mode value can be wrong in face of changes by other clients we haven't seen yet, so always send the change to mutter, and let it optimize away if needed (in practice, it should never optimize, because the only reliable source of DPMS state is the kernel driver, and several API calls can reset DPMS without any change notification)
Created attachment 271465 [details] [review] GnomeRR: force the DPMS mode change to mutter always
Review of attachment 271465 [details] [review]: You can take out the unused variables too.
Attachment 271465 [details] pushed as b84f315 - GnomeRR: force the DPMS mode change to mutter always