Advertisement
corrosiontears

GPU Benchmark mais completo usando GLXGears

Sep 26th, 2014
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1.                    ## Teste mais completo de Benchmark para sua GPU usando o GLXGears ##
  2. ## Dica Originalmente encontrada em: http://www.free3d.org/
  3.  
  4.  
  5. ## Tendo o GLXGears instalado em sua distro adicione o seguinte script em: " /usr/local/bin/glxgears_benchmark_tool.sh "
  6.  
  7. grep VGA /proc/pci || lspci | grep VGA | colrm 1 4 ; \
  8. egrep "model name|MHz" /proc/cpuinfo ; \
  9. xdpyinfo | egrep "version:|dimensions|depth of" ; \
  10. glxinfo | egrep -A2 "direct rendering|OpenGL vendor" ; \
  11. uname -sr ; \
  12. vblank_mode=0 glxgears & sleep 30 ; killall glxgears
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement