On 8/31/06, James <[EMAIL PROTECTED]> wrote:
I've tried with each of these setting in the /etc/X11/xorg.conf file:

Driver      "ati"
#       Driver     "radeon"

Both fail. Here are is the log file, using the driver ati:

Well it looks like your card is being detected fine, the problem is elsewhere...

(II) LoadModule: "kbd"
(WW) Warning, couldn't open module kbd
(II) UnloadModule: "kbd"
(EE) Failed to load module "kbd" (module does not exist, 0)

Probably Donnie's response is closer to the right track here.  What
does "equery check xf86-input-keyboard" report?  How about "equery
files xf86-input-keyboard | grep kbd_drv"?.  Basically, you should
have a /usr/lib/xorg/modules/input/kbd_drv.so file that provides this
input driver.

(EE) xf86OpenSerial: Cannot open device /dev/input/mice
        No such file or directory.
(EE) Mouse0: cannot open input device

Is your mouse being found by the kernel?  Check your dmesg output, you
should see lines like this:

PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice

If you don't see them, either your kernel doesn't have mouse support,
or you are not loading the necessary module[s].

If the kernel _is_ detecting your mouse, but you still don't have a
/dev/input/mice device node, then you have probably borked your udev
rules.  Try reverting to the standard udev rules in this case.

-Richard
--
gentoo-user@gentoo.org mailing list

Reply via email to