diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-09-19 00:45:39 +0100 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-09-19 07:53:14 -0500 |
| commit | 34ea904fbe8546d888df24fee0abe603a37053f7 (patch) | |
| tree | c68484e0d3f4a12f0edd9c6bf1ec7b22240471a5 /meta-nuc | |
| parent | 7b5023275b887851b145abfc38474dbbd328d89c (diff) | |
| download | meta-intel-34ea904fbe8546d888df24fee0abe603a37053f7.tar.gz | |
nuc: 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>
Diffstat (limited to 'meta-nuc')
| -rw-r--r-- | meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf | 26 | ||||
| -rw-r--r-- | meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 1 |
2 files changed, 0 insertions, 27 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 deleted file mode 100644 index 96b94b46..00000000 --- a/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | Section "Device" | ||
| 2 | Identifier "Intel Graphics Driver" | ||
| 3 | Driver "intel" | ||
| 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 "Intel Graphics Driver" | ||
| 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 | ||
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 deleted file mode 100644 index 72d991c7..00000000 --- a/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
