<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.25.91">
</HEAD>
<BODY>
mouse won't work in xserver after update to fedora rawhide, but in console mouse work is ok,<BR>
<BR>
my packages and config file with follow<BR>
<BR>
udev-139-1.fc11.x86_64<BR>
kernel-2.6.29-0.159.rc6.git3.fc11.x86_64<BR>
xorg-x11-server-Xorg-1.6.0-2.fc11.x86_64<BR>
xorg-x11-drv-mouse-1.4.0-2.fc11.x86_64<BR>
<BR>
/etc/X11/xorg.conf<BR>
<BR>
Section "InputDevice"<BR>
        Identifier  "Mouse0"<BR>
        Driver      "mouse"<BR>
        Option      "Protocol" "auto"<BR>
        Option      "Device" "/dev/input/mice"<BR>
        Option      "Emulate3Buttons" "no"<BR>
        Option      "ZAxisMapping" "4 5"<BR>
EndSection<BR>
<BR>
Section "Files"<BR>
        ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"<BR>
        ModulePath   "/usr/lib64/xorg/modules"<BR>
EndSection<BR>
<BR>
Section "ServerFlags"<BR>
        Option      "AIGLX" "on"<BR>
EndSection<BR>
<BR>
Section "InputDevice"<BR>
        Identifier  "Keyboard0"<BR>
        Driver      "kbd"<BR>
        Option      "XkbLayout" "us"<BR>
        Option      "XkbModel" "pc105"<BR>
EndSection<BR>
<BR>
Section "Device"<BR>
        Identifier  "Videocard0"<BR>
        Driver      "nvidia"<BR>
        Option      "AddARGBGLXVisuals" "True"<BR>
EndSection<BR>
<BR>
Section "Extensions"<BR>
        Option      "Composite" "Enable"<BR>
EndSection<BR>
<BR>
<BR>
tail -f /var/log/message<BR>
<BR>
Feb 28 13:48:08 koubei-99 kernel: usb 5-1: new low speed USB device using uhci_hcd and address 3<BR>
Feb 28 13:48:08 koubei-99 kernel: usb 5-1: New USB device found, idVendor=0461, idProduct=4d22<BR>
Feb 28 13:48:08 koubei-99 kernel: usb 5-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0<BR>
Feb 28 13:48:08 koubei-99 kernel: usb 5-1: Product: USB Optical Mouse<BR>
Feb 28 13:48:08 koubei-99 kernel: usb 5-1: configuration #1 chosen from 1 choice<BR>
Feb 28 13:48:08 koubei-99 kernel: input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/input/input14<BR>
Feb 28 13:48:08 koubei-99 kernel: generic-usb 0003:0461:4D22.0003: input,hidraw1: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.0-1/input0<BR>
<BR>
<BR>
</BODY>
</HTML>