> My only input devices are a PS2 keyboard with standard Brazilian
> layout (with no foolish extra "multimedia" keys) and a PS2 mouse with
> two buttons and one scroll wheel that also works as a third button. Do
> I need/want evdev?
I should put this in a more specific manner: would it be safe/wise to
remove evdev from INPUT_DEVICES (which currently includes evdev,
keyboard and mouse) ?
The relevant sections of xorg.conf are
Section "InputDevice"
Identifier "BrazilianKeyboard"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection
Section "InputDevice"
Identifier "SimpleMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection