commit 4e41af1f8b20c9293ae8e032c5cb45e71dcc8f53 Author: Sohrab Behdani Date: Tue Jul 23 22:34:05 2024 +0330 added xorg config diff --git a/etc/X11/xorg.conf.d/99-vc4.conf b/etc/X11/xorg.conf.d/99-vc4.conf new file mode 100644 index 0000000..986714b --- /dev/null +++ b/etc/X11/xorg.conf.d/99-vc4.conf @@ -0,0 +1,7 @@ +Section "OutputClass" + Identifier "vc4" + MatchDriver "vc4" + Driver "modesetting" + Option "PrimaryGPU" "true" +EndSection +