summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone/xorg.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone/xorg.conf b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone/xorg.conf
new file mode 100644
index 0000000000..2f40dae157
--- /dev/null
+++ b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone/xorg.conf
@@ -0,0 +1,20 @@
1Section "Monitor"
2 Identifier "Builtin Default Monitor"
3EndSection
4
5Section "Device"
6 Identifier "Builtin Default fbdev Device 0"
7 Driver "modesetting"
8EndSection
9
10Section "Screen"
11 Identifier "Builtin Default fbdev Screen 0"
12 DefaultDepth 16
13 Device "Builtin Default fbdev Device 0"
14 Monitor "Builtin Default Monitor"
15EndSection
16
17Section "ServerLayout"
18 Identifier "Builtin Default Layout"
19 Screen "Builtin Default fbdev Screen 0"
20EndSection