[oe-commits] Ross Burton : xserver-xf86-config: empty generic xorg.conf

git at git.openembedded.org git at git.openembedded.org
Fri Feb 22 14:09:19 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 746b6e90a8403886e6957d33610bbda115de0a0c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=746b6e90a8403886e6957d33610bbda115de0a0c

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Feb  5 14:01:04 2013 +0000

xserver-xf86-config: empty generic xorg.conf

The idea of a generic xorg.conf is meaningless, especially when they specify the
"intel" driver.  Empty this file so that unless the BSP specifies it's own
xorg.conf, no xorg.conf file is installed.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../xorg-xserver/xserver-xf86-config/xorg.conf     |   26 --------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf
index 9c3d490..e69de29 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf
@@ -1,26 +0,0 @@
-
-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"
-EndSection





More information about the Openembedded-commits mailing list