manuals: document removal of newStdcpp from steam

/cc #29180.

+15 -28
+12 -26
doc/package-notes.xml
··· 477 478 <varlistentry> 479 <term>Using the FOSS Radeon or nouveau (nvidia) drivers</term> 480 - <listitem><itemizedlist><listitem><para> 481 - Both the open source radeon drivers as well as the nouveau drivers (nvidia) 482 - need a newer libc++ than is provided by the default runtime, which leads to a 483 - crash on launch. Use <programlisting>environment.systemPackages = 484 - [(pkgs.steam.override { newStdcpp = true; })];</programlisting> in your config 485 - if you get an error like 486 - <programlisting> 487 - libGL error: unable to load driver: radeonsi_dri.so 488 - libGL error: driver pointer missing 489 - libGL error: failed to load driver: radeonsi 490 - libGL error: unable to load driver: swrast_dri.so 491 - libGL error: failed to load driver: swrast</programlisting> 492 - or 493 - <programlisting> 494 - libGL error: unable to load driver: nouveau_dri.so 495 - libGL error: driver pointer missing 496 - libGL error: failed to load driver: nouveau 497 - libGL error: unable to load driver: swrast_dri.so 498 - libGL error: failed to load driver: swrast</programlisting></para></listitem> 499 - <listitem><para> 500 - Steam ships statically linked with a version of libcrypto that 501 - conflics with the one dynamically loaded by radeonsi_dri.so. 502 - If you get the error 503 - <programlisting>steam.sh: line 713: 7842 Segmentation fault (core dumped)</programlisting> 504 - have a look at <link xlink:href="https://github.com/NixOS/nixpkgs/pull/20269">this pull request</link>. 505 - </para></listitem> 506 507 </itemizedlist></listitem></varlistentry> 508
··· 477 478 <varlistentry> 479 <term>Using the FOSS Radeon or nouveau (nvidia) drivers</term> 480 + <listitem><itemizedlist> 481 + <listitem><para>The <literal>newStdcpp</literal> parameter 482 + was removed after 17.09 release and should not be needed anymore. 483 + </para></listitem> 484 + 485 + <listitem><para> 486 + Steam ships statically linked with a version of libcrypto that 487 + conflics with the one dynamically loaded by radeonsi_dri.so. 488 + If you get the error 489 + <programlisting>steam.sh: line 713: 7842 Segmentation fault (core dumped)</programlisting> 490 + have a look at <link xlink:href="https://github.com/NixOS/nixpkgs/pull/20269">this pull request</link>. 491 + </para></listitem> 492 493 </itemizedlist></listitem></varlistentry> 494
+1
nixos/doc/manual/release-notes/release-notes.xml
··· 9 <para>This section lists the release notes for each stable version of NixOS 10 and current unstable revision.</para> 11 12 <xi:include href="rl-1709.xml" /> 13 <xi:include href="rl-1703.xml" /> 14 <xi:include href="rl-1609.xml" />
··· 9 <para>This section lists the release notes for each stable version of NixOS 10 and current unstable revision.</para> 11 12 + <xi:include href="rl-1803.xml" /> 13 <xi:include href="rl-1709.xml" /> 14 <xi:include href="rl-1703.xml" /> 15 <xi:include href="rl-1609.xml" />
+2 -2
nixos/doc/manual/release-notes/rl-1803.xml
··· 29 30 <itemizedlist> 31 <listitem> 32 - <para> 33 - </para> 34 </listitem> 35 </itemizedlist> 36
··· 29 30 <itemizedlist> 31 <listitem> 32 + <para>Steam: the <literal>newStdcpp</literal> parameter 33 + was removed and should not be needed anymore.</para> 34 </listitem> 35 </itemizedlist> 36