X-Git-Url: https://git.ralfj.de/lilass.git/blobdiff_plain/7c604e2f650be4b97209babf741b9c23141a0ad1..11d554b0e9fa2fa36f3949424018d652ff994400:/external_screen.py 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