Advertisement
corrosiontears

Xorg Config Intel

Jun 30th, 2015
1,058
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### Super "xorg.conf" ###
  2. ## Experiência em navegação Tear Free de baixa latência para uso diário:
  3. # Adicione esse conteúdo em: /etc/X11/xorg.conf # Apenas para GPUs Intel:
  4. ## DRI3 é Opcional para GPUs que não ativam esse recurso por padrão:
  5.  
  6. Section "Module"
  7.         Load "dri3"
  8. EndSection
  9.  
  10. Section "Device"
  11.     Identifier  "intel"
  12.     Option      "AccelMethod"               "sna"
  13.     Option      "TearFree"                  "True"
  14.     Option      "Tiling"                    "True"
  15.     Option      "SwapbuffersWait"           "True"
  16.     Option      "TripleBuffer"              "True"
  17.     Option      "MigrationHeuristic"        "greedy"
  18.     Option      "DRI"                       "3"
  19. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement