123456789101112131415161718192021222324252627282930313233343536373839 |
- #!/usr/bin/bash
- #insert in xfce4-session on login event
- set -x
- #firefox-esr -P
- #screen -XS "vnc" quit
- screen -XS "ASP" quit
- screen -XS "shader" quit
- screen -m -d -S vnc -- x11vnc -forever -shared
- #x=$(screen -ls | grep ASP | wc -c)
- #echo "$x"
- screen -m -d -S ASP -- python3 /opt/LibreLight/ASP/ArtNetProcessor.py
- #screen -m -d -S shader -- python3 /opt/LibreLight/Xdesk/3d/demo_shader_live.py
- #screen -m -d -S shader -- python3 /opt/LibreLight/Xdesk/vpu/shader_live.py
- #screen -m -d -S shader -- python3 /opt/LibreLight/Xdesk/vpu/vpu_live.py -m 16,12,5
- #screen -XS "vpu01_out" quit
- #screen -XS "vpu02_out" quit
- screen -XS "watchdog_vpu" quit
- #sleep 1
- screen -m -d -S watchdog_vpu -- python3 /opt/LibreLight/Xdesk/vpu/watchdog_vpu.py
- ## Ayrton VPU Offset Y ___ Y ___ (Ghost 255)
- #screen -m -d -S vpu1_out -- python3 /opt/LibreLight/Xdesk/vpu/vpu_live.py -m 16,12,5 -X 12 --pixel-map=_1 --gobo-ch=11 --countdown=31,51,151,171 --videoplayer=181,201 --title=LIVE
- sleep 1
- #
- ## Ayrton VPU Offset X 235 Y 253 (Pannel 255) 7,5m-4m ... 9,5m-4m
- #screen -m -d -S vpu2_out -- python3 /opt/LibreLight/Xdesk/vpu/vpu_live.py -m 16,4,6 -X 4 --pixel-map=_2 --gobo-ch=21 --win-pos 430,164 --start-univ=4 --countdown=71,91,111,131 --videoplayer=221,241 --title=LIVE
- #
- sleep 3
- screen -ls
|