manual: steam on nouveau also requires newStdCpp
This commit is contained in:
parent
15502421c7
commit
a9a3af423f
@ -476,17 +476,25 @@ it. Place the resulting <filename>package.nix</filename> file into
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Using the FOSS Radeon drivers</term>
|
<term>Using the FOSS Radeon or nouveau (nvidia) drivers</term>
|
||||||
<listitem><itemizedlist><listitem><para>
|
<listitem><itemizedlist><listitem><para>
|
||||||
The open source radeon drivers need a newer libc++ than is provided
|
Both the open source radeon drivers as well as the nouveau drivers (nvidia)
|
||||||
by the default runtime, which leads to a crash on launch. Use
|
need a newer libc++ than is provided by the default runtime, which leads to a
|
||||||
<programlisting>environment.systemPackages = [(pkgs.steam.override { newStdcpp = true; })];</programlisting>
|
crash on launch. Use <programlisting>environment.systemPackages =
|
||||||
in your config if you get an error like
|
[(pkgs.steam.override { newStdcpp = true; })];</programlisting> in your config
|
||||||
|
if you get an error like
|
||||||
<programlisting>
|
<programlisting>
|
||||||
libGL error: unable to load driver: radeonsi_dri.so
|
libGL error: unable to load driver: radeonsi_dri.so
|
||||||
libGL error: driver pointer missing
|
libGL error: driver pointer missing
|
||||||
libGL error: failed to load driver: radeonsi
|
libGL error: failed to load driver: radeonsi
|
||||||
libGL error: unable to load driver: swrast_dri.so
|
libGL error: unable to load driver: swrast_dri.so
|
||||||
|
libGL error: failed to load driver: swrast</programlisting>
|
||||||
|
or
|
||||||
|
<programlisting>
|
||||||
|
libGL error: unable to load driver: nouveau_dri.so
|
||||||
|
libGL error: driver pointer missing
|
||||||
|
libGL error: failed to load driver: nouveau
|
||||||
|
libGL error: unable to load driver: swrast_dri.so
|
||||||
libGL error: failed to load driver: swrast</programlisting></para></listitem>
|
libGL error: failed to load driver: swrast</programlisting></para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Steam ships statically linked with a version of libcrypto that
|
Steam ships statically linked with a version of libcrypto that
|
||||||
|
Loading…
Reference in New Issue
Block a user