前言
本篇使用经典的测试程序来进行显卡的测试。
Glxgears
< class="p" style="">安装
< class="p" style="">sudo apt install mesa-utils
< class="p" style="">运行
< class="p" style="">Glxgears
< class="p" style="">跑到90帧以上没问题
< class="p" style="">
< class="p" style="">
GL Mark 2
安装
< class="p" style="">sudo apt install glmark2
< class="p" style="">构建
< class="p" style="">sudo apt-get install git g++ build-essential pkg-config
< class="p" style="">sudo apt-get install libx11-dev libgl1-mesa-dev
< class="p" style="">sudo apt-get install libjpeg-dev libpng-dev
< class="p" style="">git clone https://github.com/glmark2/glmark2.git
< class="p" style="">cd glmark2/
< class="p" style="">./waf configure --with-flavors=x11-gl
< class="p" style="">./waf build -j 4
< class="p" style="">./waf install --destdir=glmark2-out
< class="p" style="">
< class="p" style="">运行
< class="p" style="">glmark2-out/usr/local/bin/glmark2
< class="p" style="">
< class="p" style="">