Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo decapitated
Date: Sun, 16 May 2010 16:04:28
Message-Id: 201005161703.30983.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Gentoo decapitated by Kevin O'Gorman
1 On Sunday 16 May 2010 16:43:48 Kevin O'Gorman wrote:
2 > On Sun, May 16, 2010 at 12:11 AM, Mick <michaelkintzios@×××××.com> wrote:
3 > > On Sunday 16 May 2010 02:24:10 Kevin O'Gorman wrote:
4 > > > On Wed, May 12, 2010 at 3:33 PM, Dale <rdalek1967@×××××.com> wrote:
5 > > > > Mine has xf86-* drivers as well. OP, do you have your setting in
6 > > > > make.conf correctly? Mine looks like this:
7 > > > >
8 > > > > INPUT_DEVICES="keyboard mouse evdev"
9 > > > >
10 > > > > I do NOT use hal so your settings may need to be different but you do
11 > > > > need the line tho.
12 > > > >
13 > > > > I have INPUT_DEVICES="evdev", and adding either of the others makes X
14 > >
15 > > go
16 > >
17 > > > back to not starting at all.
18 > >
19 > > That's right, you will also then need to install the appropriate x86
20 > > driver;
21 > > e.g. x11-drivers/xf86-input-mouse
22 >
23 > You mean like this, the way it's always been? Or is there something more
24 > specific I have to do?
25 > treat src # eix x11-drivers/xf86-input-mouse
26 > [I] x11-drivers/xf86-input-mouse
27 > Available versions: 1.5.0{tbz2} {debug}
28 > Installed versions: 1.5.0{tbz2}(09:38:05 PM 05/11/2010)(-debug)
29 > Homepage: http://xorg.freedesktop.org/
30 > Description: X.Org driver for mouse input devices
31 >
32 > treat src #
33 >
34 > BTW, the most recent boot started X without the mouse working, but these
35 > two lines appear in /var/log/Xorg.0.log
36 >
37 > line 44-47: (==) |-->Input Device "evdev"
38 > (==) |-->Input Device "<default keyboard>"
39 > (==) The core pointer device wasn't specified explicitly in the
40 > layout.
41 > Using the first mouse device.
42 >
43 >
44 > line 457: (==) MACH64(0): Silken mouse enabled
45 >
46 > (MACH64 is my video card)
47 > (My mouse is a Microsoft optical with a USB cord that I use with a PS/2
48 > adapter and a KVM switch, which works with Live disks. I have no idea what
49 > Silken is)
50 >
51 >
52 > These are the only lines with the word "mouse" in them.
53
54 Kevin, what I would try first is to set INPUT_DEVICES="evdev mouse" in your
55 /etc/make.conf, then emerge x11-drivers/xf86-input-mouse and finally reboot.
56 Unless your mouse needs some special driver it will just work.
57
58 I've been down this road (with simpler hardware than yours it seems) and my
59 machine would not start xorg if I did not have INPUT_DEVICES="evdev mouse
60 keyboard". On my laptops I had to also add synaptics.
61
62 HTH
63 --
64 Regards,
65 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Gentoo decapitated Kevin O'Gorman <kogorman@×××××.com>