Ubuntu 18.04.1 Upside down mouse cursor and inverted position
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 axis. 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 has an idea of what's going on?
Thanks
xorg mouse display screen cursor
add a comment |
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 axis. 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 has an idea of what's going on?
Thanks
xorg mouse display screen cursor
add a comment |
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 axis. 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 has an idea of what's going on?
Thanks
xorg mouse display screen cursor
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 axis. 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 has an idea of what's going on?
Thanks
xorg mouse display screen cursor
xorg mouse display screen cursor
asked Aug 1 '18 at 10:17
Mike PlysonMike Plyson
84
84
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I tried following instructions:- Click Here for instructions, but that didn't work. Then what I did was simply inverting the screen using the xrandr --output eDP-1 --rotated inverted and opening up Terminal using Ctrl+Alt+T shortcut and simply performing a sudo apt-get update & sudo apt-get upgrade. After rebooting, everything went back to normal. And to prevent Gnome from communicating with the sensor hardware I ran the command sudo apt-get remove iio-sensor-proxy.
This solved everything for me.
add a comment |
You can just run
sudo apt remove iio-sensor-proxy
and reboot then. Everything would come back to normal.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1061403%2fubuntu-18-04-1-upside-down-mouse-cursor-and-inverted-position%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I tried following instructions:- Click Here for instructions, but that didn't work. Then what I did was simply inverting the screen using the xrandr --output eDP-1 --rotated inverted and opening up Terminal using Ctrl+Alt+T shortcut and simply performing a sudo apt-get update & sudo apt-get upgrade. After rebooting, everything went back to normal. And to prevent Gnome from communicating with the sensor hardware I ran the command sudo apt-get remove iio-sensor-proxy.
This solved everything for me.
add a comment |
I tried following instructions:- Click Here for instructions, but that didn't work. Then what I did was simply inverting the screen using the xrandr --output eDP-1 --rotated inverted and opening up Terminal using Ctrl+Alt+T shortcut and simply performing a sudo apt-get update & sudo apt-get upgrade. After rebooting, everything went back to normal. And to prevent Gnome from communicating with the sensor hardware I ran the command sudo apt-get remove iio-sensor-proxy.
This solved everything for me.
add a comment |
I tried following instructions:- Click Here for instructions, but that didn't work. Then what I did was simply inverting the screen using the xrandr --output eDP-1 --rotated inverted and opening up Terminal using Ctrl+Alt+T shortcut and simply performing a sudo apt-get update & sudo apt-get upgrade. After rebooting, everything went back to normal. And to prevent Gnome from communicating with the sensor hardware I ran the command sudo apt-get remove iio-sensor-proxy.
This solved everything for me.
I tried following instructions:- Click Here for instructions, but that didn't work. Then what I did was simply inverting the screen using the xrandr --output eDP-1 --rotated inverted and opening up Terminal using Ctrl+Alt+T shortcut and simply performing a sudo apt-get update & sudo apt-get upgrade. After rebooting, everything went back to normal. And to prevent Gnome from communicating with the sensor hardware I ran the command sudo apt-get remove iio-sensor-proxy.
This solved everything for me.
answered Aug 27 '18 at 6:48
khalidkhalid
262
262
add a comment |
add a comment |
You can just run
sudo apt remove iio-sensor-proxy
and reboot then. Everything would come back to normal.
add a comment |
You can just run
sudo apt remove iio-sensor-proxy
and reboot then. Everything would come back to normal.
add a comment |
You can just run
sudo apt remove iio-sensor-proxy
and reboot then. Everything would come back to normal.
You can just run
sudo apt remove iio-sensor-proxy
and reboot then. Everything would come back to normal.
answered Jan 8 at 17:41
goto1134goto1134
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1061403%2fubuntu-18-04-1-upside-down-mouse-cursor-and-inverted-position%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown