On 8/15/06, Jules Colding <[EMAIL PROTECTED]> wrote:
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?
IIRC the G7 is wireless, is it not? If so, some things may be a little
different, but I would try a more generic configuration. Try using
/dev/input/mice, protocol "auto", then play around with different
drivers (start with "mouse".)
I have a G5 and it works "out of the box" with this configuration:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
Option "Buttons" "8"
Option "ZAxisMapping" "4 5"
EndSection
Good luck!
--
Neil Isaac
[EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list