parasurv@webspace ~ $

Blog: [Site updates] [Linux] [Free Software] [Culture] [Health] [Watches] Learning: [Emacs Journal] [Linux Wiki] Personal: [Contact] [About me]

Shorts: [Microblog] [Linkblog] Important: [Read] [Watch] [Listen] Other pages: [Old games stuff]

Linux Intel HD screen tearing fix

Not long ago I had to get a new computer, and it has an Intel integrated card in it. I experienced some screen tearing, and I use compton, but I quickly found some solution.

We need to create the following file:

/etc/X11/xorg.conf.d/20-intel.conf

And put the following lines in it:

Section "Device"
	Identifier "Intel Graphics"
	Driver "intel"
	Option "TearFree" "true"
	Option  "AccelMethod" "uxa"
	Option  "TripleBuffer" "true"
EndSection

Then restart the computer, or just log out and log in.

One of the best way to test it, if you just simple scrolling down in your browser, very slowly, and you will see if there are lines across the screen.

Hosted on Neocities and created with Emacs, the world best text editor, operating system. This website doesn't track you. I don't use any javascript or other scripts. I don't store any information about the visitors. It's just pure old fashioned HTML. Some parts of the site is not up-to-date design wise. I may or may not update them in the future. I don't really support mobile stuff, but I bet if you disable the little CSS I have, you can read the site perfectly.