diff options
author | Kishore Bodke <kishore.k.bodke@intel.com> | 2013-02-25 16:05:30 -0800 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-02-27 14:30:03 -0600 |
commit | 920212bf51233a7f67e5482640f96b032aec25c7 (patch) | |
tree | 28bd7cda861dabeabbbb90e36764f98dfa7fb59b /meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb | |
parent | 150be7c8fb97ac88737f6017fdf9dd47b273bb3e (diff) | |
download | meta-intel-920212bf51233a7f67e5482640f96b032aec25c7.tar.gz |
romley: add Ivy Bridge support
Create a new machine to support the romley Ivy Bridge CPU variant.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb')
-rw-r--r-- | meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley-ivb/xorg.conf | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ | |||
1 | Section "Device" | ||
2 | Identifier "Matrox MGA" | ||
3 | Driver "mga" | ||
4 | EndSection | ||
5 | |||
6 | Section "Monitor" | ||
7 | Identifier "Generic Monitor" | ||
8 | Option "DPMS" | ||
9 | EndSection | ||
10 | |||
11 | Section "Screen" | ||
12 | Identifier "Default Screen" | ||
13 | Device "Matrox MGA" | ||
14 | Monitor "Generic Monitor" | ||
15 | DefaultDepth 24 | ||
16 | EndSection | ||
17 | |||
18 | Section "ServerLayout" | ||
19 | Identifier "Default Layout" | ||
20 | Screen "Default Screen" | ||
21 | EndSection | ||
22 | |||
23 | Section "ServerFlags" | ||
24 | Option "DontZap" "0" | ||
25 | Option "AutoAddDevices" "False" | ||
26 | EndSection | ||