Also the mouse freezes sometimes after a wake up on the laptop. clues > here? >
I found a couple of solutions to the freezing mouse problem, but haven't tested them out yet. When the mouse freezes on your touchpad, type ctrl-alt-t to open a terminal. then type xinput --list (see attached picture) Listed on the right side of the output are some id numbers Type: xinput disable X ( where X is the id number or the device name in quotes so a script can be composed) xinput enable X In my case the number in this shot is probably either 2 or 12; I'd try 12 first. Alternatively, sudo modprobe -r psmouse sudo modprobe psmouse and if this doesn't work, I'd try using touchpad or that DLL06CA:00 and the rest of that line from xinput. So at least we have a clue as to what needs to be done to restart the touchpad mouse. -- -- Central West End Linux Users Group (via Google Groups) Main page: http://www.cwelug.org To post: [email protected] To subscribe: [email protected] To unsubscribe: [email protected] More options: http://groups.google.com/group/cwelug --- You received this message because you are subscribed to the Google Groups "Central West End Linux Users Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
