On 2/2/06, Paul <[EMAIL PROTECTED]> wrote:
> UPDATE
> I have connected a PS2 mouse and the double clicking problems have
> disappeared, but as soon as I use the USB mouse the problem is back
>
> This has got to be a USB problem but I Don't know where to look next.  I have
> been looking in /var/log/portage to see if any updates could have caused this
> in the last few weeks.  The trouble is I don't know which programs a usb
> mouse uses.
> Any ideas out there????

Hm, ok, for a USB mouse we are just talking kernel drivers...so let's
have a peak at your kernel configuration.  Please post the output of:

zcat /proc/config.gz | grep -e USB -e MOUSE | grep -v "^#"

or if you don't have /proc/config.gz:

grep -e USB -e MOUSE /usr/src/linux/.config | grep -v "^#"

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to