You are not logged in.
Pages: 1
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
Offline
Pages: 1