brain-config/cmstart.sh

5 lines
187 B
Bash
Raw Normal View History

2019-05-15 23:54:09 +09:00
#!/bin/sh
if grep -q okay /proc/device-tree/soc/v3d@7ec00000/status 2> /dev/null || grep -q okay /proc/device-tree/soc/firmwarekms@7e600000/status 2> /dev/null ; then
xcompmgr -aR
fi