Fix FontPath for Cyrillic language X11 fonts
PR: docs/138903 Submitted by: Dmitry Marakasov <amdmi3@FreeBSD.org>
This commit is contained in:
parent
e3537cde5d
commit
9144b50eca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34707
1 changed files with 2 additions and 7 deletions
|
@ -811,15 +811,10 @@ font8x8="cp866-8x8"</programlisting>
|
|||
<para>Check the <literal>"Files"</literal> section
|
||||
in your <filename>/etc/X11/xorg.conf</filename> file.
|
||||
The following
|
||||
lines must be added <emphasis>before</emphasis> any other
|
||||
line must be added <emphasis>before</emphasis> any other
|
||||
<literal>FontPath</literal> entries:</para>
|
||||
|
||||
<programlisting>FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/misc"
|
||||
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi"
|
||||
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting>
|
||||
|
||||
<para>If you use a high resolution video mode, swap the 75 dpi
|
||||
and 100 dpi lines.</para>
|
||||
<programlisting>FontPath "/usr/local/lib/X11/fonts/cyrillic"</programlisting>
|
||||
|
||||
<note>
|
||||
<para>See ports for more cyrillic fonts.</para></note>
|
||||
|
|
Loading…
Reference in a new issue