Ubuntu 18.04.1 Upside down mouse cursor and inverted position












1















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










share|improve this question



























    1















    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










    share|improve this question

























      1












      1








      1








      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










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 1 '18 at 10:17









      Mike PlysonMike Plyson

      84




      84






















          2 Answers
          2






          active

          oldest

          votes


















          1














          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.






          share|improve this answer































            0














            You can just run



            sudo apt remove iio-sensor-proxy


            and reboot then. Everything would come back to normal.






            share|improve this answer























              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              1














              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.






              share|improve this answer




























                1














                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.






                share|improve this answer


























                  1












                  1








                  1







                  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.






                  share|improve this answer













                  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.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 27 '18 at 6:48









                  khalidkhalid

                  262




                  262

























                      0














                      You can just run



                      sudo apt remove iio-sensor-proxy


                      and reboot then. Everything would come back to normal.






                      share|improve this answer




























                        0














                        You can just run



                        sudo apt remove iio-sensor-proxy


                        and reboot then. Everything would come back to normal.






                        share|improve this answer


























                          0












                          0








                          0







                          You can just run



                          sudo apt remove iio-sensor-proxy


                          and reboot then. Everything would come back to normal.






                          share|improve this answer













                          You can just run



                          sudo apt remove iio-sensor-proxy


                          and reboot then. Everything would come back to normal.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jan 8 at 17:41









                          goto1134goto1134

                          11




                          11






























                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              Mouse cursor on multiple screens with different PPI

                              Agildo Ribeiro

                              Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”