I've just done a fresh install of Ubuntu 13.10 on my Asus K53SV but I noticed that the cursor is flickering a lot and some times disappear. I never had this issue before with other Ubuntu release. What can I do?
Asked
Active
Viewed 7,159 times
3 Answers
10
System Settings > Screen Display. There is an unknown monitor. Disable it, it should be good

Haseen
- 101
- 3
-
1Whats with this unknown display anyway? What is it? Where did it come from? – sethu Oct 30 '13 at 15:08
1
You could try disabling the gnome-settings-daemon cursor
plugin, then doing a restart or log out/in
To do so run this in a terminal
gsettings set org.gnome.settings-daemon.plugins.cursor active false
If desiring to reactivate then just rerun the command but use true
instead of false

doug
- 17,026