parent
13c9cbacdd
commit
4013b381b3
@ -477,32 +477,18 @@ it. Place the resulting <filename>package.nix</filename> file into
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Using the FOSS Radeon or nouveau (nvidia) drivers</term>
|
<term>Using the FOSS Radeon or nouveau (nvidia) drivers</term>
|
||||||
<listitem><itemizedlist><listitem><para>
|
<listitem><itemizedlist>
|
||||||
Both the open source radeon drivers as well as the nouveau drivers (nvidia)
|
<listitem><para>The <literal>newStdcpp</literal> parameter
|
||||||
need a newer libc++ than is provided by the default runtime, which leads to a
|
was removed after 17.09 release and should not be needed anymore.
|
||||||
crash on launch. Use <programlisting>environment.systemPackages =
|
</para></listitem>
|
||||||
[(pkgs.steam.override { newStdcpp = true; })];</programlisting> in your config
|
|
||||||
if you get an error like
|
<listitem><para>
|
||||||
<programlisting>
|
Steam ships statically linked with a version of libcrypto that
|
||||||
libGL error: unable to load driver: radeonsi_dri.so
|
conflics with the one dynamically loaded by radeonsi_dri.so.
|
||||||
libGL error: driver pointer missing
|
If you get the error
|
||||||
libGL error: failed to load driver: radeonsi
|
<programlisting>steam.sh: line 713: 7842 Segmentation fault (core dumped)</programlisting>
|
||||||
libGL error: unable to load driver: swrast_dri.so
|
have a look at <link xlink:href="https://github.com/NixOS/nixpkgs/pull/20269">this pull request</link>.
|
||||||
libGL error: failed to load driver: swrast</programlisting>
|
</para></listitem>
|
||||||
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>
|
|
||||||
<listitem><para>
|
|
||||||
Steam ships statically linked with a version of libcrypto that
|
|
||||||
conflics with the one dynamically loaded by radeonsi_dri.so.
|
|
||||||
If you get the error
|
|
||||||
<programlisting>steam.sh: line 713: 7842 Segmentation fault (core dumped)</programlisting>
|
|
||||||
have a look at <link xlink:href="https://github.com/NixOS/nixpkgs/pull/20269">this pull request</link>.
|
|
||||||
</para></listitem>
|
|
||||||
|
|
||||||
</itemizedlist></listitem></varlistentry>
|
</itemizedlist></listitem></varlistentry>
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
<para>This section lists the release notes for each stable version of NixOS
|
<para>This section lists the release notes for each stable version of NixOS
|
||||||
and current unstable revision.</para>
|
and current unstable revision.</para>
|
||||||
|
|
||||||
|
<xi:include href="rl-1803.xml" />
|
||||||
<xi:include href="rl-1709.xml" />
|
<xi:include href="rl-1709.xml" />
|
||||||
<xi:include href="rl-1703.xml" />
|
<xi:include href="rl-1703.xml" />
|
||||||
<xi:include href="rl-1609.xml" />
|
<xi:include href="rl-1609.xml" />
|
||||||
|
@ -29,8 +29,8 @@ following incompatible changes:</para>
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>Steam: the <literal>newStdcpp</literal> parameter
|
||||||
</para>
|
was removed and should not be needed anymore.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user