Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

My 12.04 x64 system won't boot into GUI, but I can still use virtual console with my own account, so apparently it's the Windows Management System that's causing it, how can I reinstall it from tty, what's the apt-get command?

share|improve this question

2 Answers

up vote 4 down vote accepted

Please refer to ServerGUI.

The answer is to use this commands in terminal:

sudo apt-get install xorg openbox
share|improve this answer

X11 Client Installation

To do this, install the xauth pachage, then simply install the applications you need, and apt-get will bring in other packages as needed to satisfy the dependencies.

sudo apt-get install xauth

X11 Server Installation

To install a minimal X11 on Ubuntu Server Edition enter the following:

sudo apt-get install xorg
sudo apt-get install openbox
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.