From: Max Eliaser Date: Tue, 26 Aug 2014 17:34:12 +0000 (-0700) Subject: qemux86-64: xorg.conf: allow X.Org driver to be selected automatically. X-Git-Tag: 2015-4~1774 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5dd70b1917bc60e4ea7bded8f348e46b4551dfb6;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 10a6d9a0bc..bbda9eaa63 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"