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

Reply via email to