Fix screen tearing on Debian 12 Xorg and i3
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
- Using ffmpeg to combine videos side by side
- Parse RSS feeds with Lua
- Fix screen tearing on Debian 12 Xorg and i3
- Bulk thumbnails
- dcss Make DCSS playable on 4k displays
- c Embedding resources into binary with C
- Add lazy loading of images in Jekyll posts
- Easy measure time took in a bash script
- Use option key as meta in Alacritty under macOS
- Online radio streaming with MPV from terminal
- Change permissions of matching files recursively
- plan9 Mount Plan9 over network
- plan9 Compile drawterm on Fedora 38
- Simple presentations with Markdown
- Cronjobs on Github with Github Actions