Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Add no tearing config to xorg to reduce tearing #59

Open
elfisher opened this issue Jan 9, 2018 · 1 comment
Open

Add no tearing config to xorg to reduce tearing #59

elfisher opened this issue Jan 9, 2018 · 1 comment
Assignees

Comments

@elfisher
Copy link

elfisher commented Jan 9, 2018

You can add additional hardware acceleration for no tearing by creating a /usr/share/X11/xorg.conf.d/20-intel.conf file with the code below. This helps make animations and videos render much more smoothly.

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "TearFree"    "true"
EndSection
@elfisher
Copy link
Author

elfisher commented Jan 9, 2018

NOTE: This is only useful for Intel projects.

@curcuz curcuz self-assigned this Feb 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants