From 1100562e29f6476448b656dbddd4cf22505523f6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Mar 2024 14:59:14 +0100 Subject: Move back to JBMAFP --- ...-fix-screen-tearing-on-debian-12-xorg-and-i3.md | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 _posts/notes/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md (limited to '_posts/notes/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md') diff --git a/_posts/notes/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md b/_posts/notes/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md deleted file mode 100644 index fa88d99..0000000 --- a/_posts/notes/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Fix screen tearing on Debian 12 Xorg and i3" -permalink: /fix-screen-tearing-on-debian-12-xorg-and-i3.html -date: 2023-07-10T04:21:48+02:00 -layout: post -type: note -draft: false ---- - -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. - -```txt -Section "Device" - Identifier "Intel Graphics" - Driver "intel" - Option "TearFree" "true" -EndSection -``` - -Reboot the system and that should be it. -- cgit v1.2.3