Changeset - f3b8dfcf8463
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 8 months ago 2024-05-14 21:38:49
drewp@bigasterisk.com
reorder
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
### setup ###
 

	
 
performance_mode:
 
	for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x }
 

	
 

	
 
packages:
 
	sudo aptitude install -y \
 
		audacity \
 
		coffeescript \
 
		curl \
 
		git \
 
		libblas-dev \
 
		libcairo2-dev \
 
		libffi-dev \
 
		libjpeg8-dev \
 
		liblapack-dev \
 
@@ -66,24 +63,27 @@ deps: js py
 

	
 
push_github:
 
	hg bookmark -r default main && hg push git+ssh://git@github.com/drewp/light9.git
 

	
 
pull_github:
 
	hg pull git+ssh://git@github.com/drewp/light9.git
 

	
 
### show ###
 

	
 
qlc_artnet_dmx_proxy:
 
	qlcplus --open cur/qlc.qxw
 

	
 
performance_mode:
 
	for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x }
 

	
 
no_screen_blanking:
 
	xset s off
 
	xset -dpms
 

	
 
pulseaudio_loopback_device:
 
	pactl load-module module-loopback
 

	
 
show_data_checkpoint:
 
	hg add ${LIGHT9_SHOW} 
 
	hg com ${LIGHT9_SHOW} -m "checkpoint show data"
 

	
 
### pi setup ###
0 comments (0 inline, 0 general)