From: "Richard Fish" <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Modular xorg mouse problem
Date: Sun, 9 Jul 2006 21:57:25 -0700 [thread overview]
Message-ID: <7573e9640607092157o1f88373p8967e03b7610147e@mail.gmail.com> (raw)
In-Reply-To: <200607092310.35873.michaelkintzios@gmail.com>
On 7/9/06, Mick <michaelkintzios@gmail.com> wrote:
> The only thing is that when I plug in an external mouse it does not work. :-(
>
> Do I need to add more entries in my xorg.conf?
Yeah, use 2 input device entries in xorg.conf, with the second one
pointing at /dev/input/mice. Just make sure to list both in the
ServerLayout section. Mine is setup with:
Section "ServerLayout"
Identifier "Default"
Screen 0 "LCD" 0 0
InputDevice "touchpad" "CorePointer"
InputDevice "usbmouse"
InputDevice "keyboard" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "usbmouse"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "8"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "On"
EndSection
Section "InputDevice"
Identifier "touchpad"
Driver "synaptics"
Option "Device" "/dev/input/trackpad_evt"
Option "Protocol" "event"
<Lots of options deleted>
EndSection
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-07-10 5:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-06 15:33 [gentoo-user] Modular xorg mouse problem Grant
2006-07-06 15:57 ` Donnie Berkholz
2006-07-07 22:26 ` Grant
2006-07-07 22:42 ` Richard Fish
2006-07-08 0:03 ` Grant
2006-07-08 0:27 ` Richard Fish
2006-07-08 19:20 ` Mick
2006-07-08 20:38 ` Richard Fish
2006-07-08 21:05 ` Mick
2006-07-08 23:02 ` Richard Fish
2006-07-09 22:10 ` Mick
2006-07-10 4:57 ` Richard Fish [this message]
2006-07-12 7:59 ` Mick
2006-07-06 16:01 ` [gentoo-user] " Mick
2006-07-06 16:09 ` [gentoo-user] " Richard Fish
2006-07-06 16:13 ` Daniel da Veiga
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=7573e9640607092157o1f88373p8967e03b7610147e@mail.gmail.com \
--to=bigfish@asmallpond.org \
--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