You are not logged in.

#1 2008-04-27 09:08:04

_Marco_
Member
Registered: 2008-04-21
Posts: 242

[Gnome 2.22] Keyboard Layer goes crazy

Hi, I'd like to know is someone else is having the same problem, to submit a bug report, or if it's only a misconfiguration...
I'm using gnome 2.22 and xorg-server 1.4.0.90-9, when I updated xorg my Keybord Layer was impossible to change from the default (english) and I'm using the Italian standard layer, so I modified xorg:

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

and set in the gnome keyboard section the default (that appeared to be italian )
all was ok.. theoretically tongue
now sometimes (randomly I assume..) my keyboard layer goes crazy and start to write in something like greek.
ex.
@ł€¶ŧ←↓→øþæßðđŋħjĸł«»¢""ñµ
qwertyuiopasdfghjklzxcvbnm

I temporarily fix the problem adding a new Italian Keyboard Layer in the Gnome Keyboard Manager and removing it pressing default (so probably it only needs to be refreshed)
can someone pls confirm this or tell me a solution?
thanks for your help

Offline

#2 2008-04-27 09:57:33

setsuna
Member
From: Italy
Registered: 2008-04-10
Posts: 30

Re: [Gnome 2.22] Keyboard Layer goes crazy

Try to use kbd instead of keyboard in the driver section

I use an italian keyboard and all works

This is my keyboard section in xorg.conf:

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "it"
EndSection

Offline

#3 2008-04-27 10:06:56

_Marco_
Member
Registered: 2008-04-21
Posts: 242

Re: [Gnome 2.22] Keyboard Layer goes crazy

I'll give a try
thanks

Offline

#4 2008-04-28 16:02:47

_Marco_
Member
Registered: 2008-04-21
Posts: 242

Re: [Gnome 2.22] Keyboard Layer goes crazy

nope.. it happened again today
anybody has an idea of what I can try?

Offline

Board footer

Powered by FluxBB