diff options
author | Max Eliaser <max.eliaser@intel.com> | 2014-08-26 10:34:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-27 12:12:05 +0100 |
commit | 1354fdea6e04070fde4cb5a48ef824d0b22f0870 (patch) | |
tree | bea1f6e8773ba1c01f7503453dd41dd2dd1d2ecd /meta/recipes-graphics/xorg-xserver/xserver-xf86-config | |
parent | d407734e3d25b66a0281cc287a3e929945dc52ed (diff) | |
download | openembedded-core-1354fdea6e04070fde4cb5a48ef824d0b22f0870.tar.gz openembedded-core-1354fdea6e04070fde4cb5a48ef824d0b22f0870.tar.bz2 openembedded-core-1354fdea6e04070fde4cb5a48ef824d0b22f0870.zip |
qemux86: 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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xf86-config')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf index 10a6d9a0bc..bbda9eaa63 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/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" |