Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Klawiatura w xorg
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
Lenwe
n00b
n00b


Joined: 06 Nov 2004
Posts: 10
Location: Poland

PostPosted: Sat Aug 20, 2005 1:06 pm    Post subject: [SOLVED]Klawiatura w xorg Reply with quote

Mam nastepujacy problem z klawiatura w xorg: nie moge uzyskac polskich liter wciskajac np: alt+l, natomiast wiekszosc programow poprawnie wyswietla i obsluguje polskie litery.

Mam taka konfiguracje:

/etc/X11/xorg.conf
Code:
Section "InputDevice"
    Identifier"Keyboard1"
    Driver"kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules""xorg"
    Option "XkbModel""pc105"
    Option "XkbLayout""pl2"
EndSection


locale
Code:
LANG=pl_PL
LC_CTYPE="pl_PL"
LC_NUMERIC="pl_PL"
LC_TIME="pl_PL"
LC_COLLATE="pl_PL"
LC_MONETARY="pl_PL"
LC_MESSAGES="pl_PL"
LC_PAPER="pl_PL"
LC_NAME="pl_PL"
LC_ADDRESS="pl_PL"
LC_TELEPHONE="pl_PL"
LC_MEASUREMENT="pl_PL"
LC_IDENTIFICATION="pl_PL"
LC_ALL=pl_PL


/etc/locales.build
Code:
en_US/ISO-8859-1
en_US.UTF-8/UTF-8
pl_PL/ISO-8559-2
pl_PL.UTF-8/UTF-8


/etc/conf.d/keymaps
Code:

KEYMAP="pl2"
SET_WINDOWKEYS="no"
EXTENDED_KEYMAPS=""
DUMPKEYS_CHARSET=""


/etc/make.conf
Code:
(...)
LANGUAGE=48
LINGUAS="pl"


Last edited by Lenwe on Sun Aug 21, 2005 9:37 am; edited 1 time in total
Back to top
View user's profile Send private message
wuja
Guru
Guru


Joined: 16 Jan 2005
Posts: 323
Location: Szczecin

PostPosted: Sat Aug 20, 2005 1:39 pm    Post subject: Reply with quote

/etc/conf.d/keymaps

Code:
KEYMAP="pl2"
SET_WINDOWKEYS="yes"
EXTENDED_KEYMAPS=""
DUMPKEYS_CHARSET=""

Dla x86 ma być SET_WINDOWKEYS="yes"

Poza tym nigdy nie miałem QWERTZ czyli pl2 - może w tym też problem?
_________________
Pozdrowienia
Wojtek
www.wojciechgracz.pl
Back to top
View user's profile Send private message
Lenwe
n00b
n00b


Joined: 06 Nov 2004
Posts: 10
Location: Poland

PostPosted: Sat Aug 20, 2005 2:05 pm    Post subject: Reply with quote

wuja wrote:

Dla x86 ma być SET_WINDOWKEYS="yes"
Poza tym nigdy nie miałem QWERTZ czyli pl2 - może w tym też problem?


Zmieniem na yes, i ani na pl ani pl2 nie dziala.
Back to top
View user's profile Send private message
akdmks
n00b
n00b


Joined: 26 Dec 2004
Posts: 50
Location: Bydgoszcz, Poland

PostPosted: Sat Aug 20, 2005 2:23 pm    Post subject: Reply with quote

moze zmien w xorg.conf na
Code:
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option  "XkbModel"      "pc104"
        Option  "XkbLayout"     "pl"
EndSection


i w /etc/conf.d/keymaps na
Code:
KEYMAP="pl"
SET_WINDOWKEYS="no"
EXTENDED_KEYMAPS=""
DUMPKEYS_CHARSET=""


reszta bez zmian, u mnie tak dziala ;)
Back to top
View user's profile Send private message
Lenwe
n00b
n00b


Joined: 06 Nov 2004
Posts: 10
Location: Poland

PostPosted: Sat Aug 20, 2005 2:33 pm    Post subject: Reply with quote

niestety, nadal jest jak bylo :(
Back to top
View user's profile Send private message
akdmks
n00b
n00b


Joined: 26 Dec 2004
Posts: 50
Location: Bydgoszcz, Poland

PostPosted: Sat Aug 20, 2005 2:39 pm    Post subject: Reply with quote

a zresetowales xorga ? ;]
Back to top
View user's profile Send private message
Lenwe
n00b
n00b


Joined: 06 Nov 2004
Posts: 10
Location: Poland

PostPosted: Sat Aug 20, 2005 2:42 pm    Post subject: Reply with quote

oczywiscie ;)
Back to top
View user's profile Send private message
Lenwe
n00b
n00b


Joined: 06 Nov 2004
Posts: 10
Location: Poland

PostPosted: Sat Aug 20, 2005 9:17 pm    Post subject: Reply with quote

Pomyslalem troche, i wpadlem na genialny pomysl... spojrzalem do logow. (Prosze sie nie smiac) Oto co znalazlem:

Code:
(EE) Couldn't open compiled keymap file /usr/lib/X11/xkb/compiled/server-0.xkm
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/local/, removing from list!


edit: Korzystajac z tego watku: https://forums.gentoo.org/viewtopic-t-278424-highlight-xkb+keymap+falling.html udalo mi sie usunac jeden z bledow, do rozwiazania pozostaje kwestia:

Code:
Could not init font path element /usr/share/fonts/local/, removing from list!


Co mozna z tym zrobic?
Back to top
View user's profile Send private message
Lenwe
n00b
n00b


Joined: 06 Nov 2004
Posts: 10
Location: Poland

PostPosted: Sun Aug 21, 2005 8:08 am    Post subject: Reply with quote

Jeszcze to wypluwa X server:

Code:
The XKEYBOARD keymap kompiler (xkbcomp) reports:
>Error:No Symbols named "pl" in the include file "pc/pl"
>Exiting
>Abandoning symbols file default
Errors from xkbcomp are not fatal to the X server
Could not init font patch element /usr/share/fonts/local/, removing from
list! apps file failure


--

Mam, musiałem sprawdzić rozmiar pliku /etc/X11/xkb/xkbcomp i porównać go z rozmiarem /usr/bin/xkbcomp . Były różne więc ten: /etc/X11/xkb/xkbcomp usunąłem i zrobiłem
ln /usr/bin/xkbcomp /etc/X11/xkb/xkbcomp
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum