if intres is None:
return None
else:
return ScreenSetup(intres, None, None, False)
elif operationmode is OperationMode.EXTERNAL_ONLY:
if intres is None:
return None
else:
return ScreenSetup(intres, None, None, False)
elif operationmode is OperationMode.EXTERNAL_ONLY:
return None
return ScreenSetup(commonres,commonres,relpos,False)
# select resolutions independently
return None
return ScreenSetup(commonres,commonres,relpos,False)
# select resolutions independently
if extres is None:
return None
extprim = self.userChoose("Select primary screen", ["Internal screen is primary","External screen is primary"], [False,True], None)
if extres is None:
return None
extprim = self.userChoose("Select primary screen", ["Internal screen is primary","External screen is primary"], [False,True], None)