Teste de Performance em Linux: mudanças entre as edições

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição
Sem resumo de edição
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 6: Linha 6:
* http://openbenchmarking.org/tests/pts
* http://openbenchmarking.org/tests/pts
* https://launchpad.net/glmark2
* https://launchpad.net/glmark2
* http://www.geeks3d.com/gputest/
* http://askubuntu.com/questions/5417/how-to-get-gpu-info
* http://www.cnx-software.com/2013/01/09/piglit-opengl-driver-testing-framework-now-works-with-arm-linux-opengl-es/


Placa ATI Radeon
Placa ATI Radeon
* https://wiki.archlinux.org/index.php/ATI
* https://wiki.archlinux.org/index.php/ATI
* http://ubuntuforums.org/showthread.php?t=1954110
* http://ubuntuforums.org/showthread.php?t=1954110
http://support.amd.com/pt-br/download/desktop?os=Linux+x86#amd-catalyst-packages
verificando o driver usado
<source lang="bash">
apt-get install mesa-utils
lspci | grep VGA ; lsmod | grep "kms\|drm" ; find /dev -group video ; \
cat /proc/cmdline ; find /etc/modprobe.d/; cat /etc/modprobe.d/*kms* ; \
ls /etc/X11/xorg.conf ; glxinfo | grep -i "vendor\|rendering" ; \
grep LoadModule /var/log/Xorg.0.log
</source>

Edição atual tal como às 23h41min de 30 de maio de 2014