From 920212bf51233a7f67e5482640f96b032aec25c7 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Mon, 25 Feb 2013 16:05:30 -0800 Subject: romley: add Ivy Bridge support Create a new machine to support the romley Ivy Bridge CPU variant. Signed-off-by: Kishore Bodke Signed-off-by: Tom Zanussi --- .../xserver-xf86-config/romley-ivb/xorg.conf | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb/xorg.conf (limited to 'meta-romley/recipes-graphics/xorg-xserver') diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb/xorg.conf b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb/xorg.conf new file mode 100644 index 00000000..28ad0bf7 --- /dev/null +++ b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb/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