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":