ati_unfree: Update nixos-manual for AMD driver support
This commit is contained in:
parent
45f4b8b3ad
commit
fb9a6221b6
@ -73,6 +73,25 @@ services.xserver.driSupport32Bit = true;
|
|||||||
|
|
||||||
</simplesect>
|
</simplesect>
|
||||||
|
|
||||||
|
<simplesect><title>AMD Graphics Cards</title>
|
||||||
|
|
||||||
|
<para>AMD provides a proprietary driver for its graphics cards that
|
||||||
|
has better 3D performance than the X.org drivers. It is not enabled
|
||||||
|
by default because it’s not free software. You can enable it as follows:
|
||||||
|
<programlisting>
|
||||||
|
services.xserver.videoDrivers = [ "ati_unfree" ];
|
||||||
|
</programlisting>
|
||||||
|
You will need to reboot after enabling this driver to prevent a clash
|
||||||
|
with other kernel modules.</para>
|
||||||
|
|
||||||
|
<para>On 64-bit systems, if you want full acceleration for 32-bit
|
||||||
|
programs such as Wine, you should also set the following:
|
||||||
|
<programlisting>
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
</programlisting>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
</simplesect>
|
||||||
|
|
||||||
<simplesect><title>Touchpads</title>
|
<simplesect><title>Touchpads</title>
|
||||||
|
|
||||||
|
@ -46,7 +46,8 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
On 64-bit systems, whether to support Direct Rendering for
|
On 64-bit systems, whether to support Direct Rendering for
|
||||||
32-bit applications (such as Wine). This is currently only
|
32-bit applications (such as Wine). This is currently only
|
||||||
supported for the <literal>nvidia</literal> driver and for
|
supported for the <literal>nvidia</literal> and
|
||||||
|
<literal>ati_unfree</literal> drivers, as well as
|
||||||
<literal>Mesa</literal>.
|
<literal>Mesa</literal>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user