···477477478478 <varlistentry>
479479 <term>Using the FOSS Radeon or nouveau (nvidia) drivers</term>
480480- <listitem><itemizedlist><listitem><para>
481481- Both the open source radeon drivers as well as the nouveau drivers (nvidia)
482482- need a newer libc++ than is provided by the default runtime, which leads to a
483483- crash on launch. Use <programlisting>environment.systemPackages =
484484- [(pkgs.steam.override { newStdcpp = true; })];</programlisting> in your config
485485- if you get an error like
486486- <programlisting>
487487-libGL error: unable to load driver: radeonsi_dri.so
488488-libGL error: driver pointer missing
489489-libGL error: failed to load driver: radeonsi
490490-libGL error: unable to load driver: swrast_dri.so
491491-libGL error: failed to load driver: swrast</programlisting>
492492- or
493493- <programlisting>
494494-libGL error: unable to load driver: nouveau_dri.so
495495-libGL error: driver pointer missing
496496-libGL error: failed to load driver: nouveau
497497-libGL error: unable to load driver: swrast_dri.so
498498-libGL error: failed to load driver: swrast</programlisting></para></listitem>
499499- <listitem><para>
500500- Steam ships statically linked with a version of libcrypto that
501501- conflics with the one dynamically loaded by radeonsi_dri.so.
502502- If you get the error
503503- <programlisting>steam.sh: line 713: 7842 Segmentation fault (core dumped)</programlisting>
504504- have a look at <link xlink:href="https://github.com/NixOS/nixpkgs/pull/20269">this pull request</link>.
505505- </para></listitem>
480480+ <listitem><itemizedlist>
481481+ <listitem><para>The <literal>newStdcpp</literal> parameter
482482+ was removed after 17.09 release and should not be needed anymore.
483483+ </para></listitem>
484484+485485+ <listitem><para>
486486+ Steam ships statically linked with a version of libcrypto that
487487+ conflics with the one dynamically loaded by radeonsi_dri.so.
488488+ If you get the error
489489+ <programlisting>steam.sh: line 713: 7842 Segmentation fault (core dumped)</programlisting>
490490+ have a look at <link xlink:href="https://github.com/NixOS/nixpkgs/pull/20269">this pull request</link>.
491491+ </para></listitem>
506492507493 </itemizedlist></listitem></varlistentry>
508494
+1
nixos/doc/manual/release-notes/release-notes.xml
···99<para>This section lists the release notes for each stable version of NixOS
1010and current unstable revision.</para>
11111212+<xi:include href="rl-1803.xml" />
1213<xi:include href="rl-1709.xml" />
1314<xi:include href="rl-1703.xml" />
1415<xi:include href="rl-1609.xml" />
+2-2
nixos/doc/manual/release-notes/rl-1803.xml
···29293030<itemizedlist>
3131 <listitem>
3232- <para>
3333- </para>
3232+ <para>Steam: the <literal>newStdcpp</literal> parameter
3333+ was removed and should not be needed anymore.</para>
3434 </listitem>
3535</itemizedlist>
3636