View difference between Paste ID: zvLCvN5m and aX8Z18FT
SHOW: | | - or go back to the newest paste.
1-
## Configurando o Xorg para Otimizar a Aceleração por Hardware do Iceweasel ##
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-
   Option      "AccelMethod"  "sna"
10+
11-
   Option      "XvMC"          "1"
11+
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