[meta-intel] [PATCH 06/11] meta-nuc: provide a working xorg.conf for the nuc BSP

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Thu Dec 13 14:22:57 PST 2012


From: Nitin A Kamble <nitin.a.kamble at intel.com>

Provide a working xorg.conf for the nuc BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 .../xorg-xserver/xserver-xf86-config/nuc/xorg.conf |   26 ++++++++++++++++++++
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    1 +
 2 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf
 create mode 100644 meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend

diff --git a/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf b/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf
new file mode 100644
index 0000000..96b94b4
--- /dev/null
+++ b/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/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-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
new file mode 100644
index 0000000..72d991c
--- /dev/null
+++ b/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -0,0 +1 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-- 
1.7.3.4




More information about the meta-intel mailing list