From a3c769382512117da55a0113458b43bc46658e1f Mon Sep 17 00:00:00 2001 From: Alejandro Sophila <5770504+asophila@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:58:25 -0300 Subject: [PATCH] Create stretch_x11.txt --- stretch_x11.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 stretch_x11.txt diff --git a/stretch_x11.txt b/stretch_x11.txt new file mode 100644 index 0000000..3697602 --- /dev/null +++ b/stretch_x11.txt @@ -0,0 +1,38 @@ +Section "Files" + ModulePath "/usr/lib/arm-linux-gnueabihf/xorg/modules/" + ModulePath "/usr/lib/xorg/modules/" +EndSection + +Section "Monitor" + Identifier "VGA" + Option "PreferredMode" "1024x768_60.00" +EndSection + +Section "Monitor" + Identifier "HDMI" + Option "PreferredMode" "1280x720_60.00" +EndSection + +Section "Monitor" + Identifier "Composite" + Option "PreferredMode" "NTSC10" +EndSection + +Section "Device" + Identifier "Allwinner sun4i DRM" + Driver "armsoc" + Option "Monitor-Composite-0" "Composite" + Option "Monitor-VGA-0" "VGA" + Option "Monitor-HDMI-A-0" "HDMI" +EndSection + +Section "Screen" + Identifier "Screen0" + Device "Card0" +EndSection + + +Section "Device" + Identifier "Card0" + Driver "modesetting" +EndSection