Advertisement
corrosiontears

Otimização do Notebook Acer Aspire 5315 no Linux

Apr 10th, 2015
711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.12 KB | None | 0 0
  1. ## Otimização do Notebook Acer Aspire 5315 no Linux ##
  2.  
  3. # Ativar compressão S3DC no Linux com GPU Intel #
  4.  
  5. ## Explicação sobre a Tecnologia no Linux:
  6. http://dri.freedesktop.org/wiki/S3TC/
  7.  
  8. ## Material Interessante sobre o mesmo no Ubuntu:
  9. http://askubuntu.com/questions/56379/is-there-an-easy-way-to-enable-s3tc-on-intel-graphics
  10.  
  11. ## Nome e Descrição do Pacote no Arch i686 e x86_64:
  12. https://www.archlinux.org/packages/extra/i686/libtxc_dxtn/
  13. https://www.archlinux.org/packages/extra/x86_64/libtxc_dxtn/
  14.  
  15. ## Exemplo da Tecnologia em uso:
  16. ## Setting force_s3tc_enable=true in the environment to advertise S3TC support. In this case, S3TC textures will be passed through to the hardware. Mesa will not support compression of textures using S3TC, which is required by the GL extension spec, so things may misbehave.
  17. ## Using the external libtxc-dxtn library for S3TC compression. Mesa will attempt to load it if it exists, and provide full S3TC support. This is available in xorg-edgers, at least.
  18.  
  19. # Melhorar uso da CPU no Linux #
  20. ## Link com o Script e sua Explicação:
  21. http://ubuntuforums.org/showthread.php?t=1748521
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement