From 478e3e3570411b8b84f5ac7c8df8ae7371cba8c6 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 15 Jun 2012 19:19:12 +0200 Subject: [PATCH] Reserve more video memory for Xdummy --- test/integration/Xdummy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/Xdummy b/test/integration/Xdummy index ddf54216..34b3ead5 100644 --- a/test/integration/Xdummy +++ b/test/integration/Xdummy @@ -906,7 +906,7 @@ tweak_config() { $depth = $ENV{XDUMMY_DEPTH}; $nomodelines = $ENV{XDUMMY_NOMODELINES}; $mode_str = ""; - $videoram = "24000"; + $videoram = "240000"; $HorizSync = "30.0 - 130.0"; $VertRefresh = "50.0 - 250.0"; if ($geom ne "") { -- 2.11.4.GIT