mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
system_shell: increase gui_fb quota
With this change, the window can be maximized when using a 1920x1080 resolution with 32 bits per pixel. Issue #3784
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<default caps="100"/>
|
||||
|
||||
<start name="gui_fb">
|
||||
<resource name="RAM" quantum="8M"/>
|
||||
<resource name="RAM" quantum="12M"/>
|
||||
<provides> <service name="Framebuffer"/> <service name="Input"/> </provides>
|
||||
<config xpos="10" ypos="10" initial_width="800" initial_height="600"/>
|
||||
<route>
|
||||
|
||||
Reference in New Issue
Block a user