virtualbox.run: increase capability quota for fb_drv

Fixes #2463
This commit is contained in:
Christian Prochaska 2017-07-06 13:51:57 +02:00 committed by Christian Helmuth
parent e2c1ea04ea
commit 178795f2ec
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ append_if [expr $use_usb] config {
</start>}
append_if [have_spec framebuffer] config {
<start name="fb_drv" priority="-1">
<start name="fb_drv" priority="-1" caps="150">
<resource name="RAM" quantum="4M"/>
<provides><service name="Framebuffer"/></provides>
</start>}