Solid/Projects/DisplayManagement/Design: Difference between revisions

From KDE Community Wiki
No edit summary
Line 13: Line 13:
**Only external screen
**Only external screen


== Display Config Popup ==
== Display Config Popup/Plasmoid ==
When a screen is connected, a popup is going to be launch offering the following options:
When a screen is connected, a popup is going to be launch offering the following options:


[Extend to the left]<-->[Clone]<-->[Extend to the right] <--> [Extern only]
[Extend to the left]<-->[Clone]<-->[Extend to the right] <--> [Extern only]


Since the popup will be shown only on "New Screen Connected" it can be a plasmoid, just like device notifier. Because of that I Have merged the plasmoid with the popup.
One think though, we've to have a fallback in case that the user is not using the plasmoid
[[File:Popupinfernal.png]]
[[File:Popupinfernal.png]]


Line 26: Line 29:


The "Click ok if this configuration is working for you" WILL NOT exists, Monitors and Laptops are modern enough to allow this.
The "Click ok if this configuration is working for you" WILL NOT exists, Monitors and Laptops are modern enough to allow this.




[[File:Kcm.png]]
[[File:Kcm.png]]


== Plasmoid ==
If the user needs a plasmoid, means that s/he is a hardcore user. Nevertheless we will offer only the same options we offer in the Config Popup + a button to open the advance configuration view in the KCM.
[[File:Plasmoid.png]]


== kded ==
== kded ==

Revision as of 20:20, 23 July 2011

This post shows the design of what will be "Display Management" in KDE-Workspace 4.8

All the design is going to be based on this notes, think of them as the foundations of Display Management:

  • Automatic behavior is encouraged
    • Remove an output if the cable is disconnected
    • Popup a config dialog if a cable is connected
    • Etc...
  • An average user doesn't want to change the display config too often
  • The average user will use a few configurations, which will be encouraged:
    • Display cloned (Same resolution)
    • Display extended (to the right or to the left)
    • Only external screen

Display Config Popup/Plasmoid

When a screen is connected, a popup is going to be launch offering the following options:

[Extend to the left]<-->[Clone]<-->[Extend to the right] <--> [Extern only]

Since the popup will be shown only on "New Screen Connected" it can be a plasmoid, just like device notifier. Because of that I Have merged the plasmoid with the popup.

One think though, we've to have a fallback in case that the user is not using the plasmoid

KCM

KCM wil be kind of a mix between the current paradigm of KRandRtray and the popup/plasmoid. It will offer direct/easy/simple options such [extendright] <--> [clone] <--> [extend left] but at the same time it will offer the possibility to change resolutions and drag the monitors around.

To maintain consistency with the rest of KCM, the Apply button will have to be hit in order to apply the configuration.

The "Click ok if this configuration is working for you" WILL NOT exists, Monitors and Laptops are modern enough to allow this.



kded

Automagic is the word in all this design, and biggest part of it will happend within the KDED.

When a set of display are configured via Plasmoid/Popup/KCM, the configuration will be saved and it will be related to the set of display used. This means that when you have the same set of display's again kded will detect it and load the last configuration you used. Of course when this happens the popup Will Not be shown.

When a display is disconnected, it will be removed automatically.

Miscellaneous

  • If the laptop lid is closed but you have an external desktop, you don't alawys want the system to be suspended/locked/...
  • I don't know the details, but we should offer some "Force dpi" and stuff like that int he KCM.

Use Cases

TODO