From 3764fe66c6db1213216cc3d24253655376e70467 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Fri, 17 Jul 2015 11:02:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=BF=D0=BE=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=20=D0=B4=D0=BB=D1=8F=20xorg=20=D0=B2=D0=BA=D0=BB=D1=8E?= =?UTF-8?q?=D1=87=D0=B5=D0=BD=20=D0=B4=D0=BB=D1=8F=20=D0=B4=D1=80=D0=B0?= =?UTF-8?q?=D0=B9=D0=B2=D0=B5=D1=80=D0=B0=20=D0=BF=D0=BE=20=D1=83=D0=BC?= =?UTF-8?q?=D0=BE=D0=BB=D1=87=D0=B0=D0=BD=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/install/variables/X11.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/install/variables/X11.py b/pym/install/variables/X11.py index b7d3bfa..6723c58 100644 --- a/pym/install/variables/X11.py +++ b/pym/install/variables/X11.py @@ -248,7 +248,8 @@ class VariableOsInstallX11Composite(VideoVariable): def get(self): """On/off composite""" - defaultCompositeOn = ("nvidia","intel","fglrx","nouveau","radeon") + defaultCompositeOn = ("nvidia","intel","fglrx", + "nouveau","radeon", "default") composite = getValueFromCmdLine("calculate",5) videodrv = getValueFromCmdLine("calculate",4) if videodrv != "auto":