[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-desktop
Subject:    [gentoo-desktop] Fonts in XF86Config/KDE
From:       Alex Huth <ahuth () lanworks ! de>
Date:       2002-12-17 10:54:00
[Download RAW message or body]

Hi guys!

Could someone show me a good configuration to use fonts?

I´m using this XF86Config and get not so good fonts in KDE. They are a little 
bit with shadows at bold fonts and not all doing antialiasing!

Snip
-------------------------------------------------------------------------
Section "Module"

    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
       Option "dga" 
   EndSubSection

    Load        "type1"
    Load        "freetype"
    Load	"truetype"
    Load       "glx"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
Section "Files"

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

    FontPath   "/usr/X11R6/lib/X11/fonts/truetype/"
    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/lfp-fix/"
    FontPath   "/usr/X11R6/lib/X11/fonts/lfp-var/"
    FontPath   "/usr/X11R6/lib/X11/fonts/sharefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"

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

EndSection

# **********************************************************************
# Server flags section.
Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection

# **********************************************************************
# Input devices
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"de-latin1"
    Option "XkbVariant"	"nodeadkeys"
EndSection


# **********************************************************************
# Core Pointer's InputDevice section
Section "InputDevice"

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/usbmouse"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"

EndSection



# **********************************************************************
# Monitor section

Section "Monitor"

    Identifier  "My Monitor"

    HorizSync   31.5 - 48.5
    VertRefresh 50-70

EndSection


# **********************************************************************
# Graphics device section

Section "Device"
    Identifier  "NVIDIA GeForce"
    Driver      "nvidia"
    Option	"NoLogo" "true"
EndSection


# **********************************************************************
# Screen sections
Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIA GeForce"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

---------------------------------------------------------------------------------------------------------------------------


So what i´m doing wrong?


So long ...



Alex Huth

--
gentoo-desktop@gentoo.org mailing list


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic