nixos: Fix build of manual
The build error has been introduced by 56dcc319cffc18411fd9bda020f0fbd. Using a <simplesect/> within a <para/> is not allowed and subsequently fails to validate while building the manual. So instead, I moved the <simplesect/> further down and outside of the <para/> to fix this. Signed-off-by: aszlig <aszlig@nix.build> Cc: @aaronjanse, @Lassulus, @danbst
This commit is contained in:
parent
75d150f9da
commit
7ba9b0a41b
@ -59,6 +59,14 @@
|
|||||||
<screen>
|
<screen>
|
||||||
# systemctl start display-manager.service
|
# systemctl start display-manager.service
|
||||||
</screen>
|
</screen>
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
On 64-bit systems, if you want OpenGL for 32-bit programs such as in Wine,
|
||||||
|
you should also set the following:
|
||||||
|
<programlisting>
|
||||||
|
<xref linkend="opt-hardware.opengl.driSupport32Bit"/> = true;
|
||||||
|
</programlisting>
|
||||||
|
</para>
|
||||||
<simplesect xml:id="sec-x11-auto-login">
|
<simplesect xml:id="sec-x11-auto-login">
|
||||||
<title>Auto-login</title>
|
<title>Auto-login</title>
|
||||||
<para>
|
<para>
|
||||||
@ -85,14 +93,6 @@
|
|||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
</simplesect>
|
</simplesect>
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
On 64-bit systems, if you want OpenGL for 32-bit programs such as in Wine,
|
|
||||||
you should also set the following:
|
|
||||||
<programlisting>
|
|
||||||
<xref linkend="opt-hardware.opengl.driSupport32Bit"/> = true;
|
|
||||||
</programlisting>
|
|
||||||
</para>
|
|
||||||
<simplesect xml:id="sec-x11-graphics-cards-nvidia">
|
<simplesect xml:id="sec-x11-graphics-cards-nvidia">
|
||||||
<title>Proprietary NVIDIA drivers</title>
|
<title>Proprietary NVIDIA drivers</title>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user