Francois-Xavier 'FiX' Kowalski a écrit :
Hello Fedora users,
on Fedora Core 1 & 2, I have the following fonts:
[fxk@tiffany fxk]% xlsfonts| grep
'b&h-lucidatypewriter-medium-r-normal-sans-12'
-b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1
-b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso10646-1
-b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso8859-1
-b&h-lucidatypewriter-medium-r-normal-sans-12-120-75-75-m-70-iso8859-1
But on Fedora core 3, fonts using iso8859 seem to have disappeared. Only
iso10646 fonts seem to remain. I have installed all of the packages
that contain "font" in their name with no luck. Can someone please
kindly point me to the package that contains these fonts?
Read https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139108
I'm used to install them from FC2 RPM as a workaround,
for example :
cd /tmp
wget [your_FC2_mirror]/xorg-x11-100dpi-fonts-6.7.0-10.i386.rpm
wget [your_FC2_mirror]/xorg-x11-75dpi-fonts-6.7.0-10.i386.rpm
rpm2cpio xorg-x11-100dpi-fonts-6.7.0-10.i386.rpm | cpio -id
rpm2cpio xorg-x11-75dpi-fonts-6.7.0-10.i386.rpm | cpio -id
cd /tmp/usr/X11R6/lib/X11/fonts
cp 100dpi/[what_you_want] /usr/X11R6/lib/X11/fonts/100dpi/
cp 75dpi/[what_you_want] /usr/X11R6/lib/X11/fonts/75dpi/
mkfontdir /usr/X11R6/lib/X11/fonts/100dpi
mkfontdir /usr/X11R6/lib/X11/fonts/75dpi
Cordialy, Remi.