Autor |
Nachricht |
|
Titel: fix-fonts and font warnings
Verfasst am: 07.07.2006, 11:19 Uhr
|
|
Anmeldung: 30. Nov 2005
Beiträge: 91
|
|
One thing that is bugging me ever since the x.org upgrade.
When running fix-font.sh I get a warning about the 75 and 100dpi
fonts eg.
Warning: /usr/lib/X11/fonts/100dpi does not exist or is not a directory
Yet on my machine /usr/lib/X11/fonts is symbolically linked to
/usr/X11R6/lib/X11/fonts which contains the 75 and 100dpi font
directories. So the directories do exist.
I seem to remember tinkering with the fonts links during one of
the x.org upgrades which went wrong so it may be this which
is causing the warning.
I know it's only a warning and it doesn't seem to result in any ill
effects but I would like to get rid of it if possible.
Anyone know how? |
|
|
|
|
 |
|
Titel:
Verfasst am: 07.07.2006, 11:25 Uhr
|
|

Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
|
|
Should still work:
# mv /usr/X11R6/lib/X11/fonts /usr/X11R6/lib/X11/fonts.original
# ln -s /usr/share/fonts/X11 /usr/X11R6/lib/X11/fonts
hubi |
_________________
|
|
|
|
 |
|
Titel: fix-fonts and font warnings
Verfasst am: 07.07.2006, 11:28 Uhr
|
|
Team Member


Anmeldung: 06. Mai 2005
Beiträge: 3087
Wohnort: berlin
|
|
you have to set some symlinks due to xorg 7 using different paths then 6.9 did.
Code:
# ln -s /usr/share/fonts/X11/100dpi/ /usr/lib/X11/fonts/100dpi
# ln -s /usr/share/fonts/X11/75dpi/ /usr/lib/X11/fonts/75dpi
# ln -s /usr/share/fonts/X11/misc/ /usr/lib/X11/fonts/misc
will do the job.
greetz
devil |
_________________ <<We are Xorg - resistance is futile - you will be axximilated>>
Host/Kernel/OS "devilsbox" running[2.6.19-rc1-git5-kanotix-1KANOTIX-2006-01-RC4 ]
CPU Info AMD Athlon 64 3000+ clocked at [ 803.744 MHz ]
|
|
|
|
 |
|
Titel:
Verfasst am: 07.07.2006, 12:25 Uhr
|
|
Anmeldung: 30. Nov 2005
Beiträge: 91
|
|
Thanks devil28.
That did the trick for the 100dpi directory warning but I still get
a warning for the 75dpi directory.
I looked into /etc/X11/fonts and discovered a 100dpi directory
but no 75dpi.
Also there is a /etc/X11/fonts/X11R7 (x.org?) directory containing
both the 75 and 100dpi directories. Am I correct in thinking that
some of my linkages are pointing to the wrong places? |
|
|
|
|
 |
|
Titel:
Verfasst am: 07.07.2006, 12:29 Uhr
|
|
Team Member


Anmeldung: 06. Mai 2005
Beiträge: 3087
Wohnort: berlin
|
|
seems to be so.
greetz
devil |
_________________ <<We are Xorg - resistance is futile - you will be axximilated>>
Host/Kernel/OS "devilsbox" running[2.6.19-rc1-git5-kanotix-1KANOTIX-2006-01-RC4 ]
CPU Info AMD Athlon 64 3000+ clocked at [ 803.744 MHz ]
|
|
|
|
 |
|
Titel:
Verfasst am: 07.07.2006, 12:50 Uhr
|
|

Anmeldung: 05. Dez 2005
Beiträge: 414
Wohnort: Auckland, New Zealand
|
|
Ahhh thanks hubi and devil ... that fixed the problem for me too
I must say taht misc takes a long time to run when I do fix-fonts ... it has 662 files. |
_________________ Linux is evolution, not intelligent design - Linus Torvalds
|
|
|
|
 |
|
Titel:
Verfasst am: 07.07.2006, 13:03 Uhr
|
|
Anmeldung: 30. Nov 2005
Beiträge: 91
|
|
Thanks also to hubi.(Somehow I missed your post.)
I'll investigate my linkages tonight when I have more time.
Thanks again every one. |
|
|
|
|
 |
|
Titel:
Verfasst am: 07.07.2006, 17:40 Uhr
|
|
Team Member


Anmeldung: 03. Mai 2005
Beiträge: 1544
Wohnort: out there somewhere
|
|
|
|
 |
|