diff --git a/run.sh b/run.sh
index b261537e7c5d9976569a5ecbbc31f80d9def0294..b47dee362f3a8bb5cb19f10c35414ea0214b1659 100644
--- a/run.sh
+++ b/run.sh
@@ -4,7 +4,7 @@ set -e
 
 # Set the defaults
 DEFAULT_LOG_LEVEL="INFO" # Available levels: TRACE, DEBUG, INFO (default), WARN, NONE (no logging)
-DEFAULT_RES="1280x1024x24"
+DEFAULT_RES="1920x1080x24"
 DEFAULT_DISPLAY=":99"
 
 # Use default if none specified as env var