From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Modular xorg mouse problem
Date: Wed, 12 Jul 2006 08:59:49 +0100 [thread overview]
Message-ID: <200607120900.02182.michaelkintzios@gmail.com> (raw)
In-Reply-To: <7573e9640607092157o1f88373p8967e03b7610147e@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2024 bytes --]
On Monday 10 July 2006 05:57, Richard Fish wrote:
> 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:
Sweet! It works just as wanted it now. :-)
This is what I have in my xorg.conf:
================================
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "AlwaysCore"
Option "VTSysReq" "true"
Option "SuspendTime" "10"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics"
Option "Protocol" "SynPS/2"
Option "InputFashion" "Mouse"
Option "Device" "/dev/input/mice"
Option "Name" "SynPS/2 Synaptics TouchPad"
Option "SHMConfig" "on"
Option "Vendor" "0002"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "True"
Option "Buttons" "3"
EndSection
Section "Input Device"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "InputFashion" "Mouse"
Option "Device" "/dev/input/mice"
Option "Name" "GenPS/2 Genius Mouse"
Option "Vendor" "0002"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "False"
Option "Buttons" "9"
EndSection
================================
Udev still seems to be happy with my settings recognising the devices that I
plug in. Not sure if using the right "Name" is important. I found mine
in /cat/bus/input/devices.
I also have a TPPS/2 IBM TrackPoint, but I think that the synaptics driver
picks this up anyway, so I haven't added it to my xorg.conf.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-07-12 8:01 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
2006-07-12 7:59 ` Mick [this message]
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=200607120900.02182.michaelkintzios@gmail.com \
--to=michaelkintzios@gmail.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