From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GCwk6-0005L7-Qb for garchives@archives.gentoo.org; Tue, 15 Aug 2006 11:05:55 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7FB3fDq024763; Tue, 15 Aug 2006 11:03:41 GMT Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7FB1f7K029823 for ; Tue, 15 Aug 2006 11:01:41 GMT Received: from omc-2.omesc.com (cpe.atm2-0-1151123.0x50a3535e.odnxx7.customer.tele.dk [80.163.83.94]) by pfepa.post.tele.dk (Postfix) with ESMTP id A385BFAC094 for ; Tue, 15 Aug 2006 13:01:35 +0200 (CEST) Subject: [gentoo-user] Trouble with Logitech G7 in Xorg 7.0 From: Jules Colding To: Gentoo Users Content-Type: text/plain Date: Tue, 15 Aug 2006 13:01:31 +0200 Message-Id: <1155639691.6988.8.camel@omc-2.omesc.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Archives-Salt: 84dcefcb-c935-4f33-b4c4-4aac043cea3c X-Archives-Hash: 8e164344f8151505140cc424aa40cebf Hi, I've just got myself a new G7 to replace my older MX1000. The problem is that I can't get the G7 to work at all. Xorg does seem to recognize the G7 but I can't get any cursor movement at all. I've tried the "evdev" and "mouse" protocols, but to no avail. I am currently running with both mice connected in the hope that the G7 suddenly will work... I've create 010_local.rules as the Advanced Mouse HOWTO explained and otherwise followed the HOWTO to the letter. This is my xorg.conf section: ############### xorg.conf ############### #Section "InputDevice" # Identifier "Logitech MX1000" # Driver "mouse" # Option "Protocol" "auto" # Option "Device" "/dev/input/mouse0" # Option "ZAxisMapping" "4 5" # Option "Emulate3Buttons" "no" #EndSection Section "InputDevice" Identifier "Logitech MX1000" Driver "evdev" Option "Protocol" "evdev" Option "Device" "/dev/input/mx1000" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "InputDevice" Identifier "Logitech G7" Driver "evdev" Option "Protocol" "evdev" Option "Device" "/dev/input/g7" Option "Buttons" "8" Option "ZAxisMapping" "4 5 7 8" Option "Emulate3Buttons" "no" EndSection #Section "InputDevice" # Identifier "Logitech G7" # Driver "mouse" # Option "Protocol" "auto" # Option "Device" "/dev/input/mouse1" # Option "Buttons" "8" # Option "ZAxisMapping" "4 5 7 8" # Option "Emulate3Buttons" "no" #EndSection # this is the relevant part of ServerLayout InputDevice "Logitech MX1000" "CorePointer" InputDevice "Logitech G7" "AlwaysCore" ################################################ Any ideas? Thanks, jules -- gentoo-user@gentoo.org mailing list