From 4e41af1f8b20c9293ae8e032c5cb45e71dcc8f53 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Tue, 23 Jul 2024 22:34:05 +0330 Subject: [PATCH] added xorg config --- etc/X11/xorg.conf.d/99-vc4.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/X11/xorg.conf.d/99-vc4.conf 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 +