]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemux86/xorg.conf: no DefaultDepth for VMware SVGA driver
authorKevin Tian <kevin.tian@intel.com>
Mon, 21 Jun 2010 08:08:57 +0000 (16:08 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 29 Jun 2010 11:34:42 +0000 (12:34 +0100)
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>

meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
meta/packages/xorg-xserver/xserver-xf86-config_0.1.bb

index 7f5bfa70ea21cc9c088c07e2e56fc8e76ee64342..4216de7bdf35e4453a88024ae29de77c29115578 100644 (file)
@@ -53,7 +53,6 @@ Section "Screen"
     Identifier    "Default Screen"
     Device        "Graphics Controller"
     Monitor        "Generic Monitor"
-    DefaultDepth    24
     SubSection "Display"
         Modes     "640x480"
     EndSubSection
index 2089e26a63ead0cef5a608df2546ab9f7bd8fd1a..058670d3679ded43f05dec89dc72a6cc1f759046 100644 (file)
@@ -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"