[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#213286: workaround (fix?)



On Wed, Jun 16, 2004 at 10:20:35AM -0700, Vineet Kumar wrote:
> I fixed my workstation today by following advice found in The Debian
> Reference §9.4.13
> 
> http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xfs-tt
> 
> Specifically, moving Type1 down to the bottom of the list did the trick.
> My Files section now looks like this:
> 
> Section "Files"
>         FontPath        "unix/:7100"                    # local font server
>         # Scalable TrueType and CID Fonts (via DeFoMa):
>         FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
>         FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
>         # if the local font server has problems, we can fall back on these
>         FontPath        "/usr/lib/X11/fonts/CID"
>         FontPath        "/usr/lib/X11/fonts/Speedo"
>         FontPath        "/usr/lib/X11/fonts/misc"
>         FontPath        "/usr/lib/X11/fonts/cyrillic"
>         FontPath        "/usr/lib/X11/fonts/75dpi"
>         FontPath        "/usr/lib/X11/fonts/100dpi"
>         FontPath        "/usr/lib/X11/fonts/Type1"
> EndSection

Well, this (moving Type1 below 100dpi and 75dpi) is already the default:

$ cat -n $(which dexconf) | grep -11 100dpi
   216  ### FILES
   217
   218  if [ "$FORMAT" = "3" ]; then
   219    fetch shared/xfree86v3/config/write_files_section
   220    if [ "$RET" = "true" ]; then
   221      cat > "$DEXCONFTMPDIR/Files" << SECTION
   222  Section "Files"
   223          FontPath        "unix/:7100"                    # local font server
   224          # if the local font server has problems, we can fall back on these
   225          FontPath        "/usr/lib/X11/fonts/misc"
   226          FontPath        "/usr/lib/X11/fonts/cyrillic"
   227          FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
   228          FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
   229          FontPath        "/usr/lib/X11/fonts/Type1"
   230          FontPath        "/usr/lib/X11/fonts/CID"
   231          FontPath        "/usr/lib/X11/fonts/Speedo"
   232          FontPath        "/usr/lib/X11/fonts/100dpi"
   233          FontPath        "/usr/lib/X11/fonts/75dpi"
   234  EndSection
   235  SECTION
   236    fi
   237  else
   238    fetch xserver-xfree86/config/write_files_section
   239    if [ "$RET" = "true" ]; then
   240      cat > "$DEXCONFTMPDIR/Files" << SECTION
   241  Section "Files"
   242          FontPath        "unix/:7100"                    # local font server
   243          # if the local font server has problems, we can fall back on these
   244          FontPath        "/usr/lib/X11/fonts/misc"
   245          FontPath        "/usr/lib/X11/fonts/cyrillic"
   246          FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
   247          FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
   248          FontPath        "/usr/lib/X11/fonts/Type1"
   249          FontPath        "/usr/lib/X11/fonts/CID"
   250          FontPath        "/usr/lib/X11/fonts/Speedo"
   251          FontPath        "/usr/lib/X11/fonts/100dpi"
   252          FontPath        "/usr/lib/X11/fonts/75dpi"
   253  EndSection
   254  SECTION
   255    fi
   256  fi
   257
   258  ### MODULE
   259
   260  if [ "$FORMAT" = "3" ]; then
   261    # module list may be null
   262    db_get shared/xfree86v3/config/modules || true

-- 
G. Branden Robinson                |     One doesn't have a sense of humor.
Debian GNU/Linux                   |     It has you.
branden@debian.org                 |     -- Larry Gelbart
http://people.debian.org/~branden/ |

Attachment: signature.asc
Description: Digital signature


Reply to: