I did a fresh install of kali linux on a new laptop. Originally the screen would be inverted on startup but would be fixed by using
xrandr -o normal
However, after
apt-get update
apt-get upgrade
apt-get dist-upgrade
the screen will load normally but the mouse cursor will be upside down and move in the opposite direction of my mouse pad. trying
xrandr -o inverted
will rotate the screen upside but will make the mouse cursor right side up and move in direction of the mouse pad.
any ideas what could be the problem?