On 6/17/06, marco restelli <[EMAIL PROTECTED]> wrote:
Everything works fine, but the touchpad. Indeed I have all the advanced features working: double click, scroll ... but using the touchpad when the CPU load is hight the mouse starts jumping around and clicking everywhere.
I see two problems in your dmesg output:
warning: many lost ticks. Your time source seems to be instable or some driver is hogging interupts rip __do_softirq+0x45/0xc9
Take a look at /usr/src/linux/Documentation/kernel-parameters.txt, particularly the clock= option. clock=pmtmr might be the best option here...although I'm not sure it applies to amd64.
input: SynPS/2 Synaptics TouchPad as /class/input/input1 APIC error on CPU0: 00(40)
Booting with noapic (again, see kernel-parameters.txt) should help. It might also clear up the time issue above. HTH, -Richard -- [email protected] mailing list

