From 478969defe862a2779bf7eb3bca30e2067827d7e Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Thu, 27 Oct 2011 14:21:43 -0700 Subject: New Romley BSP created. Uses Matrox MGA graphics driver. This layer provides new BSP meta-romley. This provides the support for Romley + Patsburg Chipset for Intel Systems. Romley refers to the Intel Rosecity Board. Signed-off-by: Kishore Bodke Signed-off-by: Tom Zanussi --- .../xserver-xf86-config/romley/xorg.conf | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf (limited to 'meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf') diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf new file mode 100644 index 00000000..28ad0bf7 --- /dev/null +++ b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf @@ -0,0 +1,26 @@ +Section "Device" + Identifier "Matrox MGA" + Driver "mga" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Matrox MGA" + Monitor "Generic Monitor" + DefaultDepth 24 +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection + +Section "ServerFlags" + Option "DontZap" "0" + Option "AutoAddDevices" "False" +EndSection -- cgit v1.2.3-54-g00ecf