Gentoo Archives: gentoo-user

From: Kevin O'Gorman <kogorman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo decapitated
Date: Sun, 16 May 2010 20:17:02
Message-Id: AANLkTimPegWA6uppMFGkq7nCHLuhY_CPmZR7c4eNcG7q@mail.gmail.com
In Reply to: Re: [gentoo-user] Gentoo decapitated by Mick
1 On Sun, May 16, 2010 at 9:03 AM, Mick <michaelkintzios@×××××.com> wrote:
2
3 > On Sunday 16 May 2010 16:43:48 Kevin O'Gorman wrote:
4 > > On Sun, May 16, 2010 at 12:11 AM, Mick <michaelkintzios@×××××.com>
5 > wrote:
6 > > > On Sunday 16 May 2010 02:24:10 Kevin O'Gorman wrote:
7 > > > > On Wed, May 12, 2010 at 3:33 PM, Dale <rdalek1967@×××××.com> wrote:
8 > > > > > Mine has xf86-* drivers as well. OP, do you have your setting in
9 > > > > > make.conf correctly? Mine looks like this:
10 > > > > >
11 > > > > > INPUT_DEVICES="keyboard mouse evdev"
12 > > > > >
13 > > > > > I do NOT use hal so your settings may need to be different but you
14 > do
15 > > > > > need the line tho.
16 > > > > >
17 > > > > > I have INPUT_DEVICES="evdev", and adding either of the others makes
18 > X
19 > > >
20 > > > go
21 > > >
22 > > > > back to not starting at all.
23 > > >
24 > > > That's right, you will also then need to install the appropriate x86
25 > > > driver;
26 > > > e.g. x11-drivers/xf86-input-mouse
27 > >
28 > > You mean like this, the way it's always been? Or is there something more
29 > > specific I have to do?
30 > > treat src # eix x11-drivers/xf86-input-mouse
31 > > [I] x11-drivers/xf86-input-mouse
32 > > Available versions: 1.5.0{tbz2} {debug}
33 > > Installed versions: 1.5.0{tbz2}(09:38:05 PM 05/11/2010)(-debug)
34 > > Homepage: http://xorg.freedesktop.org/
35 > > Description: X.Org driver for mouse input devices
36 > >
37 > > treat src #
38 > >
39 > > BTW, the most recent boot started X without the mouse working, but these
40 > > two lines appear in /var/log/Xorg.0.log
41 > >
42 > > line 44-47: (==) |-->Input Device "evdev"
43 > > (==) |-->Input Device "<default keyboard>"
44 > > (==) The core pointer device wasn't specified explicitly in
45 > the
46 > > layout.
47 > > Using the first mouse device.
48 > >
49 > >
50 > > line 457: (==) MACH64(0): Silken mouse enabled
51 > >
52 > > (MACH64 is my video card)
53 > > (My mouse is a Microsoft optical with a USB cord that I use with a PS/2
54 > > adapter and a KVM switch, which works with Live disks. I have no idea
55 > what
56 > > Silken is)
57 > >
58 > >
59 > > These are the only lines with the word "mouse" in them.
60 >
61 > Kevin, what I would try first is to set INPUT_DEVICES="evdev mouse" in your
62 > /etc/make.conf, then emerge x11-drivers/xf86-input-mouse and finally
63 > reboot.
64 > Unless your mouse needs some special driver it will just work.
65 >
66 > I've been down this road (with simpler hardware than yours it seems) and my
67 > machine would not start xorg if I did not have INPUT_DEVICES="evdev mouse
68 > keyboard". On my laptops I had to also add synaptics.
69 >
70 > Well, that breaks kind of badly. X never even starts. But for a peculiar
71 reason... Here's what I find in the log file
72 (==) Using config file: "/etc/X11/xorg.conf"
73 Data incomplete in file /etc/X11/xorg.conf
74 Undefined InputDevice "evdev mouse" referenced by ServerLayout
75 "X.org Configured".
76 (EE) Problem parsing the config file
77 (EE) Error parsing the config file
78
79 Fatal server error:
80 no screens found
81
82 ----------------------------------------------------------------
83
84 So I tried the same thing with two statements
85
86 Section "ServerLayout"
87 Identifier "X.org Configured"
88 Screen 0 "Screen0" 0 0
89 #InputDevice "Mouse0" "CorePointer"
90 #InputDevice "Keyboard0" "CoreKeyboard"
91 InputDevice "evdev"
92 InputDevice "mouse"
93 EndSection
94
95
96 And I got
97
98 (==) Using config file: "/etc/X11/xorg.conf"
99 Data incomplete in file /etc/X11/xorg.conf
100 Undefined InputDevice "mouse" referenced by ServerLayout "X.org
101 Configured".
102 (EE) Problem parsing the config file
103 (EE) Error parsing the config file
104
105 Fatal server error:
106 no screens found
107
108 So I'm thinking it just doesn't like "mouse" all of a sudden. Say what?
109
110 --
111 Kevin O'Gorman, PhD

Replies

Subject Author
Re: [gentoo-user] Gentoo decapitated Willie Wong <wwong@××××××××××××××.EDU>