diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-09-19 00:45:32 +0100 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-09-20 18:30:55 -0500 |
| commit | f366b58cc023b8e80a26315e55d0689132612409 (patch) | |
| tree | 140a52e9e37930c6fab61acfc1c871c3033ae8d2 /meta-jasperforest | |
| parent | 65388277f772a2d89e7462d4ed363f634a7b6f5c (diff) | |
| download | meta-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.conf | 32 | ||||
| -rw-r--r-- | meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 1 |
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 | |||
| 6 | Section "Device" | ||
| 7 | Identifier "Generic VESA" | ||
| 8 | Driver "vesa" | ||
| 9 | EndSection | ||
| 10 | |||
| 11 | Section "Monitor" | ||
| 12 | Identifier "Generic Monitor" | ||
| 13 | Option "DPMS" | ||
| 14 | EndSection | ||
| 15 | |||
| 16 | Section "Screen" | ||
| 17 | Identifier "Default Screen" | ||
| 18 | # Device "Volari Z11" | ||
| 19 | Device "Generic VESA" | ||
| 20 | Monitor "Generic Monitor" | ||
| 21 | DefaultDepth 24 | ||
| 22 | EndSection | ||
| 23 | |||
| 24 | Section "ServerLayout" | ||
| 25 | Identifier "Default Layout" | ||
| 26 | Screen "Default Screen" | ||
| 27 | EndSection | ||
| 28 | |||
| 29 | Section "ServerFlags" | ||
| 30 | Option "DontZap" "0" | ||
| 31 | Option "AutoAddDevices" "False" | ||
| 32 | EndSection | ||
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
