Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/helpers/xinitrc
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-21 21:24:16 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-21 21:24:16 (GMT)
commit3562dd2a734539c73df2c3e1b74d18a1ed4c0128 (patch)
treef2acbe79eb2df7ebc5726753bead6f8672900558 /commands/helpers/xinitrc
parent991b59c4450f063f783cda0088440e5e037deffb (diff)
Drop RESOLUTION support when running from a test console
Diffstat (limited to 'commands/helpers/xinitrc')
-rw-r--r--commands/helpers/xinitrc4
1 files changed, 0 insertions, 4 deletions
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