summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2010-10-30 10:43:46 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-07 12:54:54 +0000
commitb4e55b84e20999e410d0ba04ebb83b81c21c8447 (patch)
treedba24741a7254a02ff02af978db1869add8dc2db /test/README
parent95f6f7a174ca096a3d3dbe84ff220d166d1e2baa (diff)
downloadcairo-b4e55b84e20999e410d0ba04ebb83b81c21c8447.tar.gz
test/README: Change suggested screen size
The dash-state test needs a surface with a width of 1500 pixels. If the screen size is smaller than that, the boilerplate backends that create a window on the X server can't properly do their job because part of the window would be outside of the screen. This means people should use a screen large enough for all the needed test surfaces. 1680 seemed like a more-or-less realistic value here. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/README')
-rw-r--r--test/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README
index 0cd3433ab..f753ccbb0 100644
--- a/test/README
+++ b/test/README
@@ -128,7 +128,7 @@ Here are some of the relevant details:
X server that uses only software for all rendering. One such X
server is Xvfb which can be started like this:
- Xvfb -screen 0 1280x1024x24 -ac -nolisten tcp :2
+ Xvfb -screen 0 1680x1024x24 -ac -nolisten tcp :2
after which the test suite can be run against it like so: