Description:

Remember monitor configurations and apply them automatically. ~ Use monitor's EDID s if it's available to handle monitors that are ~ plugged and unplugged automatically . ~ Use monitor's EDID if it's available to automatically handle monitors that are ~ plugged and unplugged. A new check box has been added to the randr configuration window in order to enable or disable this feature. It's disabled by default. In case the configuration is enabled, when the user changes a display configuration and confirms it, the xrandr commands to apply the new configuration are saved along with a tuple composed by the EDIDs of the connected monitors. Whenever a monitor is connected or disconnected, the kded randr service detects it and tries to look up the new EDID's tuple. If a known configuration is found, it's automatically applied, otherwise the configuration dialog shows up as before. When in automatic configuration mode, disconnected outputs are disabled automatically. A side effect of handling EDIDs is that monitor names are displayed in the configuration. -- I know this might be a bit late to be include in 4.8, and new stuff to handle this will be introduced in 4.9. But anyway, it's working for me and it might useful for other people.