Updated Create DevTerm A06 OS image from scratch (markdown)

GNU 2022-08-16 19:28:57 +08:00
parent eeadc1cc52
commit 825006324f

@ -129,6 +129,31 @@ sudo apt install -y arandr chromium-browser vlc cpupower-gui xfce4-power-manager
```
.... sed 's/Banana Pi/BPi/' | sed 's/Clockworkpi A06/Clockworkpi/')
```
### Disable Display power management in xfce4 power manager
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
```
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
<property name="power-button-action" type="empty"/>
<property name="brightness-switch-restore-on-exit" type="int" value="0"/>
<property name="brightness-switch" type="int" value="0"/>
<property name="show-tray-icon" type="int" value="1"/>
<property name="lid-action-on-battery" type="uint" value="1"/>
<property name="logind-handle-lid-switch" type="bool" value="false"/>
<property name="lid-action-on-ac" type="uint" value="0"/>
<property name="inactivity-sleep-mode-on-battery" type="uint" value="1"/>
<property name="sleep-button-action" type="uint" value="1"/>
<property name="hibernate-button-action" type="uint" value="1"/>
<property name="lock-screen-suspend-hibernate" type="bool" value="false"/>
<property name="critical-power-action" type="uint" value="4"/>
<property name="critical-power-level" type="uint" value="5"/>
<property name="dpms-enabled" type="bool" value="false"/>
</property>
</channel>
```
# Quit Chroot