From 91e84fa1b4746fae7f4f28b0f4f39734d180f6f8 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 05 Jul 2012 08:57:05 +0000 Subject: Allow to configure screen resolution Also move SUGAR_OUTPUT to the new config file --- (limited to 'README') diff --git a/README b/README index ee7fb8b..60a67f3 100644 --- a/README +++ b/README @@ -70,9 +70,22 @@ send-patches Send local commits as patches for review. Use --help for more informations about each command. -== Environment variables == +== Configuration == -SUGAR_OUTPUT +You can set a few options by creating sugar-build/config. Example + +OUTPUT=HDMI1 +RESOLUTION=1024x768 + +The following options are available + +RESOLUTION + +Specify the screen resolution in the form widthxheight. Note that +the resolution needs to be in the list of available modes, as +displayed by xrandr command. + +OUTPUT Sugar does not run properly on multiple video outputs, so we need to select one and turn off the others. By default we select the first -- cgit v0.9.1