Font problem after upgrade
"Richard W. Knight" <[email protected]> Tue, 03 Aug 2004 16:57:29 -0700
| Newsgroups | gmane.comp.xfree86.fonts |
|---|---|
| Message-ID | <[email protected]> |
Hi, I just upgraded my Slackware 9.0 / XFree86-4.3.0 notebook to XFree86-4.4.0. The upgrade went well and just about everything works. The only problem I have is non-system fonts in Mozilla. For example, when I load Google, the fonts are not visible. If there is a link I get just a thin blue underline for the link but no font. Also, I have a web page of my own (My Site <http://catdads.rlknight.com>) that calls for Verdana, Arial or Helvetica fonts and even though I have these fonts on my system, the don't show up. If I unset "Allow documents to use other fonts" in Mozilla/Edit/Preferences/Appearance/Fonts, then the text shows up, but in the Fonts set in Mozilla. Config file attached. TIA Thanks, Rick Knight
XF86Config
(text/plain, 3.7 KB)
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "unix/:7100"
# 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/misc/"
# FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
# FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/Type1/B/"
# FontPath "/usr/X11R6/lib/X11/fonts/Type1/A/"
# FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
# Load "dri-old.libdri"
Load "type1"
Load "speedo"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
# Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "HWP"
ModelName "HP D8906"
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "accel" # [<bool>]
#Option "crt_screen" # [<bool>]
#Option "composite_sync" # [<bool>]
#Option "hw_cursor" # [<bool>]
#Option "linear" # [<bool>]
#Option "force_pci_mode" # [<bool>]
#Option "dma_mode" "async"
#Option "agp_mode" "2"
#Option "agp_size" "16"
#Option "local_textures" # [<bool>]
#Option "buffer_size" "2"
#Option "mmio_cache" # [<bool>]
#Option "probe_clocks" # [<bool>]
#Option "reference_clock" # <freq>
#Option "shadow_fb" # [<bool>]
#Option "sw_cursor" # [<bool>]
Identifier "Card0"
Driver "ati"
VendorName "ATI"
BoardName "Rage Mobility P/M AGP 2x"
ChipSet "ati"
ChipId 0x4c4d
ChipRev 0x64
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen 0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
SubSection "Display"
Depth 32
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection