public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Holvenstot <cholvenstot@comcast.net>
To: elendil@planet.nl
Cc: Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [2.6.25-rc1] jerky mouse cursor and randoooom key repeats
Date: Fri, 15 Feb 2008 18:53:39 -0600	[thread overview]
Message-ID: <1203123219.6176.36.camel@popeye> (raw)

Frans & Pavel;

I too saw the random key repeats you are seeing with 2.6.25-rc1 -
however, I saw it (or something very much like the problem you are
reporting - I am not smart enough to determine if the root cause is the
same) with 2.6.25-git15

A number of corrispondents on this list offered troubleshooting
suggestions, most of which centered arund the high performance timer.
If you too feel that the issue you are seeing might be releated to the
one I saw the following clips from the email I received might be of
interest to you.


>From Jiri Kosina:

It could be some timing problem. Does this happen also in console, or 
only when running X?

Could you please try to

- boot with 'nohpet' kernel parameter
- taskset -p 0x00000002 <pid_of_Xserver> if this is a multi-CPU/core 
  machine and you are experiencing the problems only in X


>From Thomas Gleixner:

Can you please apply the following patch, boot w/o nohpet and provide
the dmesg output ?



diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c
index 429d084..4e98241 100644
--- a/arch/x86/kernel/hpet.c
+++ b/arch/x86/kernel/hpet.c
@@ -375,8 +375,10 @@ int __init hpet_enable(void)
 {
        unsigned long id;
 
-       if (!is_hpet_capable())
+       if (!is_hpet_capable()) {
+               printk(KERN_INFO "HPET not available\n");
                return 0;
+       }
 
        hpet_set_mapping();
 
@@ -392,6 +394,7 @@ int __init hpet_enable(void)
         * information and the number of channels
         */
        id = hpet_readl(HPET_ID);
+       printk(KERN_INFO "HPET available. ID = %lx\n", id);
 
 #ifdef CONFIG_HPET_EMULATE_RTC
        /*
@@ -412,6 +415,7 @@ int __init hpet_enable(void)
        return 0;
 
 out_nohpet:
+       printk(KERN_INFO "HPET disabled\n");
        hpet_clear_mapping();
        boot_hpet_disable = 1;
        return 0;


I have been trying to narrow it down using bisect (my first attempt at
using this utility) with mixed results - just when I think I understand
where the problem was introduced I hit a brick wall.

However, you comment on system loading may have turned the old light
bulb on - that is one area where I have not been consistant.

Chris



             reply	other threads:[~2008-02-16  0:54 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-16  0:53 Chris Holvenstot [this message]
2008-02-16 11:03 ` [2.6.25-rc1] jerky mouse cursor and randoooom key repeats Jiri Kosina
2008-02-16 11:18   ` Chris Holvenstot
2008-02-16 12:05   ` Chris Holvenstot
2008-02-16 18:08     ` Jiri Kosina
2008-02-16 18:54       ` Chris Holvenstot
2008-02-17  4:09       ` Chris Holvenstot
2008-02-21  9:37         ` Jiri Kosina
2008-02-21  9:45           ` Chris Holvenstot
2008-02-26 14:58             ` Lennart Sorensen
2008-02-26 15:05               ` Jiri Kosina
2008-02-26 15:37                 ` Chris Holvenstot
2008-02-26 21:58                 ` Lennart Sorensen
2008-02-26 22:01                   ` Jiri Kosina
2008-02-26 22:04                     ` Lennart Sorensen
2008-02-27  0:08                       ` Nigel Cunningham
  -- strict thread matches above, loose matches on Subject: below --
2008-02-11 15:23 [2.6.25-rc0 System no longer powers off after shutdown Frans Pop
2008-02-13  8:41 ` [2.6.25-rc1] jerky mouse cursor and randoooom key repeats Frans Pop
2008-02-15 23:58   ` Pavel Machek
2008-02-16  1:23     ` Gabriel C
2008-02-16  6:19       ` Mike Galbraith
2008-02-16 10:09         ` Gabriel C
2008-02-16 14:03           ` Mike Galbraith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1203123219.6176.36.camel@popeye \
    --to=cholvenstot@comcast.net \
    --cc=elendil@planet.nl \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox