From 3562dd2a734539c73df2c3e1b74d18a1ed4c0128 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 21 Nov 2012 21:24:16 +0000 Subject: Drop RESOLUTION support when running from a test console --- (limited to 'commands/helpers/xinitrc') diff --git a/commands/helpers/xinitrc b/commands/helpers/xinitrc index 9cb52c8..320b346 100644 --- a/commands/helpers/xinitrc +++ b/commands/helpers/xinitrc @@ -37,10 +37,6 @@ do fi done -if [ ! -z $RESOLUTION ]; then - xrandr -s $RESOLUTION -fi - if [ ! -z $SUGAR_UI_TESTS ]; then rm -rf ~/.sugar/ui-tests export SUGAR_PROFILE=ui-tests -- cgit v0.9.1