summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-19 00:45:32 +0100
committerTom Zanussi <tom.zanussi@intel.com>2013-09-20 18:30:55 -0500
commitf366b58cc023b8e80a26315e55d0689132612409 (patch)
tree140a52e9e37930c6fab61acfc1c871c3033ae8d2 /meta-jasperforest
parent65388277f772a2d89e7462d4ed363f634a7b6f5c (diff)
downloadmeta-intel-f366b58cc023b8e80a26315e55d0689132612409.tar.gz
jasperforest: remove xserver-xf86-config
This file appears to be derived from a stale copy of the atom-pc xorg.conf which was either redundant (setting values to the default), pointlessly hard-coding (specifying video driver when X can auto-probe), or actively harmful (disabling hotplugged input devices). Nothing in this file needs to be specified, so delete it and let X auto-configure itself. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-jasperforest')
-rw-r--r--meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf32
-rw-r--r--meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend1
2 files changed, 0 insertions, 33 deletions
diff --git a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf
deleted file mode 100644
index ca14a0c4..00000000
--- a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf
+++ /dev/null
@@ -1,32 +0,0 @@
1#Section "Device"
2# Identifier "Volari Z11"
3# Driver "xgi"
4#EndSection
5
6Section "Device"
7 Identifier "Generic VESA"
8 Driver "vesa"
9EndSection
10
11Section "Monitor"
12 Identifier "Generic Monitor"
13 Option "DPMS"
14EndSection
15
16Section "Screen"
17 Identifier "Default Screen"
18# Device "Volari Z11"
19 Device "Generic VESA"
20 Monitor "Generic Monitor"
21 DefaultDepth 24
22EndSection
23
24Section "ServerLayout"
25 Identifier "Default Layout"
26 Screen "Default Screen"
27EndSection
28
29Section "ServerFlags"
30 Option "DontZap" "0"
31 Option "AutoAddDevices" "False"
32EndSection
diff --git a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
deleted file mode 100644
index 72d991c7..00000000
--- a/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ /dev/null
@@ -1 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"