
Conectiva Icons - Grayscale
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
guppetto
18 years ago
As 'root', create a new directory for your fonts in '/usr/X11R6/lib/X11/fonts' and put your new fonts in there.
Run mkfontdir /usr/X11R6/lib/X11/fonts/new_directory .This creates the files 'fonts.alias' and 'fonts.dir'.
Run xset fp rehash
Restart the X Font Server as 'root' with: service xfs restart
I also copied the fonts over to /usr/share/fonts/default/Type1/
and executed all of the previous commands without success. When I run chkfontpath, The directories containing the fonts show up, but they never appear in any selectable list of fonts. I'm using Mandrake 8.2 and Drakefont doesn't complain about importing them, they just never appear.
Report
terrified
18 years ago
make sure your X server is loading the type1 renderer. your XF86Config file should contain a Load "type1" line.
also make sure you've added the path to your XftConfig file. it should have a line dir in it.
Report
terrified
18 years ago
the line for your XftConfig file should read
dir "/path/to/type1/fonts"
Report
guppetto
18 years ago
Report
terrified
18 years ago
Report
caldroun
18 years ago
Report
caldroun
18 years ago
Report
terrified
18 years ago
Report
rastamatra
18 years ago
Report
schnoopy
18 years ago
Franz
Report
terrified
18 years ago
Report
schnoopy
18 years ago
Franz
Report