lwc:linux:power_management

Differences

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

Link to this comparison view

Next revision
Previous revision
lwc:linux:power_management [2022/07/13 15:13] – created John Harrisonlwc:linux:power_management [2023/08/19 19:35] (current) John Harrison
Line 3: Line 3:
     * ''xset -dpms''     * ''xset -dpms''
     * ''xset s 0 0''     * ''xset s 0 0''
 +    * ''xset s noblank''
 +    * (it appears these settings do not stick on reboot)
   * disable laptop lid from doing anything   * disable laptop lid from doing anything
-    * edit ''/etc/systemd/logind.conf'', and change ''#HandleLidSwitch=suspend'' to ''HandleLidSwitch=ignore'' +    * edit ''/etc/systemd/logind.conf'', and change ''#HandleLidSwitch=suspend'' to ''HandleLidSwitch=ignore'' 
 +  * disable screensaver in GUI 
 +  * set appropriate options in power manager GUI 
 +  * to enable autologin create a ''.conf'' file inside ''/etc/lightdm/lightdm.conf.d'' that looks something like 
 +<code> 
 +[Seat:*] 
 +autologin-user=PUT_USERNAME_HERE 
 +</code> 
 +  * use presentation mode?
  • lwc/linux/power_management.1657743223.txt.gz
  • Last modified: 2022/07/13 15:13
  • by John Harrison