File tree Expand file tree Collapse file tree
Writerside/topics/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments