aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:38:25 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:38:25 +0100
commitf59672679db271f6b24a41e215401ab5001ecd96 (patch)
tree367e04e449d8b02266b05d37413cfd2ba2a80b3a /content/posts/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md
parent22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d (diff)
downloadmitjafelicijan.com-f59672679db271f6b24a41e215401ab5001ecd96.tar.gz
Theme updates
Diffstat (limited to 'content/posts/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md')
-rw-r--r--content/posts/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md b/content/posts/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md
index 1de0ffe..c7e12ae 100644
--- a/content/posts/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md
+++ b/content/posts/2023-07-10-fix-screen-tearing-on-debian-12-xorg-and-i3.md
@@ -11,7 +11,7 @@ under Debian 12 with Xorg and i3. Using `picom` compositor didn't help. To fix
11this issue create new file `/etc/X11/xorg.conf.d/20-intel.conf` as root and put 11this issue create new file `/etc/X11/xorg.conf.d/20-intel.conf` as root and put
12the following in the file. 12the following in the file.
13 13
14``` 14```txt
15Section "Device" 15Section "Device"
16 Identifier "Intel Graphics" 16 Identifier "Intel Graphics"
17 Driver "intel" 17 Driver "intel"