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