public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Richard Fish <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] mouse won't scroll anymore
Date: Tue, 29 Nov 2005 16:39:18 -0700	[thread overview]
Message-ID: <7573e9640511291539h10f610afoa8818bf65470bfb7@mail.gmail.com> (raw)
In-Reply-To: <200511300019.53947.ce@christeck.de>

On 11/29/05, Christoph Eckert <ce@christeck.de> wrote:
>
> I wonder that it only tells something about /dev/psaux and PS/S mouse,
> but where is my USB mouse?

Ah, I see now.  Because you don't have "USB mouse" in your layout. 
You can have many InputDevice sections, but only those listed in
ServerLayout are used:

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "PS/2 Mouse" "CorePointer"
# Serial Mouse not detected
# USB Mouse not detected
EndSection

Since you only have "PS/2 Mouse" listed, only that InputDevice section is used.

This should work better for you:

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "PS/2 Mouse" "CorePointer"
        InputDevice    "USB Mouse"
EndSection

Cheers,
-Richard

-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2005-11-29 23:45 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-28 18:41 [gentoo-user] mouse won't scroll anymore Ernie Schroder
2005-11-28 18:51 ` Richard Fish
2005-11-28 19:52 ` Willie Wong
2005-11-28 20:13   ` Billy Holmes
2005-11-29  0:19     ` [gentoo-user] man mouse problems Willie Wong
2005-11-29 18:56       ` Billy Holmes
2005-11-29  0:27     ` [gentoo-user] mouse won't scroll anymore Ernie Schroder
2005-11-29 19:35 ` Christoph Eckert
2005-11-29 20:47   ` Ernie Schroder
2005-11-29 21:17     ` Christoph Eckert
2005-11-29 21:31       ` Richard Fish
2005-11-29 21:29     ` Richard Fish
2005-11-29 22:09       ` Ernie Schroder
2005-11-29 22:24         ` Christoph Eckert
2005-11-29 22:46           ` Ernie Schroder
2005-11-29 22:15       ` Christoph Eckert
2005-11-29 22:44         ` Richard Fish
2005-11-29 23:19           ` Christoph Eckert
2005-11-29 23:39             ` Richard Fish [this message]
2005-11-30 17:10               ` [gentoo-user] mouse won't scroll anymore - Solved Christoph Eckert
2005-11-29 23:50             ` [gentoo-user] mouse won't scroll anymore Richard Fish
2005-11-29 23:53               ` Richard Fish
2005-11-30 16:58                 ` Christoph Eckert
2005-11-30  6:52   ` Uwe Thiem

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=7573e9640511291539h10f610afoa8818bf65470bfb7@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