Advertisement
corrosiontears

Otimizar Aceleração por Hardware Intel

Jun 13th, 2014
692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ## Testes Experimentais de Desempenho em Aceleração por Hardware / Iceweasel ##
  2. ## Como root, execute:
  3. echo "/usr/lib/libIntelXvMC.so.1" >> /etc/X11/XvMCConfig
  4.  
  5. ## Adicione essa linha ao seu .bashrc
  6. export INTEL_BATCH=1
  7.  
  8. ## Depois configure o /etc/X11/xorg.conf.d/20-intel.conf :
  9.  
  10. Section "Device"
  11.    Identifier  "Intel Graphics"
  12.    Driver      "intel"
  13. #  Option      "AccelMethod"          "glamor"
  14.    Option      "XvMC"                   "1"
  15.    Option      "DRI"                   "ilo"
  16.    Option      "Tiling"                "true"
  17.    Option      "TripleBuffer"          "true"
  18.    Option      "MigrationHeuristic"   "greedy"
  19. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement