[meta-intel] [PATCH 5/5] meta-haswell-wc: provide a working xorg.conf for haswell-wc BSP

boon.leong.ong at intel.com boon.leong.ong at intel.com
Thu Sep 26 04:25:21 PDT 2013


From: Ong Boon Leong <boon.leong.ong at intel.com>

Provide a working xorg.conf for haswell-wc BSP.

Signed-off-by: Ong Boon Leong <boon.leong.ong at intel.com>
---
 .../xserver-xf86-config/haswell-wc/xorg.conf       |   26 ++++++++++++++++++++
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    1 +
 2 files changed, 27 insertions(+)
 create mode 100644 meta-haswell-wc/recipes-graphics/xorg-xserver/xserver-xf86-config/haswell-wc/xorg.conf
 create mode 100644 meta-haswell-wc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend

diff --git a/meta-haswell-wc/recipes-graphics/xorg-xserver/xserver-xf86-config/haswell-wc/xorg.conf b/meta-haswell-wc/recipes-graphics/xorg-xserver/xserver-xf86-config/haswell-wc/xorg.conf
new file mode 100644
index 0000000..96b94b4
--- /dev/null
+++ b/meta-haswell-wc/recipes-graphics/xorg-xserver/xserver-xf86-config/haswell-wc/xorg.conf
@@ -0,0 +1,26 @@
+Section "Device"
+    Identifier	"Intel Graphics Driver"
+    Driver	"intel"
+EndSection
+
+Section "Monitor"
+    Identifier    "Generic Monitor"
+    Option        "DPMS"
+EndSection
+
+Section "Screen"
+    Identifier    "Default Screen"
+    Device	  "Intel Graphics Driver"
+    Monitor       "Generic Monitor"
+    DefaultDepth  24
+EndSection
+
+Section "ServerLayout"
+    Identifier     "Default Layout"
+    Screen         "Default Screen"
+EndSection
+
+Section "ServerFlags"
+    Option        "DontZap"  "0"
+    Option        "AutoAddDevices"  "False"
+EndSection
diff --git a/meta-haswell-wc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-haswell-wc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
new file mode 100644
index 0000000..72d991c
--- /dev/null
+++ b/meta-haswell-wc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -0,0 +1 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-- 
1.7.10.4




More information about the meta-intel mailing list