Gentoo Archives: gentoo-user

From: Lewis Handy <lewis.handy@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] X configuration problem
Date: Sat, 20 Jan 2007 17:29:08
Message-Id: 5f1c0d350701200923pd37825fx439f6328487c003a@mail.gmail.com
In Reply to: [gentoo-user] X configuration problem by arnuld
1 On 20/01/07, arnuld <arnuld3@×××××.com> wrote:
2 >
3 > i ave installed X using "emerge X" and after hours of
4 > download-compile-install cycle "startx" tells me that drivers named
5 > "mouse" & "kbd" are not found. here is what i have done
6 >
7 > 1.) used "genkernel all" to compile my kernel.
8 >
9 > 2.) added these 2 to "/etc/make.conf"
10 > INPUT_DEVICES="keyboard mouse"
11 > VIDEO_CARDS="flrx vesa via vga v4l"
12 >
13 > 3.) emerge xorg-x11
14 >
15 > 4.) Xorg -configure.
16 >
17 > 5.) "xorg.conf" edited:
18 >
19 > "HorizSync & VertRefresh" added
20 > "/dev/mouse" changed to "/dev/input/mouse"
21 >
22 > i got these errrors (not exact errors but something like them):
23 >
24 > (EE) AGLRX: Screen0 is not DRI capable
25 > (EE) driver "mouse" was not found
26 > (EE) driver "kbd" was not found"
27 >
28 > i checked "xorg.conf" & saw that Keyboard & Mouse sections use "kbd" &
29 > "mouse" drivers respectively.
30 >
31 > how to resolve this issue?
32
33
34
35 Try emerging x11-drivers/xf86-input-mouse and
36 x11-drivers/xf86-input-keyboard
37
38
39 Regards,
40 Lewis

Replies

Subject Author
Re: [gentoo-user] X configuration problem Mick <michaelkintzios@×××××.com>