Description of problem: After updating to newest xorg mouse stopped working. Version-Release number of selected component (if applicable): Sep 18 10:58:49 Updated: xorg-x11-server-common-1.5.0-1.fc9.i386 Sep 18 10:58:54 Updated: xorg-x11-drv-evdev-2.0.4-1.fc9.i386 Sep 18 10:58:56 Updated: xorg-x11-server-Xorg-1.5.0-1.fc9.i386 Steps to Reproduce: 1. Install newest xorg 2. Restart X Actual results: Mouse not working Expected results: Mouse working Additional info: Mouse and Keyboard is on same wireless USB, the keyboard was working but not the mouse (worked under shell, not a battery problem). "Logitech diNovo Cordless Desktop for Notebooks" Resolved it by downgrading to: xorg-x11-drv-evdev-2.0.2-1.fc9.i386.rpm xorg-x11-server-common-1.4.99.905-2.20080702.fc9.i386.rpm xorg-x11-server-Xorg-1.4.99.905-2.20080702.fc9.i386.rpm
Thanks for the bug report. We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue. Please attach your X server config file (/etc/X11/xorg.conf) and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link below. Could you please also try to run without any /etc/X11/xorg.conf whatsoever and let X11 autodetect your display and video card? Attach to this bug /var/log/Xorg.0.log from this attempt as well, please. We will review this issue again once you've had a chance to attach this information. Thanks in advance.
Hi I had a similar problem but I have taken a different take to get it working. I have added a mouse to my xorg.conf file. The xorg.conf now looks like this (with extra line/section commented): # Xorg configuration created by pyxf86config Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" # Added next line to get mouse working InputDevice "USBMouse" "CorePointer" EndSection Section "InputDevice" # keyboard added by rhpxl Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "gb" EndSection # Added section to get mouse working Section "InputDevice" Identifier "USBMouse" Driver "mouse" Option "Device" "/dev/input/mice" EndSection Section "Device" Identifier "Videocard0" Driver "intel" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection #################################################################### I hope this helps
I have the same problem with a Microsoft Wireless Optical Mouse 2000. Should i report another bug report or add information here?
Same over here with a Cherry Evolution wireless Keyboard / Mouse combo.
Created attachment 317278 [details] My xorg.conf file
Created attachment 317279 [details] When running without xorg.conf (Autodetect)
Created attachment 317280 [details] Xorg.0.log
Created attachment 317281 [details] Xorg.0.log.old
Created attachment 317282 [details] Xorg.1.log
Created attachment 317283 [details] Xorg.1.log.old
Created attachment 317284 [details] Xorg.2.log
Please tell me if you need more of the log files. But Xorg.2.log was last modified, may 13. So I guess it's not useful.
(In reply to comment #2) > Hi > > I had a similar problem but I have taken a different take to get it working. I > have added a mouse to my xorg.conf file. I had the same problem with a Logitech DiNovo Edge. The change to the xorg.conf fixed it. Cheers Christof
Logitech USB wireless mouse and keyboard same issue. Roll back to: rpm -Uvh --oldpackage xorg-x11-drv-evdev-1.99.1-0.5.fc9.i386.rpm rpm -Uvh --oldpackage xorg-x11-server-Xorg-1.4.99.901-29.20080415.fc9.i386.rpm rpm -Uvh --oldpackage xorg-x11-server-common-1.4.99.901-29.20080415.fc9.i386.rpm and its fine. The latest build on koji: http://koji.fedoraproject.org/koji/buildinfo?buildID=63479 Does NOT fix this :(
*** This bug has been marked as a duplicate of bug 456936 ***
Updating to: xorg-x11-server/1.5.0/2.fc9/i386/xorg-x11-server-Xorg-1.5.0-2.fc9.i386.rpm xorg-x11-server/1.5.0/2.fc9/i386/xorg-x11-server-common-1.5.0-2.fc9.i386.rpm Worked. http://koji.fedoraproject.org/koji/buildinfo?buildID=63479