BrightnessAndDisplays
Size: 9574
Comment: clarifies System Settings main screen
|
Size: 11010
Comment: + beginning of external display settings for pocket PC; - bug 1289478
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
On all form factors, you should be able to set the display brightness. Phones and tablets may be able to adjust brightness automatically to suit ambient light. All form factors should also let you configure external displays, either mirrored or as individual spaces for windows/surfaces. | On all form factors, you should be able to set the display brightness. Phones and tablets may be able to adjust brightness automatically to suit ambient light. Eventually, all form factors should also let you configure external displays, either mirrored or as individual spaces for windows/surfaces; but for now, on the phone this will be limited to using one external display instead of the phone display. |
Line 6: | Line 6: |
== Brightness == |
|
Line 15: | Line 13: |
== Access == ||<tablestyle="float:left;margin:0 1em 1em 0" style="border:none">{{attachment:brightness-settings-access.phone.png}}|| [[SystemSettings#phone|The System Settings main screen]] should have an item named according to the device capabilities: “Displays” if it allows multiple simultaneous displays; otherwise “Brightness & Display” if it allows switching to an external display (Pocket PC); otherwise just “Brightness”. In the latter two cases, its icon should reflect the current brightness level. ||<tablestyle="clear:both" style="border:none">|| == Brightness == |
|
Line 24: | Line 34: |
||<tablestyle="float:left;margin:0 1em 1em 0" style="border:none">{{attachment:brightness-settings-access.phone.png}}|| | ||<tablestyle="float:left;margin:0 1em 1em 0" style="border:none">{{attachment:brightness-display.phone.png}}|| |
Line 26: | Line 36: |
||<tablestyle="float:left;margin:0 1em 1em 0" style="border:none">{{attachment:phone-brightness.png}}|| In [[SystemSettings#phone|the System Settings main screen]], the “Brightness” icon should reflect the current brightness level. The “Brightness” screen should contain only the “Display brightness” slider, and the “Adjust automatically” checkbox and its caption (bugs Bug:1314672, Bug:1289478). ||<tablestyle="clear:both" style="border:none">|| |
To avoid ambiguity, the brightness slider should be labelled “Phone brightness:” whenever an external display is connected. To avoid seeming oddly specific, it should be labelled “Display brightness:” in the usual case that an external display is not connected. |
Line 35: | Line 39: |
Whatever the slider is labelled, it should be followed by the “Adjust automatically” checkbox and its caption (bug Bug:1314672). | |
Line 66: | Line 71: |
||<tablestyle="clear:both" style="border:none">|| |
|
Line 68: | Line 75: |
On the PC, [[SystemSettings|System Settings]] should have a “Displays” panel with a diagram of the current display layout. | === PC === Atop the “Displays” panel should be a diagram of the current display layout. |
Line 91: | Line 100: |
=== Scaling === | ==== Scaling ==== |
Line 111: | Line 120: |
=== Phone === ||<^ tablestyle="float:left;margin:0 1em 1em 0" style="border:none">{{attachment:brightness-display.phone.png}}||<^ style="border:none">{{attachment:brightness-display-on.phone.png}}|| The “External display” switch should be: * ''present'' if it is possible for the device to use an external display; * ''sensitive'' if an external display is detected; * ''on'' if the external display is currently in use. Initially for the pocket PC, whenever the external display is on, the phone display is off, and vice versa. However, an external display may not work with selected settings, so it needs to regress back to the phone display unless you confirm that the new settings have worked… ''TBD'' ||<tablestyle="clear:both" style="border:none">|| |
On all form factors, you should be able to set the display brightness. Phones and tablets may be able to adjust brightness automatically to suit ambient light. Eventually, all form factors should also let you configure external displays, either mirrored or as individual spaces for windows/surfaces; but for now, on the phone this will be limited to using one external display instead of the phone display.
not possible
defined
undefined
Use case |
Phone |
Tablet |
PC |
see current brightness level |
|
||
adjust brightness manually |
|
|
|
set automatic adjustment |
|
|
|
Access
The System Settings main screen should have an item named according to the device capabilities: “Displays” if it allows multiple simultaneous displays; otherwise “Brightness & Display” if it allows switching to an external display (Pocket PC); otherwise just “Brightness”.
In the latter two cases, its icon should reflect the current brightness level.
Brightness
PC
We assume that any PC has a hardware brightness control, on either the keyboard or the display itself. And unlike sound volume, brightness does not need reassurance for troubleshooting purposes. Therefore, brightness should not have software UI as well; that would be redundant.
If you use a keyboard key to adjust brightness, a brightness notification bubble should appear.
Phone
To avoid ambiguity, the brightness slider should be labelled “Phone brightness:” whenever an external display is connected. To avoid seeming oddly specific, it should be labelled “Display brightness:” in the usual case that an external display is not connected.
Whatever the slider is labelled, it should be followed by the “Adjust automatically” checkbox and its caption (bug 1314672).
The goal of the “Adjust automatically” setting is to maximize the average time you can use the device before feeling the need to adjust brightness manually. This is achieved by frequently adjusting the emitted brightness of the display based on the ambient brightness of the surroundings (bug 1328404). So there is a function representing the emitted brightness desired at each level of ambient brightness detectable by the light sensor.
Because different hardware has different light sensors and displays, this function should be settable based on the hardware model.
Because users have different preferences, the function should also be user-adjustable. This should be achieved by altering the display brightness manually while “Adjust automatically” is checked. Therefore, the “Display brightness:” slider should be sensitive regardless of whether “Adjust automatically” is checked or unchecked.
If it is checked and you adjust the brightness manually, the function that determines the automatic brightness should be adjusted such that, in future, the current ambient light value would result in your just-chosen brightness being chosen automatically (bug 1314678).
To achieve this, the function that generates emitted brightness E from the ambient brightness A should be a curve connecting from three to five coordinates of (A, E). Where Amin, Amax, Emin, and Emax are the minimum and maximum possible values:
If you (or the default values for the handset model) set Emin at Ap > Amin, the function should include E = Emin for Amin ≤ A ≤ Ap.
If you (or the default values for the handset model) set Emax at Aq < Amax, the function should include E = Emax for Aq ≤ A ≤ Amax.
If you manually set a brightness (Ar, Er) where any previously-set points exist with A ≤ Ar and E > Er, those other points should be discarded from the curve, so that the screen does not brighten when surroundings dim.
If you manually set a brightness (As, Es) where any previously-set points exist with A ≥ As and E < Es, those other points should be discarded from the curve, so that the screen does not dim when surroundings brighten.
If you manually set a brightness such that the set of coordinates includes more than one for which Amin < A < Amax and Emin < E < Emax, all of them except the newest one should be discarded, so that the curve is not too complex.
- A new brightness curve should not be saved until you dismiss the brightness slider you are using (for example, by closing the indicator menu), so that a brief experiment does not obliterate a careful previous curve.
Displays
PC
Atop the “Displays” panel should be a diagram of the current display layout.
Errata: • “Scale for menu and title bars:” should be “Size of menu bar and title bars:”. • “Scale for window contents:” should be “Scale window contents:”. |
Whenever “Mirror displays” is checked:
- The heading for the display-specific settings should be “All displays”, and the switch should be both on and insensitive.
- “Launcher placement” should be insensitive and set to “All displays”.
- “Sticky edges” should be insensitive and set to Off.
- The wording of the “Match Selected Display” button should be “Match Display”.
Whenever “Mirror displays” becomes unchecked, the controls that were insensitive because it was checked should return to their previous values.
Otherwise, the heading for the display-specific settings should be the name of the selected display, followed by a switch for whether that display is being used at all. Whenever only one display is detected, or whenever every other display is Off, the selected display’s switch should be both On and insensitive. Whenever a display’s switch is Off, “Rotation:”, “Resolution:”, “Size of menu bar and title bars:”, and “Match Selected Display” should be insensitive.
Under the “General options” header, “Launcher placement:” should have an item for “All displays”, then a separator if there are any other displays, then a color-swatched item for each detected display.
Whenever only one display is detected, “Sticky edges” should be both Off and insensitive. Whenever more than one display is detected, it should become sensitive and return to its previous value.
In future, “Launcher placement” and “Sticky edges” will join the other Launcher settings in a “Launcher & Menus” panel.
Scaling
Unfortunately three separate settings exist for scaling interface elements:
ui-scale for Unity elements — Launcher, menu bar, Dash, HUD, and window title bars;
scaling-factor for GTK applications;
text-scaling-factor for extra scaling of text in GTK applications, beyond that already provided by scaling-factor.
Ideally, we would combine these into a single slider that scales everything on the selected display. But to make things worse, while ui-scale is display-specific (so it can have different values when you connect a high-resolution notebook to a low-resolution projector), text-scaling-factor and scaling-factor are display-independent. This means that when you change the display you are focused on — for example, when you give a presentation — you will often need to change the application scaling to suit that display.
So whenever only one display is On, and its scaling-factor and text-scaling-factor match up with its ui-scale, the Displays panel should have only one slider, “Scale for interface elements:”, which adjusts all three scaling factors at once.
But whenever multiple displays are On, or whenever one display is On but its scaling-factor and/or text-scaling-factor don’t match up with its ui-scale, the Displays panel should have two sliders, the display-specific “Size of menu bar and title bars:” (ui-scale), and the display-independent “Scale window contents:” (scaling-factor and text-scaling-factor).
Whenever you choose “Match Selected Display”, the “Scale window contents:” setting should change to match the “Size of menu bar and title bars:” setting, such that (for example) the text in an app’s context menus is exactly the same size as the text in the menu bar on that display.
This means that if only one display is on, with disparate scale settings so that two sliders are present, and you choose “Match Selected Display”, the two sliders and the “Match Selected Display” button should disappear, replaced by the single “Scale for interface elements:” slider.
Phone
The “External display” switch should be:
present if it is possible for the device to use an external display;
sensitive if an external display is detected;
on if the external display is currently in use.
Initially for the pocket PC, whenever the external display is on, the phone display is off, and vice versa. However, an external display may not work with selected settings, so it needs to regress back to the phone display unless you confirm that the new settings have worked… TBD
BrightnessAndDisplays (last edited 2016-10-17 13:01:11 by mpt)