Bug 164378
| Summary: | mouse cursor goes crazy on Dell D600 laptop | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | k.i.skau <k.skau> | ||||
| Component: | xorg-x11 | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||
| Status: | CLOSED CANTFIX | QA Contact: | David Lawrence <dkl> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4 | CC: | bugzilla, danimal, lloyd545220-trucker, mcepl, szemet1, windsor | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-04-10 19:40: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
k.i.skau
2005-07-27 14:25:52 UTC
Having a similar issue on my Dell Inspiron. *** Bug 165320 has been marked as a duplicate of this bug. *** Same issue with a compaq armada m 300 The problem you describe here sounds like a configuration problem. When the wrong mouse protocol is chosen, the results are very much the way you describe here. Since X now uses the kernel /dev/input device for all mouse input, and it exposes IMPS2 protocol IIRC, the "incorrect protocol" problem is generally rare - as far as configuration of the X server goes. Instead, when there are protocol related problems, it usually turns out to be a bug in the kernel's driver for the particular mouse type. Attach the xorg.conf file that is in use when you experience this problem. Setting status to "NEEDINFO_REPORTER" This is my xorg.conf file for the Dell D600. I did not do anything to it since I installed Fedora Core 4, and I did a clean install. As far as I remember, I did the installation with the USB mouse connected. The same mouse cursor problem was with Fedora Core 3 on the same laptop. Hope this info helps. # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics" "AlwaysCore" EndSection Section "Files" # RgbPath is the location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (they are concatenated together) # By default, Red Hat 6.0 and later now use a font server independent of # the X server to render fonts. RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "synaptics" Load "dri" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "yes" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapMove" "110" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.3" Option "MaxSpeed" "0.75" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "LCD Panel 1280x1024" HorizSync 31.5 - 67.0 VertRefresh 50.0 - 75.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "radeon" VendorName "Videocard vendor" BoardName "ATI Radeon Mobility M9" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x960" "1280x800" "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection I had similar problem on other computer under different linux [and I also witnessed this behaviour on few other computers running various OSes]. It's called crazy mouse syndrome afaik. After 2 weeks of frustration I realized it was caused by CPU overheating (when I used an external fan, problems disappeared). I guess there may be more reasons for this, but I hope this helps. This report targets the FC3 or FC4 products, which have now been EOL'd. Could you please check that it still applies to a current Fedora release, and either update the target product or close it ? Thanks. Specifically, reporter, could you please try to reproduce this bug with updated supported distro? Fedora Core 4 is now completely unmaintained. These bugs can't be fixed in that version. If the issue still persists in current Fedora Core, please reopen. Thank you, and sorry about this. Created attachment 306634 [details]
Collection of logs and system configuration from x86_64 Fedora 9 on Dell XPS M1530
version
modules
devices
anaconda.xlog
anaconda.syslog
Xorg.0.log
Xorg.0.log.old
dmesg
messages
I have a brand new Dell XPS M1530 laptop with x84_64 Fedora 9 installed and the touchpad mouse suffers this 'crazy mouse syndrome'. X can only be used via keyboard hotkeys. The issue starts when X loads the mouse driver during the startup process. I haven't tried to install the synaptic driver or to change anything in the kernel, the system is the default installation. I used graphical installation and the touchpad mouse was working fine except the tap function. I had to use the touchpad button to select the installation options. After loading the GUI however it just went berserk. Please, let me know if you need any other logs from the host apart from the attached ones above.. Saw this post from May 25th. This issue is known and reproducible with Fedora 8 and Fedora 9. A workaround exists. Pass the kernel parameter i8042.nomux=1 at boot and the issue will not affect you XPS M1530 with the synaptics touchpad. I saw this issue manifest when I moved from BIOS revision 0.6 to BIOS revision 0.8 on my own XPS M1530. |