Gentoo Archives: gentoo-user

From: Jules Colding <colding@×××××.com>
To: Gentoo Users <gentoo-user@l.g.o>
Subject: [gentoo-user] Trouble with Logitech G7 in Xorg 7.0
Date: Tue, 15 Aug 2006 11:05:55
Message-Id: 1155639691.6988.8.camel@omc-2.omesc.com
1 Hi,
2
3 I've just got myself a new G7 to replace my older MX1000. The problem is
4 that I can't get the G7 to work at all. Xorg does seem to recognize the
5 G7 but I can't get any cursor movement at all. I've tried the "evdev"
6 and "mouse" protocols, but to no avail.
7
8 I am currently running with both mice connected in the hope that the G7
9 suddenly will work...
10
11 I've create 010_local.rules as the Advanced Mouse HOWTO explained and
12 otherwise followed the HOWTO to the letter.
13
14 This is my xorg.conf section:
15
16 ############### xorg.conf ###############
17 #Section "InputDevice"
18 # Identifier "Logitech MX1000"
19 # Driver "mouse"
20 # Option "Protocol" "auto"
21 # Option "Device" "/dev/input/mouse0"
22 # Option "ZAxisMapping" "4 5"
23 # Option "Emulate3Buttons" "no"
24 #EndSection
25 Section "InputDevice"
26 Identifier "Logitech MX1000"
27 Driver "evdev"
28 Option "Protocol" "evdev"
29 Option "Device" "/dev/input/mx1000"
30 Option "ZAxisMapping" "4 5"
31 Option "Emulate3Buttons" "no"
32 EndSection
33
34 Section "InputDevice"
35 Identifier "Logitech G7"
36 Driver "evdev"
37 Option "Protocol" "evdev"
38 Option "Device" "/dev/input/g7"
39 Option "Buttons" "8"
40 Option "ZAxisMapping" "4 5 7 8"
41 Option "Emulate3Buttons" "no"
42 EndSection
43 #Section "InputDevice"
44 # Identifier "Logitech G7"
45 # Driver "mouse"
46 # Option "Protocol" "auto"
47 # Option "Device" "/dev/input/mouse1"
48 # Option "Buttons" "8"
49 # Option "ZAxisMapping" "4 5 7 8"
50 # Option "Emulate3Buttons" "no"
51 #EndSection
52
53 # this is the relevant part of ServerLayout
54 InputDevice "Logitech MX1000" "CorePointer"
55 InputDevice "Logitech G7" "AlwaysCore"
56
57 ################################################
58
59 Any ideas?
60
61 Thanks,
62 jules
63
64
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Trouble with Logitech G7 in Xorg 7.0 Neil Isaac <isaac.neil@×××××.com>
Re: [gentoo-user] Trouble with Logitech G7 in Xorg 7.0 Lord Sauron <lordsauronthegreat@×××××.com>
Re: [gentoo-user] Trouble with Logitech G7 in Xorg 7.0 Jason Weisberger <jbdubbs@×××××.com>
Re: [gentoo-user] Trouble with Logitech G7 in Xorg 7.0 Jules Colding <colding@×××××.com>