summaryrefslogtreecommitdiffstats
path: root/meta-nuc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-12-11 10:35:33 -0800
committerTom Zanussi <tom.zanussi@intel.com>2012-12-14 10:49:53 -0600
commit3907096db9f2124a77d666c0d12fa583eece5da0 (patch)
tree49f2bdc4cd4824172461f357298b4d3d942ad446 /meta-nuc
parent7f57b23cf7a5be5055cf65f3c3914ac6dd77c024 (diff)
downloadmeta-intel-3907096db9f2124a77d666c0d12fa583eece5da0.tar.gz
meta-nuc: provide a working xorg.conf for the nuc BSP
Provide a working xorg.conf for the nuc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-nuc')
-rw-r--r--meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf26
-rw-r--r--meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend1
2 files changed, 27 insertions, 0 deletions
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 00000000..96b94b46
--- /dev/null
+++ b/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf
@@ -0,0 +1,26 @@
1Section "Device"
2 Identifier "Intel Graphics Driver"
3 Driver "intel"
4EndSection
5
6Section "Monitor"
7 Identifier "Generic Monitor"
8 Option "DPMS"
9EndSection
10
11Section "Screen"
12 Identifier "Default Screen"
13 Device "Intel Graphics Driver"
14 Monitor "Generic Monitor"
15 DefaultDepth 24
16EndSection
17
18Section "ServerLayout"
19 Identifier "Default Layout"
20 Screen "Default Screen"
21EndSection
22
23Section "ServerFlags"
24 Option "DontZap" "0"
25 Option "AutoAddDevices" "False"
26EndSection
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 00000000..72d991c7
--- /dev/null
+++ b/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -0,0 +1 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"