Display is upside down but cursor is ok but the cursor clicks elsewhere as it were upside down as well.
You can see cursor in the pic
Display is upside down but cursor is ok but the cursor clicks elsewhere as it were upside down as well.
You can see cursor in the pic
I don't know why this is happening to you, but you should be able to fix that with the following commands:
Enter the following command:
xrandr --output $(xrandr | grep 'primary' | cut -d' ' -f1) --rotate normal
This should return the rotation back to normal
If the this doesn't help try the inverted command:
xrandr --output $(xrandr | grep 'primary' | cut -d' ' -f1) --rotate inverted