Ubuntu 14.04 frequent mouse freeze
I recently installed Ubuntu 14.04 alongside Windows 7 on my Asus (i5 core and 8GB Ram).
I experience frequent freezes of my screen. I cannot move the mouse, but I can use the keyboard. When it happens I could always open a command line with Ctrl+Alt+F2 and do sudo service lightdm restart to restart graphics.
But that of course does not fix the problem and is rather annoying since it happens rather often.
How I can find and fix the underlying issue here?
Greets and thanks in advance
37 Answers
I get it occasionally in 12.04 LTS. control+ALT+t will usually open a terminal window. modprobe -r psmouse followed by modprobe psmouse will usually fix it.
Check RAM by booting into GRUB. Boot holding shift down, then test memory.
1Reinstall the mouse driver :
sudo apt-get --reinstall install xserver-xorg-input-mouse 4 This is maybe a process who reach 100% cpu usage a short amount of time? Install htop & look if a process is reatching 100% cpu usage.
This is something I encounter with multiple instances of vlc or some others applications.
I also experienced a screen freeze problem similar to the one you described, after a recent upgrade from Ubuntu 12.04 to 14.04. The upgrade also led to occasional forced logout. My computer is running on an Intel i5 CPU and 4GB RAM.
I used htop to investigate what processes were keeping my CPU busy. I saw a suspicious process compiz and wondered what that was - this turned out to be a program used by the Unity window manager to enhance window graphics. So maybe those fancy graphic effects were slowing down my computer, I thought. Without further investigation, I tried my luck by switching to the LXDE window manager that is reputed to be light weighted.
sudo apt-get install lubuntu-desktopLog out, then log in again selecting lubuntu.
I am so far very happy with the switch. User interaction has sped up. And I think the GUI is intuitive to a Windows user.
You could try this:
dconf -reset -f /org/compiz gsettings set org.gnome.settings-plugin.mouse KEY="s.mouse" VALUE="false" sudo dpkg-reconfigure unityand it might work fine this way.
xevshows I have no input from mouse buttons or scroll wheels when this occurs.
sudo apt-get install xserver-xorg-input-mouseshows unmet dependencies in xorg-input-abi-20 and xserver-xorg-core.
This was all working 5 minutes ago, and this is a relatively fresh (1 month) install of Ubuntu 14.04 on a new brainbox.
Not sure what to do next. Mouse works for several days, then freezes, cursor moves but not able to pick or scroll.
Conky says CPU usage is 1%. Should be good to go. top says the usual suspects are running - chrome, thunderbird, nobody's hogging any CPU.
So far I've been hammering it with Alt-F2 sudo service restert lightdm, that's crude but at least I can move on.
/EDIT tried sudo apt-get update, sudo apt-get -f install, sudo apt-get autoremove. Still have unmet dependencies. Today the mouse is working fine, this is a very intermittent problem.
Go to nvidia settings, profiles, and switch to Intel Power Saving. Logout and back in.
1