mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
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:
parent
0918c6006b
commit
819e54f860
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user