Mercurial > code > home > repos > light9
comparison makefile @ 2391:f3b8dfcf8463
reorder
author | drewp@bigasterisk.com |
---|---|
date | Tue, 14 May 2024 14:38:49 -0700 |
parents | 2088c500415e |
children | bf7b5c344de1 |
comparison
equal
deleted
inserted
replaced
2390:485148ef5686 | 2391:f3b8dfcf8463 |
---|---|
1 ### setup ### | 1 ### setup ### |
2 | |
3 performance_mode: | |
4 for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x } | |
5 | 2 |
6 | 3 |
7 packages: | 4 packages: |
8 sudo aptitude install -y \ | 5 sudo aptitude install -y \ |
9 audacity \ | 6 audacity \ |
73 ### show ### | 70 ### show ### |
74 | 71 |
75 qlc_artnet_dmx_proxy: | 72 qlc_artnet_dmx_proxy: |
76 qlcplus --open cur/qlc.qxw | 73 qlcplus --open cur/qlc.qxw |
77 | 74 |
75 performance_mode: | |
76 for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x } | |
77 | |
78 no_screen_blanking: | 78 no_screen_blanking: |
79 xset s off | 79 xset s off |
80 xset -dpms | 80 xset -dpms |
81 | 81 |
82 pulseaudio_loopback_device: | 82 pulseaudio_loopback_device: |