You are not logged in.

#1 2008-06-11 13:59:46

darek
Member
From: Cracow
Registered: 2008-05-03
Posts: 2
Website

[SOLVED] Polish font's problem

Hi,

I'v got problem with typing polish characters.
When i want to type some polish characters they don't apperar.  If i'll try to type in clean console (without kdm, or other window manager) it's ok, so the problem is in window manager (now i've got KDE 3.5.9 with internationalizations)
KDE seems to see "alt gr" key as normal alt.


My /etc/X11/xorg.conf for InputDeviceSection:

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option    "XkbModel" "pc105"
    Option    "XkbLayout" "pl"
    Option    "XkbRules" "xorg"
EndSection


/etc/rc.conf:
LOCALE="pl_PL.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Warsaw"
KEYMAP="-u pl2"
CONSOLEFONT="lat2-16"
USECOLOR="yes"


/etc/profile:
export LC_LANG="pl_PL.UTF-8"
export LC_COLLATE="PL"
export LC_ALL="pl_PL.UTF-8"
export LESSCHARSET="UTF-8"


command locale generates output:
LANG=pl_PL.UTF-8
LC_CTYPE="pl_PL.UTF-8"
LC_NUMERIC="pl_PL.UTF-8"
LC_TIME="pl_PL.UTF-8"
LC_COLLATE="pl_PL.UTF-8"
LC_MONETARY="pl_PL.UTF-8"
LC_MESSAGES="pl_PL.UTF-8"
LC_PAPER="pl_PL.UTF-8"
LC_NAME="pl_PL.UTF-8"
LC_ADDRESS="pl_PL.UTF-8"
LC_TELEPHONE="pl_PL.UTF-8"
LC_MEASUREMENT="pl_PL.UTF-8"
LC_IDENTIFICATION="pl_PL.UTF-8"
LC_ALL=pl_PL.UTF-8

/var/log/Xorg.0.log:
(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap

Last edited by darek (2008-06-11 17:22:20)

Offline

#2 2008-06-11 17:22:02

darek
Member
From: Cracow
Registered: 2008-05-03
Posts: 2
Website

Re: [SOLVED] Polish font's problem

It works now.
I've just add to system 2 packages

xorg-xkb-utils
xkbsel

Offline

Board footer

Powered by FluxBB