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"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "TearFree" "true"
EndSection

Reboot the system and that should be it.

Other notes

DateTitle
60's IBM Computers Commercial
Previews how man page written in Troff will look like
Add lazy loading of images in Jekyll posts
Personal sane Vim defaultsvim
My brand new Plan9/9front desktopplan9
Grep to Less that maintain colors
Easy measure time took in a bash script
Push to multiple origins at once in Git
Write ISO to USB Key
Extend Lua with custom C functions using Clangc
Execute not blocking async shell command in C#
Change Alt key to Win key under Xfce4
Change permissions of matching files recursively
Install Plan9port on Linuxplan9
Make DCSS playable on 4k displaysdcss