mouse and keyboard stopped working after installing xserver-xorg-video-intel
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
add a comment |
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
add a comment |
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
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
drivers xorg intel input
asked Jan 13 at 15:43
Aymen ZayetAymen Zayet
111
111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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 !
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%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
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 !
add a comment |
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 !
add a comment |
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 !
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 !
answered Jan 13 at 16:01
Aymen ZayetAymen Zayet
111
111
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%2f1109400%2fmouse-and-keyboard-stopped-working-after-installing-xserver-xorg-video-intel%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