autostart-preview.sh 628 B

12345678910111213141516171819
  1. #!/usr/bin/bash
  2. #insert in xfce4-session on login event
  3. set -x
  4. #firefox-esr -P
  5. screen -XS "vpu1_pre" quit
  6. screen -XS "vpu2_pre" quit
  7. # Ayrton VPU Offset Y ___ Y ___ (Ghost 255)
  8. screen -m -d -S vpu1_pre -- python3 /opt/LibreLight/Xdesk/vpu/vpu_live.py -m 40,12,5 -X 12 --gobo-ch=11 --countdown=31,51,151,171 --videoplayer=181,201 --title=PREVIEW
  9. sleep 1
  10. # Ayrton VPU Offset X 235 Y 253 (Pannel 255) 7,5m-4m ... 9,5m-4m
  11. screen -m -d -S vpu2_pre -- python3 /opt/LibreLight/Xdesk/vpu/vpu_live.py -m 40,4,6 -X 4 --gobo-ch=21 --start-univ=4 --countdown=71,91,111,131 --videoplayer=221,241 --title=PREVIEW
  12. sleep 3
  13. screen -ls