Changeset 129

Show
Ignore:
Timestamp:
05/22/07 12:28:00 (19 months ago)
Author:
free
Message:

* Fixed legacy font path in xorg.conf

Location:
mediastation/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • mediastation/trunk/debian/changelog

    r45 r129  
     1mediastation (0.9.0~pre1) unstable; urgency=low 
     2 
     3  * Fixed legacy font path in xorg.conf 
     4 
     5 -- 
     6 
    17mediastation (0.8.11) unstable; urgency=low 
    28 
  • mediastation/trunk/themes/xorg/xorg.conf.mediastation

    r1 r129  
    2121        FontPath        "unix/:7100"                    # local font server 
    2222        # if the local font server has problems, we can fall back on these 
    23         FontPath        "/usr/lib/X11/fonts/misc" 
    24         FontPath        "/usr/lib/X11/fonts/cyrillic" 
    25         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled" 
    26         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled" 
    27         FontPath        "/usr/lib/X11/fonts/Type1" 
    28         FontPath        "/usr/lib/X11/fonts/CID" 
    29         FontPath        "/usr/lib/X11/fonts/Speedo" 
    30         FontPath        "/usr/lib/X11/fonts/100dpi" 
    31         FontPath        "/usr/lib/X11/fonts/75dpi" 
     23        FontPath        "/usr/share/fonts/X11/misc" 
     24        FontPath        "/usr/share/fonts/X11/cyrillic" 
     25        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled" 
     26        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled" 
     27        FontPath        "/usr/share/fonts/X11/Type1" 
     28        FontPath        "/usr/share/fonts/X11/CID" 
     29        FontPath        "/usr/share/fonts/X11/Speedo" 
     30        FontPath        "/usr/share/fonts/X11/100dpi" 
     31        FontPath        "/usr/share/fonts/X11/75dpi" 
    3232EndSection 
    3333