Bug 644044
| Summary: | Mouse cursor freezes for about 0,1-0,2 sec every 10 seconds. i915GM | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sd.domrep | ||||||||||||
| Component: | xorg-x11-server | Assignee: | Peter Hutterer <peter.hutterer> | ||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||
| Priority: | low | ||||||||||||||
| Version: | 14 | CC: | ajax, mcepl, xgl-maint | ||||||||||||
| Target Milestone: | --- | Keywords: | Triaged | ||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | i386 | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | 2.6.35.8-55.fc14.i686.PAE | Doc Type: | Bug Fix | ||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: |
laptop Lenovo 3000 C100, i915GM video
|
|||||||||||||
| Last Closed: | 2010-11-17 09:35:52 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
sd.domrep
2010-10-18 19:34:48 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 add drm.debug=0x04 to the kernel command line, restart computer, and attach * your X server config file (/etc/X11/xorg.conf, if available), * X server log file (/var/log/Xorg.*.log) * output of the dmesg command, and * system log (/var/log/messages) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link above. We will review this issue again once you've had a chance to attach this information. Thanks in advance. Created attachment 454513 [details]
dmesg
Created attachment 454514 [details]
messages
Created attachment 454516 [details]
Xorg.conf
Created attachment 454517 [details]
Xorg.0.log
Created attachment 454518 [details]
Xorg.0.log.old
It happens every 10 seconds, I found it out with stopwatch. Try to run as root before it happens udevadm monitor --env 2>&1|tee udevadm-monitor-log.txt and then wait until the event strikes, wait through it, and attach here complete udevadm-monitor-log.txt. I wonder whether this isn't just another occurrence of bug 528312, it seems to be alive lately. Thank you udevadm monitor --env 2>&1|tee udevadm-monitor-log.txt gave nothing after 10 minutes. OK, I would like to help you a little bit. I found out what is happening when my mouse cursor freezes: [drm:intel_crtc_cursor_set], [drm:intel_crtc_cursor_set], cursor off ... [drm:intel_crtc_cursor_set], [drm:intel_crtc_cursor_set], cursor off ... from dmesg with drm.debug=0x04 You know, I am confused. 1. The component was changed to "xorg-x11-server" from "xorg-x11-drv-intel", but I do not have this issue with vesa driver, which the same x11 server. 2. Chris Wilson from "intel-gfx" told me that with is: ..."Known issue with "hotplug" polling on those systems: https://bugs.freedesktop.org/show_bug.cgi?id=29536"... And now I am waiting for patched drm_kms_helper kernel 2.6.35, because I can't disable polling in 2.6.35 on Fedora 14. Please explain me something if possible. Thanks. Problem solved in kernel: 2.6.35.8-55.fc14.i686.PAE #1 SMP Fri Nov 12 04:57:24 UTC 2010 i686 i686 i386 GNU/Linux no matter if POLL=Y or N, I do not have this freezes. This bug may be closed. Thanks. Thank you for letting us know. |