Gentoo Archives: gentoo-user

From: Ernie Schroder <schroder@×××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] mouse won't scroll anymore
Date: Mon, 28 Nov 2005 18:49:45
Message-Id: 200511281341.49473.schroder@ntplx.net
1 I've just moved from XFree86 to xorg and updated my KDE and now my wheel
2 mouse doesn't scroll anymore. I'm using the same mouse lines in xorg.conf
3 that I used in Xfree86.conf, but I can't get it to work. It must be
4 something I just don't see. Any ideas?
5
6 Logitek Track man Wheel (USB)
7
8 I've tried changing the protocol to PS/2 and removing gpm from my default
9 runlevel
10
11 Section "InputDevice"
12
13 # Identifier and driver
14
15 Identifier "Mouse1"
16 Driver "mouse"
17 Option "Protocol" "PS/2"
18 # Option "Device" "mouse"
19 Option "Device" "/dev/psaux"
20 Option "ZAxisMapping" "4 5"
21
22 # Mouse-speed setting for PS/2 mouse.
23
24 # Option "Resolution" "256"
25
26 # When using XQUEUE, comment out the above two lines, and uncomment
27 # the following line.
28
29 # Option "Protocol" "Xqueue"
30
31 # Baudrate and SampleRate are only for some Logitech mice. In
32 # almost every case these lines should be omitted.
33
34 # Option "BaudRate" "9600"
35 # Option "SampleRate" "150"
36
37 # Emulate3Buttons is an option for 2-button Microsoft mice
38 # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
39
40 # Option "Emulate3Buttons"
41 # Option "Emulate3Timeout" "50"
42
43 # ChordMiddle is an option for some 3-button Logitech mice
44
45 Option "ChordMiddle"
46
47 EndSection
48 --
49 Regards, Ernie
50 100% Microsoft and Intel free
51
52 13:33:57 up 2:03, 6 users, load average: 0.06, 0.07, 0.18
53 Linux 2.6.5-gentoo-r1 i686 AMD Athlon(tm) XP 2400+
54 --
55 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] mouse won't scroll anymore Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-user] mouse won't scroll anymore Willie Wong <wwong@×××××××××.EDU>
Re: [gentoo-user] mouse won't scroll anymore Christoph Eckert <ce@×××××××××.de>