[oe-commits] Max Eliaser : qemux86-64: xorg.conf: allow X.Org driver to be selected automatically.

git at git.openembedded.org git at git.openembedded.org
Tue Aug 26 20:40:59 UTC 2014


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

Author: Max Eliaser <max.eliaser at intel.com>
Date:   Tue Aug 26 10:34:12 2014 -0700

qemux86-64: xorg.conf: allow X.Org driver to be selected automatically.

A section specifying the driver to use is deleted from the image's xorg.conf,
allowing the X server to automatically select the most appropriate driver.
Testing shows that it does always pick the correct one.

Signed-off-by: Max Eliaser <max.eliaser at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf            | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf
index 10a6d9a..bbda9ea 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf
@@ -30,11 +30,6 @@ Section "InputDevice"
     Option        "USB"           "on"
 EndSection
 
-Section "Device"
-    Identifier    "Graphics Controller"
-    Driver        "vmware"
-EndSection
-
 Section "Monitor"
     Identifier    "Generic Monitor"
     Option        "DPMS"



More information about the Openembedded-commits mailing list