Fix minor rendering issues.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c8d26bd9e6
commit
a06113979a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52659
1 changed files with 3 additions and 3 deletions
|
@ -731,18 +731,18 @@
|
|||
<para>For &intel; (i915) systems after Broadwell™, the
|
||||
&man.rc.conf.5; entry is:</para>
|
||||
|
||||
<programlisting>kld_list=/boot/modules/i915kms.ko.</programlisting>
|
||||
<programlisting>kld_list="/boot/modules/i915kms.ko"</programlisting>
|
||||
|
||||
<para>Systems with ATI/&amd; graphics cards have two options.
|
||||
Modern systems starting with the HD7000 series GPU should
|
||||
use:</para>
|
||||
|
||||
<programlisting>kld_list=/boot/modules/amdgpu.ko</programlisting>
|
||||
<programlisting>kld_list="/boot/modules/amdgpu.ko"</programlisting>
|
||||
|
||||
<para>Systems with cards released before the HD7000 GPU
|
||||
use:</para>
|
||||
|
||||
<programlisting>kld_list=/boot/modules/radeonkms.ko.</programlisting>
|
||||
<programlisting>kld_list="/boot/modules/radeonkms.ko"</programlisting>
|
||||
|
||||
<note>
|
||||
<para>Users must be added to the <literal>video</literal>
|
||||
|
|
Loading…
Reference in a new issue