diff options
author | Max Eliaser <max.eliaser@intel.com> | 2014-08-26 10:34:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-27 12:12:31 +0100 |
commit | 0e8d6dedcd5995ee078c9c3f4a6d013e5a9f7a1f (patch) | |
tree | fc05a3d3e20f71f9194328d4c77cce71c2620c2c /meta/recipes-graphics/xorg-xserver | |
parent | 9e8666c91f8e1ce677bbab0cd23a148fad802536 (diff) | |
download | poky-0e8d6dedcd5995ee078c9c3f4a6d013e5a9f7a1f.tar.gz |
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.
(From OE-Core rev: 5dd70b1917bc60e4ea7bded8f348e46b4551dfb6)
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')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf | 5 |
1 files changed, 0 insertions, 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 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" | |||
30 | Option "USB" "on" | 30 | Option "USB" "on" |
31 | EndSection | 31 | EndSection |
32 | 32 | ||
33 | Section "Device" | ||
34 | Identifier "Graphics Controller" | ||
35 | Driver "vmware" | ||
36 | EndSection | ||
37 | |||
38 | Section "Monitor" | 33 | Section "Monitor" |
39 | Identifier "Generic Monitor" | 34 | Identifier "Generic Monitor" |
40 | Option "DPMS" | 35 | Option "DPMS" |