Firefly开源社区

标题: glmark2 [打印本页]

作者: wqh_001    时间: 2022-8-22 21:45
标题: glmark2
运行glmark2脚本出错,如下:
  1. root@firefly:/usr/local/bin# sh test_glmark2_fullscreen.sh                                    
  2. test_glmark2_fullscreen.sh: 3: [[: not found                                                   
  3. test_glmark2_fullscreen.sh: 5: Syntax error: "(" unexpected
复制代码




tchip_askquestions

firefly.zip

345 Bytes, 下载次数: 0, 下载积分: 灯泡 -1 , 经验 -1


作者: Liuth    时间: 2022-8-23 09:14
直接执行,前面不要加 sh
作者: wqh_001    时间: 2022-8-24 11:49
Liuth 发表于 2022-8-23 09:14
直接执行,前面不要加 sh

之前试过,也不行的,用root运行显示如下:
  1. root@firefly:/usr/local/bin# ./test_glmark2_fullscreen.sh                                                      
  2. ./test_glmark2_fullscreen.sh: line 37: warning: command substitution: ignored null byte in input               
  3. tee: /sys/module/cpuidle/parameters/governor: Permission denied                                                
  4. tee: /sys/module/cpufreq/parameters/default_governor: Permission denied                                       
  5. performance                                                                                                   
  6. tee: /sys/devices/system/cpu/cpuidle/current_governor: Invalid argument
复制代码

作者: Liuth    时间: 2022-8-24 14:18
那别管这个脚本了,直接手动执行这三行:
echo performance | tee $(find /sys/ -name *governor)
export XDG_RUNTIME_DIR=/run/user/1000
glmark2-es2-wayland --fullscreen
第一行报错不用管,第三行参数--fullscreen可选
作者: wqh_001    时间: 2022-8-24 14:46
Liuth 发表于 2022-8-24 14:18
那别管这个脚本了,直接手动执行这三行:
echo performance | tee $(find /sys/ -name *governor)
export ...

收到,感谢!




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1