i installed this+kde3. no matter if i use xdm or kdm where are squares in 
place of polish letters in menu and messages.

when not using KDE i successfully use polish fonts everywhere, like xterm, 
opera etc. i have

         :lang=pl_PL.ISO8859-2:\

in login.conf


any idea what to change?

thank you



my xorg.conf below:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/local/share/X11/rgb"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/lib/X11/fonts/misc/"
        FontPath     "/usr/local/lib/X11/fonts/TTF/"
        FontPath     "/usr/local/lib/X11/fonts/OTF"
        FontPath     "/usr/local/lib/X11/fonts/100dpi/"
        FontPath     "/usr/local/lib/X11/fonts/75dpi/"
        FontPath     "/usr/local/lib/X11/fonts/Type1/"
        FontPath     "/usr/local/lib/X11/fonts/webfonts/"
        FontPath     "/usr/local/lib/X11/fonts/cyrillic/"
        FontPath     "/usr/local/lib/X11/fonts/bitstream-vera/"
        FontPath     "/usr/local/lib/X11/fonts/mozilla/"
        FontPath     "/usr/local/fontyttf/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "record"
        Load  "dbe"
        Load  "glx"
        Load  "GLcore"
        Load  "xtrap"
#       Load  "dri"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option "XkbLayout"      "pl"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        VertRefresh     20-100
        HorizSync       10-100
        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     "NoAccel"                  # [<bool>]
         #Option     "AccelMethod"              # <str>
         #Option     "HWCursor"                 # [<bool>]
         #Option     "SWCursor"                 # [<bool>]
         #Option     "ShadowFB"                 # [<bool>]
         #Option     "Rotate"                   # [<str>]
         #Option     "UseBIOS"                  # [<bool>]
         #Option     "LCDClock"                 # <freq>
         #Option     "ShadowStatus"             # [<bool>]
         #Option     "CrtOnly"                  # [<bool>]
         #Option     "TvOn"                     # [<bool>]
         #Option     "PAL"                      # [<bool>]
         #Option     "ForceInit"                # [<bool>]
         #Option     "Overlay"                  # [<str>]
         #Option     "TransparencyKey"          # [<str>]
         #Option     "ForceInit"                # [<bool>]
         #Option     "DisableXVMC"              # [<bool>]
         #Option     "DisableTile"              # [<bool>]
         #Option     "DisableCOB"               # [<bool>]
         #Option     "BCIforXv"                 # [<bool>]
         #Option     "DVI"                      # [<bool>]
         #Option     "BusType"                  # [<str>]
         #Option     "DmaType"                  # [<str>]
         #Option     "DmaMode"                  # [<str>]
         #Option     "AGPMode"                  # <i>
         #Option     "AGPSize"                  # <i>
        Identifier  "Card0"
        Driver      "savage"
        VendorName  "S3 Inc."
        BoardName   "SuperSavage IX/C SDR"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Modes "1024x768"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd

Reply via email to