Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Testes Experimentais de Desempenho em Aceleração por Hardware / Iceweasel ##
- ## Como root, execute:
- echo "/usr/lib/libIntelXvMC.so.1" >> /etc/X11/XvMCConfig
- ## Adicione essa linha ao seu .bashrc
- export INTEL_BATCH=1
- ## Depois configure o /etc/X11/xorg.conf.d/20-intel.conf :
- Section "Device"
- Identifier "Intel Graphics"
- Driver "intel"
- # Option "AccelMethod" "glamor"
- Option "XvMC" "1"
- Option "DRI" "ilo"
- Option "Tiling" "true"
- Option "TripleBuffer" "true"
- Option "MigrationHeuristic" "greedy"
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement