You are not logged in.

#1 2007-08-17 11:22:12

CipherPaladin
Member
Registered: 2006-05-18
Posts: 23

Keyboard & Mouse config...

Hi all,

How do I set the xorg config file to use my:
MS Intelli Mouse Optical (USB)
MS Comfort Curve Keyboard 2000 (USB)
at the moment it's just the default seetings. (well I just added the USB kb, so it's still prob thinks it's the other PS/2 one)

I would like all the buttons to work on them... or be able to define them e.g. the left side button on the mouse to be used as a previous page button in a browser (FireFox/Opera).

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

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option        "Device" "/dev/input/mice"
    Option        "SendCoreEvents" "true"
    Option        "Protocol" "IMPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Buttons" "5"
EndSection

TIA

Last edited by CipherPaladin (2007-08-17 11:23:21)

Offline

#2 2007-08-17 13:19:38

Mikko777
Member
From: Suomi, Finland
Registered: 2006-10-30
Posts: 837

Offline

Board footer

Powered by FluxBB