Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-emulator
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sugar-emulator')
-rw-r--r--bin/sugar-emulator4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sugar-emulator b/bin/sugar-emulator
index 8c0aa8e..b0d2e59 100644
--- a/bin/sugar-emulator
+++ b/bin/sugar-emulator
@@ -31,6 +31,8 @@ def _run_xephyr(display, dpi, dimensions):
cmd.append(':%d' % display)
cmd.append('-ac')
+ cmd.append('-fullscreen')
+ '''
if dimensions is not None:
cmd.append('-screen')
cmd.append(dimensions)
@@ -39,7 +41,7 @@ def _run_xephyr(display, dpi, dimensions):
else:
cmd.append('-screen')
cmd.append('%dx%d' % (1200, 900))
-
+ '''
if dpi is None:
dpi = gtk.settings_get_default().get_property('gtk-xft-dpi') / 1024
if dpi > 0: