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

qemux86/xorg.conf: no DefaultDepth for VMware SVGA driver

VMware SVGA driver needs to have same depth between the host and the guest. Or put in
other word, the depth read by the guest is the value read from host. The guest is not
allowed to change virtual depth to other value. With DefaultDepth option xorg.conf,
vmware driver rejects to work with suggestion "Please do not specify a depth on the
command line or via the config file".

Signed-off-by Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
Kevin Tian
2010-06-21 16:08:57 +08:00
committed by Joshua Lock
parent f51bb81248
commit 7d292468e7
2 changed files with 1 additions and 2 deletions
@@ -53,7 +53,6 @@ Section "Screen"
Identifier "Default Screen"
Device "Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSectionSub "Display"
Modes "640x480"
EndSubSection
@@ -2,7 +2,7 @@ DESCRIPTION = "X.Org X server configuration file"
HOMEPAGE = "http://www.x.org"
SECTION = "x11/base"
LICENSE = "MIT-X"
PR = "r7"
PR = "r8"
SRC_URI = "file://xorg.conf"