mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00: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:
parent
28714979bd
commit
3e8824908d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user