1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

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.

(From OE-Core rev: 1354fdea6e04070fde4cb5a48ef824d0b22f0870)

Signed-off-by: Max Eliaser <max.eliaser@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Max Eliaser
2014-08-26 10:34:10 -07:00
committed by Richard Purdie
parent a9085bfe8c
commit ae54f2b2aa
@@ -30,11 +30,6 @@ Section "InputDevice"
Option "USB" "on" Option "USB" "on"
EndSection EndSection
Section "Device"
Identifier "Graphics Controller"
Driver "vmware"
EndSection
Section "Monitor" Section "Monitor"
Identifier "Generic Monitor" Identifier "Generic Monitor"
Option "DPMS" Option "DPMS"