From: Willie Wong <wwong@Math.Princeton.EDU>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Gentoo decapitated
Date: Sun, 16 May 2010 18:29:58 -0400 [thread overview]
Message-ID: <20100516222958.GA17961@math.princeton.edu> (raw)
In-Reply-To: <AANLkTimPegWA6uppMFGkq7nCHLuhY_CPmZR7c4eNcG7q@mail.gmail.com>
On Sun, May 16, 2010 at 01:16:34PM -0700, Kevin O'Gorman wrote:
> > > These are the only lines with the word "mouse" in them.
> >
> > Kevin, what I would try first is to set INPUT_DEVICES="evdev mouse" in your
> > /etc/make.conf, then emerge x11-drivers/xf86-input-mouse and finally
> > reboot.
> > Unless your mouse needs some special driver it will just work.
The advice is to set the appropriate flag in /etc/make.conf
NOT what you are doing below to /etc/X11/xorg.conf
> ----------------------------------------------------------------
>
> So I tried the same thing with two statements
>
> Section "ServerLayout"
> Identifier "X.org Configured"
> Screen 0 "Screen0" 0 0
> #InputDevice "Mouse0" "CorePointer"
> #InputDevice "Keyboard0" "CoreKeyboard"
> InputDevice "evdev"
> InputDevice "mouse"
> EndSection
>
That is not exactly the right syntax for Xorg.conf
If you are using an xorg.conf and not just using evdev/hal, then you
should probably have something more like this in your configuration
file:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse1"
EndSection
...plus other things. In the InputDevice section for Mouse0, note the
Option that sets the Device to /dev/input/mouse1. You will have to set
that to the appropriate path to the pointer device. It will most
likely by somewhere in /dev/input/ (often just mouse0 or mice, I have
a separate touchscreen device so mine is at mouse1). If you do not
have a mouse device listed in /dev/input, then you need to check
either your kernel configurations or your udev configurations.
For more about the proper syntax in xorg.conf, try "man xorg.conf".
If you are unsure about how to write your xorg.conf file, post its
full contents to the list and we'll take a look at it.
Cheers,
W
--
Willie W. Wong wwong@math.princeton.edu
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire
et vice versa ~~~ I. Newton
next prev parent reply other threads:[~2010-05-16 22:30 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-11 4:59 [gentoo-user] Gentoo decapitated Kevin O'Gorman
2010-05-11 5:12 ` Kaddeh
2010-05-12 4:28 ` Kevin O'Gorman
2010-05-12 13:25 ` Kevin O'Gorman
2010-05-12 14:56 ` Dale
2010-05-12 19:20 ` Kevin O'Gorman
2010-05-12 20:21 ` Dale
2010-05-12 21:26 ` Mick
2010-05-12 22:33 ` Dale
2010-05-16 1:24 ` Kevin O'Gorman
2010-05-16 7:11 ` Mick
2010-05-16 15:43 ` Kevin O'Gorman
2010-05-16 16:03 ` Mick
2010-05-16 20:16 ` Kevin O'Gorman
2010-05-16 22:29 ` Willie Wong [this message]
2010-05-16 17:18 ` Kevin O'Gorman
2010-05-16 18:23 ` Mick
2010-05-16 21:43 ` Kevin O'Gorman
2010-05-16 21:45 ` Kevin O'Gorman
2010-05-16 22:00 ` Mick
2010-05-16 22:05 ` Kevin O'Gorman
2010-05-16 23:41 ` Kevin O'Gorman
2010-05-16 18:25 ` [gentoo-user] " walt
2010-05-15 16:37 ` [gentoo-user] " Kevin O'Gorman
2010-05-15 16:58 ` Dale
2010-05-16 1:32 ` Kevin O'Gorman
2010-05-15 17:04 ` Mick
2010-05-12 23:26 ` Peter Humphrey
2010-05-13 0:14 ` Dale
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=20100516222958.GA17961@math.princeton.edu \
--to=wwong@math.princeton.edu \
--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