* [gentoo-user] X configuration problem
@ 2007-01-20 4:03 arnuld
2007-01-20 5:26 ` user
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: arnuld @ 2007-01-20 4:03 UTC (permalink / raw
To: gentoo-user
i ave installed X using "emerge X" and after hours of
download-compile-install cycle "startx" tells me that drivers named
"mouse" & "kbd" are not found. here is what i have done
1.) used "genkernel all" to compile my kernel.
2.) added these 2 to "/etc/make.conf"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="flrx vesa via vga v4l"
3.) emerge xorg-x11
4.) Xorg -configure.
5.) "xorg.conf" edited:
"HorizSync & VertRefresh" added
"/dev/mouse" changed to "/dev/input/mouse"
i got these errrors (not exact errors but something like them):
(EE) AGLRX: Screen0 is not DRI capable
(EE) driver "mouse" was not found
(EE) driver "kbd" was not found"
i checked "xorg.conf" & saw that Keyboard & Mouse sections use "kbd" &
"mouse" drivers respectively.
how to resolve this issue?
--
http://arnuld.blogspot.com/
Linux registered user #439610 http://counter.li.org/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X configuration problem
2007-01-20 4:03 [gentoo-user] X configuration problem arnuld
@ 2007-01-20 5:26 ` user
2007-01-20 7:20 ` Dale
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: user @ 2007-01-20 5:26 UTC (permalink / raw
To: gentoo-user
On Friday 19 January 2007 22:03, arnuld wrote:
> i ave installed X using "emerge X" and after hours of
> <snip>
> (EE) AGLRX: Screen0 is not DRI capable
Try to # the DRI under modules and # at the end there might be a section for
DRI
> (EE) driver "mouse" was not found
it should be /dev/input/mice
> (EE) driver "kbd" was not found"
should be keyboard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X configuration problem
2007-01-20 4:03 [gentoo-user] X configuration problem arnuld
2007-01-20 5:26 ` user
@ 2007-01-20 7:20 ` Dale
2007-01-20 11:13 ` Iain Buchanan
2007-01-20 17:23 ` Lewis Handy
3 siblings, 0 replies; 6+ messages in thread
From: Dale @ 2007-01-20 7:20 UTC (permalink / raw
To: gentoo-user
arnuld wrote:
> i ave installed X using "emerge X" and after hours of
> download-compile-install cycle "startx" tells me that drivers named
> "mouse" & "kbd" are not found. here is what i have done
>
> 1.) used "genkernel all" to compile my kernel.
>
> 2.) added these 2 to "/etc/make.conf"
> INPUT_DEVICES="keyboard mouse"
> VIDEO_CARDS="flrx vesa via vga v4l"
>
> 3.) emerge xorg-x11
>
> 4.) Xorg -configure.
>
> 5.) "xorg.conf" edited:
>
> "HorizSync & VertRefresh" added
> "/dev/mouse" changed to "/dev/input/mouse"
>
> i got these errrors (not exact errors but something like them):
>
> (EE) AGLRX: Screen0 is not DRI capable
> (EE) driver "mouse" was not found
> (EE) driver "kbd" was not found"
>
> i checked "xorg.conf" & saw that Keyboard & Mouse sections use "kbd" &
> "mouse" drivers respectively.
>
> how to resolve this issue?
>
>
This is how mine is set up.
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "kbd"
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "auto"
> Option "Device" "/dev/input/mouse0"
> Option "ZAxisMapping" "4 5 6 7"
Maybe there is something different on yours but it works here. May give
you something to go by.
Dale
:-) :-) :-)
--
www.myspace.com/dalek1967
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X configuration problem
2007-01-20 4:03 [gentoo-user] X configuration problem arnuld
2007-01-20 5:26 ` user
2007-01-20 7:20 ` Dale
@ 2007-01-20 11:13 ` Iain Buchanan
2007-01-20 17:23 ` Lewis Handy
3 siblings, 0 replies; 6+ messages in thread
From: Iain Buchanan @ 2007-01-20 11:13 UTC (permalink / raw
To: gentoo-user
On Sat, 2007-01-20 at 09:33 +0530, arnuld wrote:
> i ave installed X using "emerge X" and after hours of
> download-compile-install cycle "startx" tells me that drivers named
> "mouse" & "kbd" are not found. here is what i have done
[snip]
did you forget to add these to /etc/make.conf?
INPUT_DEVICES="keyboard mouse synaptics"
VIDEO_CARDS="ati radeon vesa fbdev fglrx"
you may use a different set of drivers of course. See google on these
for more info :)
HTH,
--
Iain Buchanan <iaindb at netspace dot net dot au>
"I always avoid prophesying beforehand because it is much better
to prophesy after the event has already taken place. " - Winston
Churchill
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X configuration problem
2007-01-20 4:03 [gentoo-user] X configuration problem arnuld
` (2 preceding siblings ...)
2007-01-20 11:13 ` Iain Buchanan
@ 2007-01-20 17:23 ` Lewis Handy
2007-01-20 17:59 ` Mick
3 siblings, 1 reply; 6+ messages in thread
From: Lewis Handy @ 2007-01-20 17:23 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 996 bytes --]
On 20/01/07, arnuld <arnuld3@gmail.com> wrote:
>
> i ave installed X using "emerge X" and after hours of
> download-compile-install cycle "startx" tells me that drivers named
> "mouse" & "kbd" are not found. here is what i have done
>
> 1.) used "genkernel all" to compile my kernel.
>
> 2.) added these 2 to "/etc/make.conf"
> INPUT_DEVICES="keyboard mouse"
> VIDEO_CARDS="flrx vesa via vga v4l"
>
> 3.) emerge xorg-x11
>
> 4.) Xorg -configure.
>
> 5.) "xorg.conf" edited:
>
> "HorizSync & VertRefresh" added
> "/dev/mouse" changed to "/dev/input/mouse"
>
> i got these errrors (not exact errors but something like them):
>
> (EE) AGLRX: Screen0 is not DRI capable
> (EE) driver "mouse" was not found
> (EE) driver "kbd" was not found"
>
> i checked "xorg.conf" & saw that Keyboard & Mouse sections use "kbd" &
> "mouse" drivers respectively.
>
> how to resolve this issue?
Try emerging x11-drivers/xf86-input-mouse and
x11-drivers/xf86-input-keyboard
Regards,
Lewis
[-- Attachment #2: Type: text/html, Size: 1643 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] X configuration problem
2007-01-20 17:23 ` Lewis Handy
@ 2007-01-20 17:59 ` Mick
0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2007-01-20 17:59 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 552 bytes --]
On Saturday 20 January 2007 17:23, Lewis Handy wrote:
> On 20/01/07, arnuld <arnuld3@gmail.com> wrote:
> > i ave installed X using "emerge X" and after hours of
> > download-compile-install cycle "startx" tells me that drivers named
> > "mouse" & "kbd" are not found. here is what i have done
> >
> > 1.) used "genkernel all" to compile my kernel.
> >
> > 2.) added these 2 to "/etc/make.conf"
> > INPUT_DEVICES="keyboard mouse"
> > VIDEO_CARDS="flrx vesa via vga v4l"
Should "flrx" above be "fglrx"?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-01-20 18:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-20 4:03 [gentoo-user] X configuration problem arnuld
2007-01-20 5:26 ` user
2007-01-20 7:20 ` Dale
2007-01-20 11:13 ` Iain Buchanan
2007-01-20 17:23 ` Lewis Handy
2007-01-20 17:59 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox