]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemux86-64: xorg.conf: allow X.Org driver to be selected automatically.
authorMax Eliaser <max.eliaser@intel.com>
Tue, 26 Aug 2014 17:34:12 +0000 (10:34 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Aug 2014 11:12:05 +0000 (12:12 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf

index 10a6d9a0bc3d97802b274a04b816e1d25a4a443e..bbda9eaa635e45b1a46797f9b384ed576bae5df0 100644 (file)
@@ -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"