1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00

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>
This commit is contained in:
Max Eliaser
2014-08-26 10:34:12 -07:00
committed by Richard Purdie
parent 9e8666c91f
commit 0e8d6dedcd
@@ -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"