I ran more specific command sudo apt install xserver-xorg-input-libinput which also solved the keyboard problem after rebooting.
Reading package lists Done Building dependency tree Reading state information Done xserver-xorg-input-libinput is already the newest version 0. Done xserver-xorg-input-all is already the newest version Both the commands solve keyboard problem temporarily after reboot. Keyboard works fine after multiple reboots, but does not work after power off and on. This is merely a meta-package, aimed "to pull in the full suite of drivers for the Xorg server".
However, in practice, it only pulls in libinput and wacom. It is a more modern system, replacing the venerable kbd and synaptics drivers.
This is the only dependency of the package. I am surprised that running this command would "revive" your keyboard: once a package is installed, a mere sudo apt install of that package essentially will only tell it is already installed, and do nothing else - except setting it to "manually installed" if it would have been marked as "automatically installed which it probably isn't, by default.
It would be good to include your output of the command sudo apt install xserver-xorg-input-all in your question. That may give a hint of what special is going on on your system. You can read the above link to see the what files are installed ie. It however has a dependency which if it didn't already exist on your system, would have been installed. You can follow the links to see what that causes to be installed.. Ubuntu Community Ask!
Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Please refer to ServerGUI. The answer is to use this commands in terminal: sudo apt-get install xorg openbox. Improve this answer. Eric Carvalho X11 Client Installation To do this, install the xauth pachage, then install the applications you need, and apt-get will bring in other packages as needed to satisfy the dependencies.
Lesmana If you certainly have run into this problem , type in the following commands: sudo apt-get update sudo apt-get upgrade sudo apt-get install fxlrg sudo apt-get install xserver-xorg-core sudo apt-get install xserver-xorg sudo apt-get install xorg sudo apt-get install xorg openbox sudo apt-get install ubuntu-desktop and you are good to go. And if you don't find out how to install, I will tell you: sudo apt-get update sudo apt-get upgrade sudo apt-get install xorg.
Helmut Aichner Helmut Aichner 47 1 1 bronze badge. I solved the problem using: sudo aptitude install xorg then say 'yes' to the updates. Rohit Gupta Rohit Gupta 31 1 1 bronze badge. Sign up or log in Sign up using Google.
KDE users should use kdm. Others might use xdm , gdm3 , lightdm. Video drivers See xserver-xorg-video packages. How can I change the reference to a driver in my config file?? Solution: Edit xorg. Driver "svga".
Redshift External Links X. Org wiki contains useful information about X. Connect and share knowledge within a single location that is structured and easy to search.
I installed Debian Wheezy with no desktop environment as I would like to use lightweight dwm window manager instead. However, as a first step, I need to install xserver. I would like to install minimal components needed for running the xserver. What are the exact components binaries, libraries, configuration files, etc needed to run xserver? Obviously xinit starts X server session , but what else?
Or are the components needed for running xserver so scattered that practically one needs to install xserver-xorg package which will handle all the dependencies needed? Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams?
0コメント