Comment 13 for bug 732867

Revision history for this message
Evan Broder (broder) wrote : Re: [Bug 732867] Re: gnome-display-properties monitor layout not saved when re-docking (and display port)

gnome-settings-daemon listens for drm udev events to trigger automatic
layout updates. As it turns out, upower's current definition for "is
this machine docked" is "does this machine have more than one output
connected", and it...also listens for udev events - specifically from
drm, not dock devices - to trigger updating its internal value.

(upower doesn't use any of the actual ACPI dock detection mechanisms
because most modern docks don't actually register as ACPI docking
stations, so they don't show up at all in ACPI)

So in this particular case, upower doesn't know anything that g-s-d doesn't.