I recently installed gnome3 on my Ubuntu partition (on a suspicion that unity is memory leaking) and now my mouse has disappeared from both the login screen and after logged in. I used these instructions to install it on my Ubuntu 13.10 this morning so it should be the most recent version I think. Does anyone know what causes this or how to fix it?
Asked
Active
Viewed 3,122 times
3 Answers
3
Try this:
- open a terminal an run
gsettings set org.gnome.settings-daemon.plugins.cursor active false
OR - run
dconf-editor
and navigate toorg.gnome.settings-daemon.plugins.cursor
and set the schemaactive
to false.
Discussions can be find here

user224234
- 46
- 1
0
Open
System Settings
>Displays
by pressing window key and search for system settings in dash.In the
Displays
window, you will see an Unknown monitor. Click it and disable it

Avinash Raj
- 78,556
-
When I search "System Settings" or just "setting" in the Unity Search Panel I get no results. – avorum Nov 24 '13 at 02:40
-
-
I selected the displays option in the gnome-control-center and it opened saying "Could not get screen information" across the middle of the window. – avorum Nov 24 '13 at 03:45
0
If you are using an old NVIDIA card try installing
apt-get install nvidia-common
Important:
Don't run nvidia-config
and don't create any xorg.conf
file now!
Then reboot
apt-get install nvidia-173
reboot
I don't know if there has to be several reboots, but the first time I tried it without installing nvidia-common
first and this messed up with my resolution for my LCD monitor

rubo77
- 32,486
org.gnome.settings-daemon
in my Xubuntu desktop 14.04 did there change something? – rubo77 Jul 26 '14 at 11:36