Gentoo Archives: gentoo-user

From: Jorge Peixoto de Morais Neto <please.no.spam.here@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] synaptic touchpad stopped scrolling!
Date: Tue, 25 Nov 2008 15:28:41
Message-Id: 38af3d670811250728y34cfbb45qf815ec51d12d83ec@mail.gmail.com
In Reply to: Re: [gentoo-user] synaptic touchpad stopped scrolling! by Jorge Peixoto de Morais Neto
1 > My only input devices are a PS2 keyboard with standard Brazilian
2 > layout (with no foolish extra "multimedia" keys) and a PS2 mouse with
3 > two buttons and one scroll wheel that also works as a third button. Do
4 > I need/want evdev?
5
6 I should put this in a more specific manner: would it be safe/wise to
7 remove evdev from INPUT_DEVICES (which currently includes evdev,
8 keyboard and mouse) ?
9
10 The relevant sections of xorg.conf are
11
12 Section "InputDevice"
13
14 Identifier "BrazilianKeyboard"
15 Driver "kbd"
16
17 Option "AutoRepeat" "500 30"
18
19 Option "XkbRules" "xorg"
20 Option "XkbModel" "abnt2"
21 Option "XkbLayout" "br"
22
23 EndSection
24
25
26 Section "InputDevice"
27
28 Identifier "SimpleMouse"
29 Driver "mouse"
30 Option "Protocol" "IMPS/2"
31 Option "Device" "/dev/input/mice"
32
33 Option "ZAxisMapping" "4 5 6 7"
34
35 EndSection

Replies

Subject Author
Re: [gentoo-user] synaptic touchpad stopped scrolling! Florian Philipp <lists@××××××××××××××××××.net>