From 7999b9ad79a5aba6b12be73a938c823fc5b329e8 Mon Sep 17 00:00:00 2001 From: Spacedio Date: Sun, 24 May 2026 21:07:04 -0400 Subject: Reorganization of files. --- system/etc/X11/xorg.conf.d/10-igpu.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 system/etc/X11/xorg.conf.d/10-igpu.conf (limited to 'system/etc/X11/xorg.conf.d/10-igpu.conf') diff --git a/system/etc/X11/xorg.conf.d/10-igpu.conf b/system/etc/X11/xorg.conf.d/10-igpu.conf new file mode 100644 index 0000000..49a4151 --- /dev/null +++ b/system/etc/X11/xorg.conf.d/10-igpu.conf @@ -0,0 +1,8 @@ +Section "ServerFlags" + Option "AutoAddGPU" "off" +EndSection + +Section "Device" + Identifier "iGPU" + Driver "modesetting" +EndSection -- cgit v1.2.3