Placas de Vídeo Intel (Sandy Bridge) DRI3 ou só DRI3 ativar no Debian.

Esse processo foi feito no meu notebook que possui um simples processo com GPU integrada da Intel.


Intel (Sandy Bridge) DRI3 
Criar um arquivo nano /usr/share/X11/xorg.conf.d/20-intel.conf

 Section "Device"
Identifier  "Intel Graphics"
Driver      "intel"
# Accelmethod sna ou uxa
Option      "AccelMethod"            "sna"
# Desabilita o vsync
Option      "SwapbuffersWait"      "false"
Option      "TearFree"                  "true"
# Ativar DRI3
Option      "DRI"                           "3"
EndSection

 Ou

Só ativar DRI3

Criar um arquivo nano /usr/share/X11/xorg.conf.d/20-intel.conf

 Section "Device"
Identifier  "Intel Graphics"
Driver      "intel"
# Ativar DRI3
Option      "DRI"              "3"
EndSection

reboot o PC.

  grep DRI3 /var/log/Xorg.0.log

[    15.268] (II) intel(0): direct rendering: DRI2 DRI3 enabled


Comentários

Postagens mais visitadas deste blog

Roteador Modelo HGW-2501GNP-RC da Vivo

Otimizar Debian com zswap

Como formatar um pendrive no Linux via linha de comando