Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: X -config fail
Date: Sun, 16 Jan 2011 15:44:32
Message-Id: 201101161543.17097.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Re: X -config fail by doherty pete
1 On Sunday 16 January 2011 13:53:14 doherty pete wrote:
2 > how can i confim i have evdev,if i donn't have ,i think i have to edite
3 > /etc/make.cof USE=-evdev -dri -dri2 or VIDEOCARD="-evdev -dri -dri2"
4 > and recompile xorg-server
5
6 Pete, can you please read the documentation and follow it to the letter:
7
8 http://www.gentoo.org/doc/en/xorg-config.xml
9
10 What you are asking is covered under the section titled "make.conf
11 configuration".
12
13
14 To find out if you have something installed you can try:
15 ===============================
16 # emerge --search evdev
17 Searching...
18 [ Results for search key : evdev ]
19 [ Applications found : 1 ]
20
21 * x11-drivers/xf86-input-evdev
22 Latest version available: 2.5.0
23 Latest version installed: 2.5.0
24 Size of files: 306 kB
25 Homepage: http://xorg.freedesktop.org/
26 Description: Generic Linux input driver
27 License: MIT
28 ===============================
29
30 If it has not been installed before, it will say:
31
32 Latest version installed: [ Not Installed ]
33
34
35 Alternatively, you can emerge and use app-portage/eix and then run:
36 ===============================
37 # eix -l evdev
38 [I] x11-drivers/xf86-input-evdev
39 Available versions:
40 2.4.0 "alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
41 [debug]
42 2.5.0 "~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc
43 x86"
44 ~ 2.6.0 "~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc
45 ~x86"
46 Installed versions: 2.5.0(22:20:38 26/12/10)
47 Homepage: http://xorg.freedesktop.org/
48 Description: Generic Linux input driver
49 ===============================
50
51
52 Finally, if you know the exact package name try running:
53 ===============================
54 # emerge -1aDv xf86-input-evdev
55
56 These are the packages that would be merged, in order:
57
58 Calculating dependencies... done!
59 [ebuild R ] x11-drivers/xf86-input-evdev-2.5.0 0 kB
60
61 Total: 1 package (1 reinstall), Size of downloads: 0 kB
62
63 Would you like to merge these packages? [Yes/No] No
64
65 Quitting.
66 ============================
67
68 The R symbol denotes that you are trying to re-emerge it. If you hadn't
69 installed it, you get [ebuild N ] for 'new'.
70
71 HTH.
72
73
74 PS. Please try to avoid top posting. It breaks the natural flow of the
75 discussion.
76
77
78 > 2011/1/16 walt <w41ter@×××××.com>
79 >
80 > > On 01/15/2011 07:17 AM, doherty pete wrote:
81 > >> when i input
82 > >> Xorg -configure
83 > >> the log is
84 > >>
85 > > [ 442.765] (EE) Failed to load module "evdev" (module does not exist,
86 > >
87 > >> 0)
88 > >
89 > > This is all very confusing unless you know the history of evdev, which
90 > > most sane people don't know. (I obviously don't qualify as sane :)
91 > >
92 > > Try emerging xf86-input-evdev.
93
94 --
95 Regards,
96 Mick

Attachments

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

Replies

Subject Author
Re: [gentoo-user] Re: X -config fail doherty pete <nishizawa23@×××××.com>