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
Use option key as meta in Alacritty under macOS
Uninstall Ollama from a Linux box
Easy measure time took in a bash script
Sending signals to C programsc
#cat-v on weechat configuration
Extract lines from a file with sed
Development environments with Nix
Grep to Less that maintain colors
Extending dte editor
Embedding resources into binary with Cc
Sane defaults for tmux with more visible statusbar
Alacritty open links with modifier
Set color temperature of displays on i3
Run 9front in Qemuplan9
Simple presentations with Markdown