You are not logged in.

#1 2009-12-02 12:31:39

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

Keyboard issue...

Hi there,

I am now using Arch for few month, and an annoying issue is recurring with the keyboard.

I have a Loogtech Wave,  every time I reboot the layout comes back to default us, while I've got a uk one.

please see below my xorg.conf keyboard section as it might help, I also set up the layout to uk within gnome (gnome-keyboard-properties) set uk to default and delete us, but it always come back....

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "gb"
    Option         "XkbVariant" ""
EndSection

I would also like to ask what is this page referring to? How to use those information?
http://wiki.archlinux.org/index.php/Log … e_Keyboard

Many thanks

Offline

#2 2009-12-02 13:00:21

miau
Member
Registered: 2009-05-06
Posts: 202

Re: Keyboard issue...

Does it work correctly when you are not logged into X? Have you tried using evdev instead of kbd? This should also make most of your speial keys work.

http://wiki.archlinux.org/index.php/Xor … quirements

Offline

#3 2009-12-02 14:52:25

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

Re: Keyboard issue...

Right so I follow the guide, it's now starting on the UK keyboard using evdev. But the layout is still us, I've changed all the necessary files.

Any help?

Offline

#4 2009-12-02 14:59:32

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

Re: Keyboard issue...

sweetthdevil wrote:

Right so I follow the guide, it's now starting on the UK keyboard using evdev. But the layout is still us, I've changed all the necessary files.

Any help?

Is HIDpoint a solution? but how to install it? http://www.hidpoint.com/

Offline

#5 2009-12-02 15:30:09

miau
Member
Registered: 2009-05-06
Posts: 202

Re: Keyboard issue...

Do you have the right layout without X?

Offline

#6 2009-12-02 15:31:27

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

Re: Keyboard issue...

are you talking within the xorg.conf? if so yes, see below:

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "evdev"
    Option         "XkbLayout" "uk"
    Option         "XkbVariant" ""
EndSection

Offline

#7 2009-12-02 15:53:39

miau
Member
Registered: 2009-05-06
Posts: 202

Re: Keyboard issue...

No i meant i f you have the right layout at the console i you don't start X.

Offline

#8 2009-12-02 15:54:35

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

Re: Keyboard issue...

Yes I have the right layout if i go to the console using alt+F1

Offline

#9 2009-12-02 16:02:51

miau
Member
Registered: 2009-05-06
Posts: 202

Re: Keyboard issue...

Are you using hotplugging or did you disable it in xorg.conf? If you didn't disable it, the keyboard settings in xorg will not be read. You have to edit the keyboard policy file. Take a look here:

http://wiki.archlinux.org/index.php/Beg … otplugging

Offline

#10 2009-12-02 16:11:22

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

Re: Keyboard issue...

Yes it was disable  I commented the " Option "AutoAddDevices" "False"" line and it work perfectly.

Now regarding this http://wiki.archlinux.org/index.php/Log … e_Keyboard is there a way to use that so my multimedia keys will work?

Offline

#11 2009-12-02 16:29:18

miau
Member
Registered: 2009-05-06
Posts: 202

Re: Keyboard issue...

Using hotpluging and evdev some keys should work....for the keys that don't work you could use keytouch to configure them. http://wiki.archlinux.org/index.php/Keytouch

Offline

Board footer

Powered by FluxBB