From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- ...ix-screen-tearing-on-debian-12-xorg-and-i3.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/fix-screen-tearing-on-debian-12-xorg-and-i3.html') diff --git a/public/fix-screen-tearing-on-debian-12-xorg-and-i3.html b/public/fix-screen-tearing-on-debian-12-xorg-and-i3.html index da27afb..648894c 100755 --- a/public/fix-screen-tearing-on-debian-12-xorg-and-i3.html +++ b/public/fix-screen-tearing-on-debian-12-xorg-and-i3.html @@ -1,9 +1,12 @@ -Fix screen tearing on Debian 12 Xorg and i3

Fix screen tearing on Debian 12 Xorg and i3

note, Jul 10, 2023 on Mitja Felicijan's blog

I have been experiencing some issues with Intel® Integrated HD Graphics 3000 under Debian 12 with Xorg and i3. Using picom compositor didn't help. To fix this issue create new file /etc/X11/xorg.conf.d/20-intel.conf as root and put the following in the file.

Section "Device"
@@ -11,7 +14,7 @@ the following in the file.
Section "Device"
   Driver "intel"
   Option "TearFree" "true"
 EndSection
-

Reboot the system and that should be it.


Posts from blogs I follow around the net