Advertisement
corrosiontears

Otimizar Aceleração por Hardware 3 Desktop Core2Duo

Nov 17th, 2014
679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                  ### Otimizar Aceleração por Hardware 3 - Desktop Intel Core2Duo - Intel 945GE ###
  2.  
  3. ## Adicionar as seguintes linhas no /etc/default/grub :
  4. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash drm.vblankoffdelay=1  i915.semaphores=1"
  5.  
  6. ## Adicionar as seguintes linhas em /etc/X11/xorg.conf.d/20-intel.conf (caso não exista, crie!):
  7. Section "Device"
  8.    Identifier  "Intel Graphics"
  9.    Driver      "intel"
  10.    Option      "DRI"                    "2"
  11.    Option      "XvMC"                   "1"
  12.    Option      "AccelMethod"           "sna"
  13.    Option      "TripleBuffer"          "true"
  14.    Option      "TearFree"              "true"
  15.    Option      "MigrationHeuristic"   "greedy"  
  16. EndSection
  17.  
  18. ## Adicionar as seguintes linhas em /etc/environment :
  19. CLUTTER_PAINT=disable-clipped-redraws:disable-culling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement