Skip to content

Commit

Permalink
test/README: Change suggested screen size
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Uli Schlachter authored and Chris Wilson committed Nov 7, 2010
1 parent 95f6f7a commit b4e55b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/README
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b4e55b8

Please sign in to comment.