brain-config/usr/lib/raspi-config/cmstart.sh
Elan Ruusamäe 74885481d8
cmstart.sh: exec xcompmgr (#149)
This will release resources used by /bin/sh process
2021-01-19 21:09:49 +00:00

5 lines
192 B
Bash
Executable File

#!/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
exec xcompmgr -aR
fi