mrcrab
Group: Members
Posts: 4
Joined: Dec. 2005 |
|
Posted: Jan. 10 2006,03:30 |
|
I couldn't get fonts to appear in my Flash movies. With the help of DSL member 'fanboy', here's how I finally got it working - FYI.
- First, install XFree86.dsl - Then cp XF86Conf-4_vesa to /ext/X11/XF86Config-4 from the XFree86 folder the install left in /home/dsl/ - Adjust font paths in XF86Config-4 to include TTF, Type1 and 100dpi font folders. Putting your preferred font family on top of the list. - Create new font folders if needed in /usr/lib/X11/fonts/ - Load up the new folders with fonts (gsfonts into the Type1 folder, windows standard TT fonts into the TTF folder, and the standard 100dpi versions into the 100dpi folder). - Change /home/dsl/.xserverrc to: exec /usr/X11R6/bin/XFree86 -nolisten tcp -dpi 100
This makes the screen fonts *much* better looking all around, and in particular, makes the FireFox fonts bigger and cleaner.
Also solves the Macromedia Flash Player missing font problem by giving it gsfonts (Type 1) to use. I noticed in the install script for Flash Player, that it says it requires gsfonts and gsfonts-X11, but installing those fonts through apt-get, or with source became a nightmare.
|