You are not logged in.

#1 2007-04-03 01:33:49

bgodea
Member
From: California, USA
Registered: 2006-06-27
Posts: 34

keyboard layout problems in Gnome

I'm not sure if it was a recent upgrade that did it or not, but in gnome my keyboard layout is only half right. I checked the keyboard manager in the gnome menu and it was set to Generic 105 key (INTEL).

In xorg.conf the keyboard is listed as pc105. In KDE the keyboard works normally.

Offline

#2 2007-04-03 14:02:19

Captain Spaulding
Member
Registered: 2006-11-16
Posts: 115
Website

Re: keyboard layout problems in Gnome

That's not "Intel" that's "international." Since you are living in the USA I bet you have a US keyboard, which is usually a 104 keys keyboard. Set your xorg.conf or your Gnome (preferably both) to this setting and you will be fine.

Offline

#3 2007-04-03 15:44:01

bgodea
Member
From: California, USA
Registered: 2006-06-27
Posts: 34

Re: keyboard layout problems in Gnome

I changed the Gnome keyboard layout to "104 key PC" and also tried changing my xorg.conf, but I still have the same problem. In non-graphical and KDE it works fine

Offline

#4 2007-04-03 16:49:27

Captain Spaulding
Member
Registered: 2006-11-16
Posts: 115
Website

Re: keyboard layout problems in Gnome

bgodea wrote:

I changed the Gnome keyboard layout to "104 key PC" and also tried changing my xorg.conf, but I still have the same problem. In non-graphical and KDE it works fine

You also have to setup a valid layout for this kind of keyboard. That is done in the same dialog field. Then, what do you mean with "tried"? First off, if Gnome and X disagree about keyboard layout, Gnome complains loudly. Thus KDE is unilaterally setting the layout to something it likes. Check your Kconfig to find out what it is. Then find the section named InputDevice in /etc/X11/xorg.conf that looks something like this:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbLayout" "us"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc104"
EndSection

Change it to resemble this example, if it doesn't. Check if your ServerLayout actually uses this InputDevice. Finally, is there anything else we should know about your keyboard? Do you run XGL/AIGLX?

Last edited by Captain Spaulding (2007-04-03 16:50:46)

Offline

Board footer

Powered by FluxBB