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