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

Help, Where are my aa fonts?




Disclaimer: newbie

Hum.  I have KDE3.1.1 installed on my woody and I used to get great anti-aliased
fonts.  Everything was fine, but of course I decided to poke around.  So I went
into the "Font Installer" in the Control Center and get into administrator mode:
 first message I get is "File does not exist and folder is not writeable" - no
more details than that...  I noticed that in "Advanced Mode" my TrueType font is
not checked.  So I check it and leave.  When I restart kdm/kde, I notice that my
fonts are still anti-aliased, they are all still listed in the "Fonts" section
of Control Center, but they all look the same (not very nice either)!  Also, my
xemacs menu fonts are HUGE.  What happened?  I can't get them back.  Did Font
Installed change my XF86Fofnig-4 file?  It kinda looks the same to me (here it
is below).  Did it change any other ones?

thanks!

Ivan.

---


Section "Module"

    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "xtt"
    Load       "glx"
    Load       "dri"

EndSection


Section "Files"
  FontPath      "/usr/X11R6/lib/X11/fonts/local"
  FontPath      "/usr/X11R6/lib/X11/fonts/misc"
  FontPath      "/usr/X11R6/lib/X11/fonts/75dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/100dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath      "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath      "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath      "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath      "/usr/X11R6/lib/X11/fonts/TTF"
  FontPath      "/usr/X11R6/lib/X11/fonts/TrueType"


    RgbPath     "/usr/X11R6/lib/X11/rgb"

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "ServerFlags"

EndSection

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"

    Option "AutoRepeat" "500 30"


    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"  "us"

EndSection


Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option              "Device"                "/dev/psaux"
    Option              "Protocol"              "ImPS/2"
    Option              "ZAxisMapping"          "4 5"

EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Monitor"

    Identifier  "VS Ivan"

    HorizSync   30-70

    VertRefresh 50-80
    Option              "DPMS"

EndSection

Section "Device"
    Identifier  "NV Ivan"
    Driver      "nv"
    VideoRam    65536
#    Option      "UseFBDev"      "true"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "NV Ivan"
    Monitor     "VS Ivan"
    DefaultDepth 24
    Subsection "Display"
        Depth       16
        Modes       "1600x1200" "1280x1024" "1024x768" "800x600"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1600x1200" "1280x1024" "1024x768" "800x600"
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice     "Generic Mouse"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
   Mode 0666
EndSection



Reply to: