mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 13:26:27 +00:00
sculpt: use 96M for display aperture to support 4k
Swapping a 4k monitor between discrete and mirror mode will consume temporarily at least 32M * 2 (3840 * 2160 * 4 Bytes), so that the default value of 64M for the aperture is insufficient in addition to interal display on a notebook. The commit mitigates that the i915_gem_evict_for_node unimplemented error does not trigger immediately. Issue #5356
This commit is contained in:
parent
7f1a6e55f3
commit
e9fb2d89fb
@ -1,4 +1,4 @@
|
||||
<config system="yes">
|
||||
<config system="yes" max_framebuffer_memory="96M">
|
||||
<device vendor="0x8086" device="0x1606" generation="8" platform="broadwell" description="HD Graphics (BDW GT1 ULT)"/>
|
||||
<device vendor="0x8086" device="0x1616" generation="8" platform="broadwell" description="HD Graphics 5500 (BDW GT2 ULT)"/>
|
||||
<device vendor="0x8086" device="0x1622" generation="8" platform="broadwell" description="Iris Pro Graphics 6200 (BDW GT3e)"/>
|
||||
|
Loading…
Reference in New Issue
Block a user