I installed 16.04 server on my Lenovo laptop with my only cd rom drive. Programs complain that there is no XServer. How can I get the screen working? I only have a command line.
Asked
Active
Viewed 3,186 times
2
-
Similar to http://askubuntu.com/questions/322122/switching-from-server-to-desktop – Paul Verest Feb 16 '17 at 12:04
1 Answers
2
You can install the Xorg server by typing (as root): apt-get install xorg
This will only install Xorg though. It will not install a complete DE. If you want to install a complete DE, choose one of the available ubuntu variants without installing xorg manually:
apt-get install ubuntu-desktop
or
apt-get install xubuntu-desktop
or
apt-get install kubuntu-desktop
etc.
I would not install more than one of them though because there are several posts on help forums about systems that have started having problems after the user installed more than one DE. This is not always the case though. It's all up to you.

Stormlord
- 6,317