Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-05 08:57:05 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-05 08:58:27 (GMT)
commit91e84fa1b4746fae7f4f28b0f4f39734d180f6f8 (patch)
tree74c6c43b21177bb4ce7b330a6693d37ff9cd35cc /README
parent12a3e2b63490cb6a178c2d63ace3066e1e7594c3 (diff)
Allow to configure screen resolution
Also move SUGAR_OUTPUT to the new config file
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 15 insertions, 2 deletions
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