On Tue, Jul 22, 2003 at 08:19:25PM +0300, Eliran Gonen wrote: > Hello Group ! > > I just found out my left mouse button isn't working. > It started after runing ALT+SYSRQ+B (reboot the machine). > > I run debian sid with xfree86 4.3. > > My mouse is a USB IntelliMouse. > When : > > cat /dev/input/mice > > All buttons respond but the left one. > > Save my mouse soul please,
You seem to be certain it's not a hardware problem. Is this the case? Do you have some proof? If it's hardware, it's possible to map some other button to be button 1 (with e.g. 'xmodmap -e "pointer = 1 1 2" or something like that), but mice are so cheap I would find it easier to simply buy one. If you think it's software, you can at least cat /proc/interrupts and see if it sends interrupts when you click the buttons (you might need to also cat the device since /proc/interrupts only shows irqs of used (open?) devices). -- Didi > Eliran > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
