mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
sculpt: raise max supported display resolution
This commit raise various quota to accommodate using a display resolution of up to '3840x2160' in the static parts, e.g. the leitzentrale, of Sculpt. Issue #5174.
This commit is contained in:
parent
5dce61563e
commit
d858a600f7
@ -581,9 +581,9 @@ install_config {
|
||||
</route>
|
||||
</start>
|
||||
|
||||
<start name="leitzentrale" caps="2350" priority="-1">
|
||||
<start name="leitzentrale" caps="2400" priority="-1">
|
||||
<binary name="init"/>
|
||||
<resource name="RAM" quantum="130M"/>
|
||||
<resource name="RAM" quantum="203M"/>
|
||||
<resource name="CPU" quantum="35"/>
|
||||
<affinity xpos="1" width="1"/> <!-- decouple leitzentrale from boot CPU -->
|
||||
<provides>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<config width="1024" height="768" max_width="2560" max_height="1504">
|
||||
<config width="1024" height="768" max_width="3840" max_height="2160">
|
||||
<report connectors="yes"/>
|
||||
<!-- <connector name="eDP-1" width="1920" height="1080" enabled="true" brightness="75"/> -->
|
||||
<!-- <connector name="HDMI-A-1" width="1024" height="768" hz="75" enabled="true"/> -->
|
||||
|
@ -45,7 +45,7 @@
|
||||
<inline>
|
||||
<start name="fader" priority="-1">
|
||||
<binary name="gui_fader"/>
|
||||
<resource name="RAM" quantum="50M"/>
|
||||
<resource name="RAM" quantum="100M"/>
|
||||
<resource name="CPU" quantum="20"/>
|
||||
<provides> <service name="Gui"/> </provides>
|
||||
<config initial_fade_in_steps="100" fade_in_steps="20" alpha="210"/>
|
||||
@ -74,7 +74,7 @@
|
||||
</if>
|
||||
<inline>
|
||||
<start name="gui_fb" priority="-1">
|
||||
<resource name="RAM" quantum="18M"/>
|
||||
<resource name="RAM" quantum="33M"/>
|
||||
<resource name="CPU" quantum="20"/>
|
||||
<provides> <service name="Framebuffer"/> <service name="Input"/> </provides>
|
||||
<config/>
|
||||
@ -160,9 +160,9 @@
|
||||
</route>
|
||||
</start>
|
||||
|
||||
<start name="decorator" caps="350" priority="-1">
|
||||
<start name="decorator" caps="400" priority="-1">
|
||||
<binary name="themed_decorator"/>
|
||||
<resource name="RAM" quantum="12M"/>
|
||||
<resource name="RAM" quantum="20M"/>
|
||||
<resource name="CPU" quantum="20"/>
|
||||
<config>
|
||||
<libc/>
|
||||
|
Loading…
Reference in New Issue
Block a user