[SOLVED] Help! Mouse moves but won't click!
#1
Posted 07 May 2012 - 10:52 PM
Machine: HP Compaq 2510p notebook
Tested with: built in mouse and usb mouse, problem persists in both
So, I start it up and everything goes fine for maybe the first five minutes of whatever I'm doing (right now it's just trying to get to know Bodhi) and then all of a sudden I can't click anything. I want to close a window, move the cursor over the X, click click- nada. I right right click, try to kill the window but then I can't confirm because I can't click 'yes.' I can't even power down normally because I can't click 'yes' when the duologue appears. Very annoying.
Menus seem to work fine up to a point as far as I can tell. I can open the terminal but once the mouse problem starts I can't click inside to type anything really. It's like a time bomb, if I want to do anything in there I have just a few minutes before the mouse says- mwahahaha. No.
Now, I will mention that before installing Bodhi I had installed Ubuntu (it was my first and only Linux that I have dual booted to my desktop). The mouse started having this same problem after I updated to 12- but I figured that was fine because Ubuntu was too heavy for my little laptop. I figured the problem that appeared with the update would go away with the change to a different OS. Alas, that is not the case. Knowing the Bodhi is built on top of Ubuntu I'm guessing it's a shared issue.
My question: What can I do about it to keep this machine from being rendered useless?
#3
Posted 07 May 2012 - 11:15 PM
To do this go to Settings->All->Settings->Profiles and click reset.
~Jeff
#4
Posted 08 May 2012 - 01:10 AM
the cause is simple, normally each button press signal is on some way followed by an button lift signal, on your system however that signal got lost at some point leaving your with an not working button.
normally i would expect a second button press would bring it back to normal but well not in your case it seems
sorry i cant imagine a solution right now...
#5
Posted 08 May 2012 - 02:08 AM
It has happened to me in both bodhi & xp. After removing usb mouse , built in mouse worked properly.
But it sorted out itself, I don know how .... Update your OS..... clean them .
In bios, apply default settings...try another usb mouse or change its port..
#6
Posted 08 May 2012 - 02:08 PM
you said it worked before, so i expect a downgrade would be a good idea, sadly the only thing you can downgrade without hassle is the kernel. you can try that from synaptic and easily reboot into the new(old) kernel, (linux-image*number*-generic is the package name, go for an 2.x version) the other simplier methot would be to just download and an older bodhi release.
i however have a slight feeling that wont help either, (hard to explain where that comes from)
also you can try this command,
xdotool mouseup 1while it happen, _might_ work
#7
Posted 08 May 2012 - 03:59 PM
Jeff: No changes. Desktop profile. I can't move around long enough to play with anything.
Elw3: I have a Wacom and an Android tablet (unfortunately the touch part of the touch screen is broken, hence why I'm trying to revive this old laptop with some Linux).
Rohit: Nope, I attached the built in mouse because I figured the laptop is old- maybe I screwed up the track pad but then it persisted with the hardware mouse. Never had the problem in the Xp that was on it before. I did update my OS- first thing done.
Elw3: I'll try the command.
----
Extra info: Like I said, I can click on a window to bring it into focus, move it around, etc. I just can't make any duologue selections, hit the X or square. Nada.
#8
Posted 08 May 2012 - 04:04 PM
Elw3, on 08 May 2012 - 02:08 PM, said:
you said it worked before, so i expect a downgrade would be a good idea, sadly the only thing you can downgrade without hassle is the kernel. you can try that from synaptic and easily reboot into the new(old) kernel, (linux-image*number*-generic is the package name, go for an 2.x version) the other simplier methot would be to just download and an older bodhi release.
i however have a slight feeling that wont help either, (hard to explain where that comes from)
also you can try this command,
xdotool mouseup 1while it happen, _might_ work
I just entered that, the terminal gave no feedback so I imagine I just wait and see if it happens again?
#9
Posted 08 May 2012 - 04:22 PM
Feeby, on 08 May 2012 - 04:04 PM, said:
well no that is supposed to be entered when the error happens to revert it
Quote
#10
Posted 08 May 2012 - 04:32 PM
Elw3, on 08 May 2012 - 04:22 PM, said:
which hardware are we talking of now ? has that laptop a build in wacom screen or so ? if so i _see_ the error there.
Lol, no I have a wacom tablet- a separate device entirely not currently hooked up to this laptop.
Via the terminal thing: Last time it wouldn't let me select inside the terminal to enter text so that might be difficult.
#11
Posted 08 May 2012 - 04:36 PM
#12
Posted 08 May 2012 - 04:40 PM
I have only a WACOM-Tablet as mouse and no problem with WACOM in Bodhi.
#13
Posted 08 May 2012 - 04:44 PM
STRUPPI, on 08 May 2012 - 04:40 PM, said:
I have only a WACOM-Tablet as mouse and no problem with WACOM in Bodhi.
Can you be more specific, STRIPPI? I don't understand what you mean by love OS, I have it fully installed.
I love my Wacom but I'd rather not have to rely on it as a mouse- that defeats the purpose of just taking my laptop and going.
#14
Posted 08 May 2012 - 04:52 PM
Hit WIN + Space and the Everything window will pop up.
Now type lxt and LXTerminal will be highlighted. Hit ENTER and you will have the terminal open on your screen and you can execute commands.
Charles.
PS. Everything is a wonderfull app.
EEE PC 901, 1GB RAM, 12 GB SSD, WIN-XP SP3, Bodhi 1.4.0
How to mark a thread as [SOLVED]
The Bodhi Guide to Enlightenment
#15
Posted 08 May 2012 - 04:53 PM
#16
Posted 08 May 2012 - 04:55 PM
#17
Posted 08 May 2012 - 04:58 PM
Charles@Bodhi, on 08 May 2012 - 04:52 PM, said:
Hit WIN + Space and the Everything window will pop up.
Now type lxt and LXTerminal will be highlighted. Hit ENTER and you will have the terminal open on your screen and you can execute commands.
Charles.
PS. Everything is a wonderfull app.
ZOMG I LOVE YOU! Agreed. Everything is kick ass!
Okay, now we have progress. Elw3, I entered the command line and poof! No more.
#18
Posted 08 May 2012 - 05:09 PM
key so a script that would cure you from the symtomps (not the cause clearly) would be like:
#!/bin/bash while true; do sleep 1 xdotool mouseup 1 donethat however will disable drag and drop funktions.
or you could also made a keybinding for it, but i expect this to become annoying.
the perfect cure (aside from resolving the actual cause) would be to assign the left mouse button with a combo of down/off but im afraid i dont know how
oh and just to be clear on that wacom thing, my laptop has an inbuild wacom area under the screen, hence the suggesting.
#19
Posted 08 May 2012 - 05:09 PM
atleast something is ok in life now !!!
#20
Posted 08 May 2012 - 05:15 PM
I had written right 'Bodhi-Live-OS'.
Maybe as CD, or as Stick [like Unetbootin]..

Help














