hc
2024-08-12 233ab1bd4c5697f5cdec94e60206e8c6ac609b4c
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -e
 
export DISPLAY=:0.0 
#export GST_DEBUG=*:5
#export GST_DEBUG_FILE=/tmp/2.txt
echo 0x100 > /sys/module/rk_vcodec/parameters/mpp_dev_debug
echo performance | tee $(find /sys/ -name *governor) /dev/null || true
chromium --no-sandbox file:///usr/local/test.mp4
 
echo "the governor is performance for now, please restart it........"