Advertisement
corrosiontears

Otimizar Iceweasel para Aceleração por Hardware Intel:

Jun 3rd, 2014
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ## Configurando o Xorg para Otimizar a Aceleração por Hardware do Iceweasel ##
  2. ## Como root, execute:
  3. echo "/usr/lib/libIntelXvMC.so.1" >> /etc/X11/XvMCConfig
  4.  
  5. ## Depois configure o /etc/X11/xorg.conf.d/20-intel.conf :
  6.  
  7. Section "Device"
  8.    Identifier  "Intel Graphics"
  9.    Driver      "intel"
  10.    Option      "AccelMethod"  "sna"
  11.    Option      "XvMC"          "1"
  12. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement