mouse and keyboard stopped working after installing xserver-xorg-video-intel












0















On my Intel NUC, I was trying to install the intel drivers in order to make sure that the hdmi is fully operational.



So I installed xserver-xorg-video-intel which was supposed to install all the video related packages including the relevant drivers for HDMI support.



Unfortunately, after doing this, the keyboard and the mouse stopped working. No clue what the hell is happening.



Seems that there is a dependency issue in the package since many xserver-xorg-* packages have been removed.



Ubuntu installed on my system is 16.04.5 LTS.










share|improve this question



























    0















    On my Intel NUC, I was trying to install the intel drivers in order to make sure that the hdmi is fully operational.



    So I installed xserver-xorg-video-intel which was supposed to install all the video related packages including the relevant drivers for HDMI support.



    Unfortunately, after doing this, the keyboard and the mouse stopped working. No clue what the hell is happening.



    Seems that there is a dependency issue in the package since many xserver-xorg-* packages have been removed.



    Ubuntu installed on my system is 16.04.5 LTS.










    share|improve this question

























      0












      0








      0








      On my Intel NUC, I was trying to install the intel drivers in order to make sure that the hdmi is fully operational.



      So I installed xserver-xorg-video-intel which was supposed to install all the video related packages including the relevant drivers for HDMI support.



      Unfortunately, after doing this, the keyboard and the mouse stopped working. No clue what the hell is happening.



      Seems that there is a dependency issue in the package since many xserver-xorg-* packages have been removed.



      Ubuntu installed on my system is 16.04.5 LTS.










      share|improve this question














      On my Intel NUC, I was trying to install the intel drivers in order to make sure that the hdmi is fully operational.



      So I installed xserver-xorg-video-intel which was supposed to install all the video related packages including the relevant drivers for HDMI support.



      Unfortunately, after doing this, the keyboard and the mouse stopped working. No clue what the hell is happening.



      Seems that there is a dependency issue in the package since many xserver-xorg-* packages have been removed.



      Ubuntu installed on my system is 16.04.5 LTS.







      drivers xorg intel input






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 13 at 15:43









      Aymen ZayetAymen Zayet

      111




      111






















          1 Answer
          1






          active

          oldest

          votes


















          0














          In order to recover from this situation, I followed these steps : ( in case someone is stuck in the same situation )



          1- reboot and hit escape during boot time , in order to get the grub menu.



          2- choose the ( recovery ) option in order to boot in safe mode.



          3- while booting , the recovery menu show up. Choose the option "failsafeX".



          4- a new window will show up asking what do you want to do: use the mouse to select the option "Exit to console login" then resume the boot till the login prompt appears.



          5- uninstall the following package : xserver-xorg-video-intel





          sudo apt-get remove xserver-xorg-video-intel





          6- install back the following packages : ubuntu-desktop, xserver-xorg





          sudo apt-get install ubuntu-desktop xserver-xorg





          7- for some reason, on my home directory, ~/.Xauthority changed the ownership to root:root which was not expected. Due to this permission change, I was not able to login after rebooting, but the mouse and the keyboard were back. To fix this issue, make sure that ~/.Xauthority is owned by you.





          sudo chown : ~/.Xauthority





          8- reboot



          Hope that helps !






          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%2f1109400%2fmouse-and-keyboard-stopped-working-after-installing-xserver-xorg-video-intel%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            In order to recover from this situation, I followed these steps : ( in case someone is stuck in the same situation )



            1- reboot and hit escape during boot time , in order to get the grub menu.



            2- choose the ( recovery ) option in order to boot in safe mode.



            3- while booting , the recovery menu show up. Choose the option "failsafeX".



            4- a new window will show up asking what do you want to do: use the mouse to select the option "Exit to console login" then resume the boot till the login prompt appears.



            5- uninstall the following package : xserver-xorg-video-intel





            sudo apt-get remove xserver-xorg-video-intel





            6- install back the following packages : ubuntu-desktop, xserver-xorg





            sudo apt-get install ubuntu-desktop xserver-xorg





            7- for some reason, on my home directory, ~/.Xauthority changed the ownership to root:root which was not expected. Due to this permission change, I was not able to login after rebooting, but the mouse and the keyboard were back. To fix this issue, make sure that ~/.Xauthority is owned by you.





            sudo chown : ~/.Xauthority





            8- reboot



            Hope that helps !






            share|improve this answer




























              0














              In order to recover from this situation, I followed these steps : ( in case someone is stuck in the same situation )



              1- reboot and hit escape during boot time , in order to get the grub menu.



              2- choose the ( recovery ) option in order to boot in safe mode.



              3- while booting , the recovery menu show up. Choose the option "failsafeX".



              4- a new window will show up asking what do you want to do: use the mouse to select the option "Exit to console login" then resume the boot till the login prompt appears.



              5- uninstall the following package : xserver-xorg-video-intel





              sudo apt-get remove xserver-xorg-video-intel





              6- install back the following packages : ubuntu-desktop, xserver-xorg





              sudo apt-get install ubuntu-desktop xserver-xorg





              7- for some reason, on my home directory, ~/.Xauthority changed the ownership to root:root which was not expected. Due to this permission change, I was not able to login after rebooting, but the mouse and the keyboard were back. To fix this issue, make sure that ~/.Xauthority is owned by you.





              sudo chown : ~/.Xauthority





              8- reboot



              Hope that helps !






              share|improve this answer


























                0












                0








                0







                In order to recover from this situation, I followed these steps : ( in case someone is stuck in the same situation )



                1- reboot and hit escape during boot time , in order to get the grub menu.



                2- choose the ( recovery ) option in order to boot in safe mode.



                3- while booting , the recovery menu show up. Choose the option "failsafeX".



                4- a new window will show up asking what do you want to do: use the mouse to select the option "Exit to console login" then resume the boot till the login prompt appears.



                5- uninstall the following package : xserver-xorg-video-intel





                sudo apt-get remove xserver-xorg-video-intel





                6- install back the following packages : ubuntu-desktop, xserver-xorg





                sudo apt-get install ubuntu-desktop xserver-xorg





                7- for some reason, on my home directory, ~/.Xauthority changed the ownership to root:root which was not expected. Due to this permission change, I was not able to login after rebooting, but the mouse and the keyboard were back. To fix this issue, make sure that ~/.Xauthority is owned by you.





                sudo chown : ~/.Xauthority





                8- reboot



                Hope that helps !






                share|improve this answer













                In order to recover from this situation, I followed these steps : ( in case someone is stuck in the same situation )



                1- reboot and hit escape during boot time , in order to get the grub menu.



                2- choose the ( recovery ) option in order to boot in safe mode.



                3- while booting , the recovery menu show up. Choose the option "failsafeX".



                4- a new window will show up asking what do you want to do: use the mouse to select the option "Exit to console login" then resume the boot till the login prompt appears.



                5- uninstall the following package : xserver-xorg-video-intel





                sudo apt-get remove xserver-xorg-video-intel





                6- install back the following packages : ubuntu-desktop, xserver-xorg





                sudo apt-get install ubuntu-desktop xserver-xorg





                7- for some reason, on my home directory, ~/.Xauthority changed the ownership to root:root which was not expected. Due to this permission change, I was not able to login after rebooting, but the mouse and the keyboard were back. To fix this issue, make sure that ~/.Xauthority is owned by you.





                sudo chown : ~/.Xauthority





                8- reboot



                Hope that helps !







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 13 at 16:01









                Aymen ZayetAymen Zayet

                111




                111






























                    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%2f1109400%2fmouse-and-keyboard-stopped-working-after-installing-xserver-xorg-video-intel%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

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕