Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Laptop and external USB keyboard - wrong key bindings
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mog
Apprentice
Apprentice


Joined: 05 Jul 2003
Posts: 253
Location: Auckland [NZ]

PostPosted: Mon May 14, 2007 3:33 am    Post subject: Laptop and external USB keyboard - wrong key bindings Reply with quote

I got a DELL XPS M1210 laptop that I have setup to work with a USB mouse, however, I simply seem to be unable to make my USB keyboard work in addition to the built in keyboard. The thing is, most keys actually work as expected, but some keys are mapped incorrectly (e.g. down key is mapped to enter :P). Here are the relevant parts of my xorg.conf.

Code:
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
    Identifier          "DELL XPS M1210 Keyboard"
    Driver              "evdev"
    Option              "Name" "AT Translated Set 2 keyboard"
EndSection

Section "InputDevice"
    Identifier          "USB Keyboard"
    Driver              "kbd"
    Option              "XkbModel"      "pc105"
    Option              "XkbLayout"     "us"
    Option              "XkbVariant"    "winkeys"
EndSection


and

Code:
# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

    Identifier  "DELL XPS M1210 Main Layout"
    Screen      "Screen0"

    InputDevice         "DELL XPS M1210 Touchpad"       "CorePointer"
    InputDevice         "Logitech VX Revolution"        "SendCoreEvents"        "1"
    InputDevice         "DELL XPS M1210 Keyboard"       "CoreKeyboard"
    InputDevice         "USB Keyboard"                  "SendCoreEvents"        "1"

EndSection

_________________
To thine own self be true.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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