Skip to content

Commit 5d9ad84

Browse files
committed
Add egl and dbus issues
1 parent 11ed642 commit 5d9ad84

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Writerside/topics/getting-started/installation.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,23 @@ instructions set (<code>cat /proc/cpuinfo</code>).
270270

271271
<b>Note:</b> VirtualBox may not support AVX/AVX2 when running under Hyper-V.
272272
</note>
273+
274+
### libEGL warning: egl: failed to create dri2 screen
275+
276+
<note>
277+
sudo apt-get install libnvidia-egl-wayland1
278+
</note>
279+
280+
### Failed to fully launch dbus-proxy: Child process exited with code 1
281+
282+
<note>
283+
This is <a href="https://bugs.launchpad.net/apparmor/+bug/2046844">apparmor bug</a> and
284+
Ubuntu 24.04 is <a href="https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2060810">also affected</a>.
285+
286+
1) It can be temporarily fixed by running code as <code>sudo</code>.
287+
2) Or using following commands:
288+
<code-block lang="bash">
289+
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
290+
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
291+
</code-block>
292+
</note>

0 commit comments

Comments
 (0)