diff options
Diffstat (limited to 'meta-yocto-bsp')
| -rw-r--r-- | meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone/xorg.conf | 20 |
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 @@ | |||
| 1 | Section "Monitor" | ||
| 2 | Identifier "Builtin Default Monitor" | ||
| 3 | EndSection | ||
| 4 | |||
| 5 | Section "Device" | ||
| 6 | Identifier "Builtin Default fbdev Device 0" | ||
| 7 | Driver "modesetting" | ||
| 8 | EndSection | ||
| 9 | |||
| 10 | Section "Screen" | ||
| 11 | Identifier "Builtin Default fbdev Screen 0" | ||
| 12 | DefaultDepth 16 | ||
| 13 | Device "Builtin Default fbdev Device 0" | ||
| 14 | Monitor "Builtin Default Monitor" | ||
| 15 | EndSection | ||
| 16 | |||
| 17 | Section "ServerLayout" | ||
| 18 | Identifier "Builtin Default Layout" | ||
| 19 | Screen "Builtin Default fbdev Screen 0" | ||
| 20 | EndSection | ||
