From 01fd63bb782d7bb979714c781d0f6da405de4053 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Wed, 19 Dec 2012 17:04:19 +0400 Subject: [PATCH] Set 'On' by default composite for vmware --- install/variables/X11.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/variables/X11.py b/install/variables/X11.py index 22b99f2..ea1d29f 100644 --- a/install/variables/X11.py +++ b/install/variables/X11.py @@ -207,6 +207,8 @@ class VariableOsInstallX11Composite(VideoVariable): if self.Get('os_install_x11_video_drv') in defaultCompositeOn: defaultComposite = "on" + elif self.Get('hr_virtual') == 'vmware': + defaultComposite = "on" else: defaultComposite = "off" if self.Get('os_install_x11_video_drv') == self.Get('os_x11_video_drv'):