run: change resolution of virtualbox_auto_disk

We changed the test hardware and the new one does not support 1400x1050 anymore.
Choose some conservative resolution since this is anyway a auto test nobody
is really looking at the screen output.
This commit is contained in:
Alexander Boettcher 2014-04-07 09:26:51 +02:00 committed by Christian Helmuth
parent 0918c6006b
commit 819e54f860
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ append_if [have_spec framebuffer] config {
<start name="fb_drv">
<resource name="RAM" quantum="6M"/>
<provides><service name="Framebuffer"/></provides>
<config buffered="yes" width="1400" height="1050" depth="16" />
<config buffered="yes" width="1024" height="768" depth="16" />
</start>}
append config $config_of_app