Toon posts:

[Debian] True Type Fonts

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hoi,

Ik ben nu al 2 dagen aan 't klooien om die ttf's aan de gang te krijgen.. zelfs hulp van de almachtige Dinges mag niet baten :D

Ik heb de volgende font packages geinstalled:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
timmie@vitalie:~$ dpkg -l | grep -i fonts | grep ^ii
ii  console-data   1999.08.29-24  Keymaps, fonts, charset maps, fallback table
ii  gsfonts   6.0-2     Fonts for the ghostscript interpreter
ii  gsfonts-x11    0.16      Make Ghostscript fonts available to X11.
ii  msttcorefonts  1.0.0        Installer for Microsoft TrueType core fonts
ii  ttf-baekmuk    2.0-6        Baekmuk TrueType fonts
ii  ttf-openoffice 1.0-2        OpenOffice TrueType Fonts
ii  x-ttcidfont-co 11        Configure TrueType and CID fonts for X.
ii  xfonts-100dpi  4.1.0-15  100 dpi fonts for X
ii  xfonts-100dpi- 4.1.0-15  100 dpi fonts for X (transcoded from ISO 106
ii  xfonts-75dpi   4.1.0-15  75 dpi fonts for X
ii  xfonts-75dpi-t 4.1.0-15  75 dpi fonts for X (transcoded from ISO 1064
ii  xfonts-abi     0.99.3+cvs.200 Some fonts shipped with AbiWord
ii  xfonts-base    4.1.0-15  standard fonts for X
ii  xfonts-base-tr 4.1.0-15  standard fonts for X (transcoded from ISO 10
ii  xfonts-scalabl 4.1.0-15  scalable fonts for X
timmie@vitalie:~$

M'n XF86Config-4 font section ziet er zo uit:
code:
1
2
3
4
5
6
7
8
9
10
11
12
Section "Files"
      FontPath    "unix/:7100"            # local font server
      # if the local font server has problems, we can fall back on these
      FontPath    "/usr/lib/X11/fonts/misc"
      FontPath    "/usr/lib/X11/fonts/cyrillic"
      FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
      FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
      FontPath    "/usr/lib/X11/fonts/Type1"
      FontPath    "/usr/lib/X11/fonts/Speedo"
      FontPath    "/usr/lib/X11/fonts/100dpi"
      FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection

zo te zien gebruikt X nu 100 dpi fonts en geen ttf's aan sites te zien :'(
code:
1
2
3
timmie@vitalie:~$ ps aux | grep dpi
root     666  1.1  7.8 154784 20064 ?   S<   13:46   0:05 /usr/bin/X11/X -dpi 100 -nolisten tcp
timmie@vitalie:~$

XFS-ttf draait gewoon evenals XFS...

rara hoe kan dit :)

  • blouweKip
  • Registratie: November 1999
  • Laatst online: 10-08 18:05
Ik heb zelf all mn fontpaths toegevoegd aan xfree86config-4 en gebruik alleen xfs (geen xfs-xtt oid), naast freetype 2 heb ik ook nog eens mn windows fonts geinstalleerd (handmatig destijds, incl het toevoegen van de fontpath aan xf86config-4)

Als je toevallig nog ergens windows fonts hebt staan (of andere ttf fonts) dan kun je die imoprteren met "apt-get install ttf-commercial"

"For my friends, anything; for my enemies, the law."


Verwijderd

toevoegen aan xf86config-4 :

FontPath "/usr/lib/X11/fonts/TrueType"

en de rechten van de fonts en hun subdirs ff ok zetten.. [dus niet alleen root]

Verwijderd

Topicstarter
Op vrijdag 05 april 2002 17:40 schreef pixeleer het volgende:
toevoegen aan xf86config-4 :

FontPath "/usr/lib/X11/fonts/TrueType"

en de rechten van de fonts en hun subdirs ff ok zetten.. [dus niet alleen root]
Yep dat was 't idd :) toevallig had ik 't net iets voor jou al gevonden.. toch bedankt voor de reply :)

Verwijderd

xfs-ttf draait toch op poort 7110?

  • Lethalis
  • Registratie: April 2002
  • Niet online
Gewoon truetype fonts in een eigen directory dumpen. In deze directory met ttmkfdir een fonts.dir bestand aanmaken en daarna de directory toevoegen aan je fontpath.

Bij volgende restart van X heb je truetype fonts :)

[edit]
*gaat ervan uit dat je XFree86 4.x gebruikt* :+

Ask yourself if you are happy and then you cease to be.

Pagina: 1