From e3d9eb5df031ea32208d196061b5511849019da9 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Thu, 6 Sep 2012 10:47:46 -0700 Subject: meta-crystalforest: Crystal Forest BSP Created. Initial checkin for the new Crystal Forest BSP. This BSP is based on Sandybridge CPU and Cave Creek Chipset. Signed-off-by: Kishore Bodke --- .../crystalforest-stargo/xorg.conf | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-crystalforest/recipes-graphics/xorg-xserver/xserver-xf86-config/crystalforest-stargo/xorg.conf (limited to 'meta-crystalforest/recipes-graphics/xorg-xserver/xserver-xf86-config/crystalforest-stargo/xorg.conf') diff --git a/meta-crystalforest/recipes-graphics/xorg-xserver/xserver-xf86-config/crystalforest-stargo/xorg.conf b/meta-crystalforest/recipes-graphics/xorg-xserver/xserver-xf86-config/crystalforest-stargo/xorg.conf new file mode 100644 index 00000000..28ad0bf7 --- /dev/null +++ b/meta-crystalforest/recipes-graphics/xorg-xserver/xserver-xf86-config/crystalforest-stargo/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