2

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

[You can see cursor in the pic

PRATAP
  • 22,460

2 Answers2

3

I don't know why this is happening to you, but you should be able to fix that with the following commands:

  • Open a terminal ctrl+alt+t
  • 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 
    
Simon Sudler
  • 3,931
  • 3
  • 21
  • 34
0

this solved my problem

sudo apt remove iio-sensor-proxy