public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Trouble with Logitech G7 in Xorg 7.0
@ 2006-08-15 11:01 Jules Colding
  2006-08-15 16:37 ` Neil Isaac
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jules Colding @ 2006-08-15 11:01 UTC (permalink / raw
  To: Gentoo Users

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-08-17 12:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-15 11:01 [gentoo-user] Trouble with Logitech G7 in Xorg 7.0 Jules Colding
2006-08-15 16:37 ` Neil Isaac
2006-08-15 16:45 ` Lord Sauron
2006-08-15 16:51   ` Lord Sauron
2006-08-15 17:25     ` Jason Weisberger
2006-08-15 17:28 ` Jason Weisberger
2006-08-16  7:27 ` Jules Colding
2006-08-16 16:48   ` Jason Weisberger
2006-08-17  7:34     ` Jules Colding
2006-08-17 12:23       ` Jules Colding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox