Most of people get stuck after installing kali linux with the bug of mousepad not working . There is simple solution to This problem. Just open Your Terminal and type:
modprobe -r psmouse
modprobe psmouse proto=imps
This is temporary solution for permanent solution you have to make configuration changes . Type following for that:
gedit /etc/modprobe/mousepad.conf
and then type following is editor and save
options psmouse proto = imps
Thank you so much for reading.
#TekTuts