[poky] [PATCH] xserver-xf86-config: atom-pc doesn't need a xorg.conf

Ross Burton ross.burton at intel.com
Mon Mar 4 03:06:51 PST 2013


Replace xorg.conf with an empty file so it doesn't get installed, as atom-pc can
auto-detect the hardware.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../xserver-xf86-config/atom-pc/xorg.conf          |   26 --------------------
 1 file changed, 26 deletions(-)

diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf
index e18b911..e69de29 100644
--- a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/xorg.conf
+++ b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/atom-pc/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"
-    Option	  "AutoAddDevices" "False"
-EndSection
-- 
1.7.10.4




More information about the poky mailing list