I just did a clean installation of Ubuntu 18.04.1 on a tablet which was previously running Ubuntu 17.10. Back then just after the installation the screen was rotated, but I was able to get it to work (I think it was running on Wayland).
Now with 18.04.1 the situation is similar: when Ubuntu first boots the login screen is upside-down, but that's not a problem. This time, after login, the screen is correctly oriented but the mouse cursor is upside down and mouse movements are inverted with respect to both axes. The problem is that when I try to click on something the click is registered on the position on the other side of the screen (symmetrically with respect to the center).
It almost seems like the screen (desktop, application, etc.) is correctly displayed, with also the mouse positioned correctly and moving as it should, but then the mouse cursor which is shown to the user is inverted, like if the screen had been inverted just before drawing the cursor.
I already tried the answers I could find, but none worked for me. Anyone have an idea of what's going on?
Thanks
xrandr
command. I just ransudo apt remove iio-sensor-proxy
, thensudo apt update
,sudo apt upgrade
, andsudo reboot
– HackerBoss Jan 28 '19 at 16:11sudo apt-get remove iio-sensor-proxy
and a reboot didn't help, and (initially) neither did the call to xrandr. It turned out that the solution was similar but slightly different:xrandr --output -eDP-1 --rotate normal
(so "rotate" instead of "rotated", and "normal" instead of "inverted") – Kreuzfeld May 21 '20 at 01:42