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