From: Jules Colding <colding@omesc.com>
To: Gentoo Users <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] Trouble with Logitech G7 in Xorg 7.0
Date: Tue, 15 Aug 2006 13:01:31 +0200 [thread overview]
Message-ID: <1155639691.6988.8.camel@omc-2.omesc.com> (raw)
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
next reply other threads:[~2006-08-15 11:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-15 11:01 Jules Colding [this message]
2006-08-15 16:37 ` [gentoo-user] Trouble with Logitech G7 in Xorg 7.0 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1155639691.6988.8.camel@omc-2.omesc.com \
--to=colding@omesc.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox