From 11d554b0e9fa2fa36f3949424018d652ff994400 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 3 Sep 2012 13:30:20 +0200 Subject: [PATCH] xrandr lists a DP1 connector I don't actually have --- external_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external_screen.py b/external_screen.py index 5474685..9d70b82 100755 --- a/external_screen.py +++ b/external_screen.py @@ -43,7 +43,7 @@ def res2user(res): # Check screen setup internalName = "LVDS1" -externalNames = ["HDMI1", "VGA1"] +externalNames = ["HDMI1", "DP1", "VGA1"] connectors = getXrandrInformation() internalResolutions = connectors[internalName] # there must be a screen assoicated to the internal connector externalName = None # *the* external connector which is actually used -- 2.30.2