Bug 462849
| Summary: | Mouse stop working after update to 1.5.0 | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mikkel Kruse Johnsen <mikkel> | ||||||||||||||||
| Component: | xorg-x11-drv-evdev | Assignee: | Peter Hutterer <peter.hutterer> | ||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||||||
| Priority: | medium | ||||||||||||||||||
| Version: | 9 | CC: | christof, lokthare, mcepl, paul, tsueako, volker, webmaster, xgl-maint | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | All | ||||||||||||||||||
| OS: | Linux | ||||||||||||||||||
| Whiteboard: | |||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2008-09-21 01:34:45 UTC | Type: | --- | ||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||
| Embargoed: | |||||||||||||||||||
| Attachments: |
|
||||||||||||||||||
|
Description
Mikkel Kruse Johnsen
2008-09-19 11:27:45 UTC
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 |