Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:xfce4-power-manager:preferences [2015/05/31 23:56] ochosixfce:xfce4-power-manager:preferences [2023/01/07 19:53] (current) – [Buttons] clarified brightness-slider-min-level calculation toz
Line 1: Line 1:
-====== Preferences ======+~~NOTOC~~ 
 +{{ :xfce:xfce.powermanager.png?no link|}} 
 +====== xfce4-power-manager - Preferences ====== 
 + 
 +  * **[[#General|General]]** 
 +  * **[[#System|System]]** 
 +  * **[[#Display|Display]]** 
 +  * **[[#Security|Security]]** 
 +  * **[[#Devices|Devices]]** 
 + 
 +---- 
 + 
 +===== Introduction =====
  
 This section explains in detail the possible configurations of the power manager running on a laptop computer. Please note that the configurations are different when the power manager is running on a desktop computer, for example you will not have LCD brightness, etc.\\  This section explains in detail the possible configurations of the power manager running on a laptop computer. Please note that the configurations are different when the power manager is running on a desktop computer, for example you will not have LCD brightness, etc.\\ 
Line 5: Line 17:
  
 The //Xfce Power Manager// dialog has four tabs.  The first three; **General**, **System** and **Display**, allow you to set various power-related options. The fourth tab, **Devices**, displays status and information. The //Xfce Power Manager// dialog has four tabs.  The first three; **General**, **System** and **Display**, allow you to set various power-related options. The fourth tab, **Devices**, displays status and information.
 +
 +----
  
 ===== General ===== ===== General =====
  
-<figure "General tab">{{:xfce:xfce4-power-manager:1.4:xfpm-general.png?nolink&|}}</figure>+<figure "General tab">{{:xfce:xfce4-power-manager:xfpm-general.png?nolink&|}}</figure>
 ==== Buttons ==== ==== Buttons ====
 Here you can specify different results for pressing the specified laptop buttons. Note that not all laptops have dedicated buttons or function key combinations for sleep, suspend or hibernate. Here you can specify different results for pressing the specified laptop buttons. Note that not all laptops have dedicated buttons or function key combinations for sleep, suspend or hibernate.
 <note important>Whether or not your screen is locked when resuming from suspend depends on the [[#security|Security]] setting under the **System** tab of //Power Manager//.</note> <note important>Whether or not your screen is locked when resuming from suspend depends on the [[#security|Security]] setting under the **System** tab of //Power Manager//.</note>
  
 +=== Brightness buttons ===
 If you want to control screen brightness with the laptop function keys, enable the **Handle display brightness keys** option. When this options is unchecked, the brightness keys are not handled by the Power Manager but directly by the kernel (if supported). If you want to control screen brightness with the laptop function keys, enable the **Handle display brightness keys** option. When this options is unchecked, the brightness keys are not handled by the Power Manager but directly by the kernel (if supported).
  
 +=== Hidden setting: Minimum brightness value ===
 +Depending on your hardware and setup you may want to specify a minimum brightness level. On some hardware the brightness handling allows the display to be turned off completely, which can be problematic if the user does not know how to turn up the brightness again. To enable this setting run this command ("5" being an example minimum value).
 +
 +<file bash>
 +xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/brightness-slider-min-level -s 5
 +</file>
 +
 +Alternatively you can also create the property via xfce4-settings-editor.
 +
 +Note: the minimum value should be a value relevant to your backlight interface as shown (on Linux) in the /sys/class/backlight/INTERFACE/* files. For example, a "max_brightness" value of 10,000 means that to set the minimum value at 10%, you would use 1,000 as the brightness-slider-min-level value.
 ==== Laptop Lid ==== ==== Laptop Lid ====
 You can choose separate options to favor power saving (suspend), security (lock screen) or quick recovery (blank screen), depending on whether you are running on battery or plugged in. You can choose separate options to favor power saving (suspend), security (lock screen) or quick recovery (blank screen), depending on whether you are running on battery or plugged in.
Line 20: Line 45:
 ==== Appearance ==== ==== Appearance ====
 By checking **Show notifications**, you enable informational popups for events like plugging and unplugging or low battery charge. By checking **Show notifications**, you enable informational popups for events like plugging and unplugging or low battery charge.
 +
 +----
  
 ===== System ===== ===== System =====
 On this page you can set power saving and warning options which pertain to the laptop itself. On this page you can set power saving and warning options which pertain to the laptop itself.
-<figure "System tab">{{:xfce:xfce4-power-manager:1.4:xfpm-system.png?nolink&|}}</figure>+<figure "System tab">{{:xfce:xfce4-power-manager:xfpm-system.png?nolink&|}}</figure> 
 ==== System Power Saving ==== ==== System Power Saving ====
   * **System sleep mode:** --- Specifies the type of power saving mode to enter after a period of inactivity. On some distributions the only option available is **Suspend**.   * **System sleep mode:** --- Specifies the type of power saving mode to enter after a period of inactivity. On some distributions the only option available is **Suspend**.
   * **Put system to sleep when inactive for** --- Sets the duration of inactivity before the specified sleep mode is entered. The minimum duration you can set with the slider is 15 minutes.   * **Put system to sleep when inactive for** --- Sets the duration of inactivity before the specified sleep mode is entered. The minimum duration you can set with the slider is 15 minutes.
 +
 ==== Critical power ==== ==== Critical power ====
   * **Critical battery power level:** --- All batteries behave differently when it comes to discharge behavior. For some, it may take hours to go from 100% to 10% but then just minutes to discharge completely from 10%. This setting allows you to configure a higher or lower threshold before taking some kind of action for a low battery level. The range is from 1% to 20%.   * **Critical battery power level:** --- All batteries behave differently when it comes to discharge behavior. For some, it may take hours to go from 100% to 10% but then just minutes to discharge completely from 10%. This setting allows you to configure a higher or lower threshold before taking some kind of action for a low battery level. The range is from 1% to 20%.
   * **On critical battery power:** --- Determines the action to take when the battery reaches the user-configured critical charge threshold.   * **On critical battery power:** --- Determines the action to take when the battery reaches the user-configured critical charge threshold.
-==== Security ==== + 
-When this option is enabled you will be prompted for your password to unlock the session after resuming from suspend.+ 
 ===== Display ===== ===== Display =====
 On this page you can set power saving options which pertain to the laptop's display. As with the System power page, the Display options page allows you to set options independently for "on battery" and "plugged in" conditions. On this page you can set power saving options which pertain to the laptop's display. As with the System power page, the Display options page allows you to set options independently for "on battery" and "plugged in" conditions.
-<figure "Display tab">{{:xfce:xfce4-power-manager:1.4:xfpm-display.png?nolink&|}}</figure>+<figure "Display tab">{{:xfce:xfce4-power-manager:xfpm-display.png?nolink&|}}</figure> 
 ==== Display power management settings ==== ==== Display power management settings ====
 Check **Handle display power management** to allow Power Manager to manage the laptop's display. Check **Handle display power management** to allow Power Manager to manage the laptop's display.
Line 41: Line 72:
  
 Power Manager does assume that each of these options will work at the hardware level and so it attempts to prevent an illogical configuration; e.g., a **Blank after** period greater than a **Put to sleep after** one. In a setup like the one shown in the screenshot above, if you drag the //On battery// **Put to sleep after** slider down to, say, 5 minutes, the **Blank after** slider will automatically move to one minute less. Likewise, if you try to reduce the **Switch off after** period to less than the other two, it will move the other two sliders to one minute and two minutes less, respectively. Power Manager does assume that each of these options will work at the hardware level and so it attempts to prevent an illogical configuration; e.g., a **Blank after** period greater than a **Put to sleep after** one. In a setup like the one shown in the screenshot above, if you drag the //On battery// **Put to sleep after** slider down to, say, 5 minutes, the **Blank after** slider will automatically move to one minute less. Likewise, if you try to reduce the **Switch off after** period to less than the other two, it will move the other two sliders to one minute and two minutes less, respectively.
-==== Brightness reduction ==== + 
-These settings allow you to be more or less aggressive with screen brightness reduction depending on whether the laptop is running on battery or plugged in.+Brightness reduction 
 +These settings allow you to be more or less aggressive with screen brightness reduction depending on whether the laptop is running on battery or plugged in. 
 + 
 +---- 
 + 
 +===== Security ===== 
 +Here you can configure details about session locking. 
 + 
 +<figure "Security tab">{{:xfce:xfce4-power-manager:xfpm-security.png?nolink&|}}</figure> 
 + 
 ===== Devices ===== ===== Devices =====
 This page displays real-time status in the left pane for the laptop's line power state and battery condition and more detailed device information in the right pane. This page displays real-time status in the left pane for the laptop's line power state and battery condition and more detailed device information in the right pane.
-<figure "Devices tab">{{:xfce:xfce4-power-manager:1.4:xfpm-devices.png?nolink&|}}</figure>+<figure "Devices tab">{{:xfce:xfce4-power-manager:xfpm-devices.png?nolink&|}}</figure> 
 + 
 +[[|Back to Top]] 
 +---- 
 +[[:xfce:xfce4-power-manager:start:|Back to xfce4-power-manager main page]]