nixos/doc/*: fix indentation
This commit is contained in:
parent
3f20417b4c
commit
31051812bc
@ -74,7 +74,7 @@ Platform Vendor Advanced Micro Devices, Inc.</screen>
|
|||||||
|
|
||||||
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
|
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
|
||||||
rocm-opencl-icd
|
rocm-opencl-icd
|
||||||
];</programlisting>
|
];</programlisting>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ Platform Vendor Advanced Micro Devices, Inc.</screen>
|
|||||||
|
|
||||||
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
|
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
|
||||||
intel-compute-runtime
|
intel-compute-runtime
|
||||||
];</programlisting>
|
];</programlisting>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
@ -184,20 +184,20 @@ GPU1:
|
|||||||
|
|
||||||
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
|
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
|
||||||
pkgs.<package>amdvlk</package>
|
pkgs.<package>amdvlk</package>
|
||||||
];
|
];
|
||||||
|
|
||||||
# To enable Vulkan support for 32-bit applications, also add:
|
# To enable Vulkan support for 32-bit applications, also add:
|
||||||
<xref linkend="opt-hardware.opengl.extraPackages32"/> = [
|
<xref linkend="opt-hardware.opengl.extraPackages32"/> = [
|
||||||
pkgs.driversi686Linux.<package>amdvlk</package>
|
pkgs.driversi686Linux.<package>amdvlk</package>
|
||||||
];
|
];
|
||||||
|
|
||||||
# For amdvlk
|
# For amdvlk
|
||||||
<xref linkend="opt-environment.variables"/>.VK_ICD_FILENAMES =
|
<xref linkend="opt-environment.variables"/>.VK_ICD_FILENAMES =
|
||||||
"/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json";
|
"/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json";
|
||||||
# For radv
|
# For radv
|
||||||
<xref linkend="opt-environment.variables"/>.VK_ICD_FILENAMES =
|
<xref linkend="opt-environment.variables"/>.VK_ICD_FILENAMES =
|
||||||
"/run/opengl-driver/share/vulkan/icd.d/radeon_icd.x86_64.json";
|
"/run/opengl-driver/share/vulkan/icd.d/radeon_icd.x86_64.json";
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user