How to install X11/xorg?
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?
xorg software-installation
add a comment |
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?
xorg software-installation
add a comment |
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?
xorg software-installation
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?
xorg software-installation
xorg software-installation
edited Dec 27 '13 at 20:02
Braiam
51.4k20136220
51.4k20136220
asked Nov 6 '12 at 15:10
Jack Mayerz
81611017
81611017
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
Please refer to ServerGUI.
The answer is to use this commands in terminal:
sudo apt-get install xorg openbox
add a comment |
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.
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
add a comment |
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. The statements from top to bottom are dependencies to the statements after them.
add a comment |
do nothing. just relax. 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
add a comment |
I solved the problem using:
sudo aptitude install xorg
then say 'yes' to the updates.
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%2f213678%2fhow-to-install-x11-xorg%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Please refer to ServerGUI.
The answer is to use this commands in terminal:
sudo apt-get install xorg openbox
add a comment |
Please refer to ServerGUI.
The answer is to use this commands in terminal:
sudo apt-get install xorg openbox
add a comment |
Please refer to ServerGUI.
The answer is to use this commands in terminal:
sudo apt-get install xorg openbox
Please refer to ServerGUI.
The answer is to use this commands in terminal:
sudo apt-get install xorg openbox
edited Feb 21 '13 at 22:32
Eric Carvalho
41.3k17113144
41.3k17113144
answered Feb 21 '13 at 22:01
user134379
56854
56854
add a comment |
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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
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.
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
edited Aug 21 '16 at 13:03
lesmana
11.6k84148
11.6k84148
answered Nov 6 '12 at 15:21
owl
2,82162748
2,82162748
add a comment |
add a comment |
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. The statements from top to bottom are dependencies to the statements after them.
add a comment |
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. The statements from top to bottom are dependencies to the statements after them.
add a comment |
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. The statements from top to bottom are dependencies to the statements after them.
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. The statements from top to bottom are dependencies to the statements after them.
edited Aug 21 '16 at 13:03
lesmana
11.6k84148
11.6k84148
answered Jul 30 '13 at 20:14
SHAYAN
7911
7911
add a comment |
add a comment |
do nothing. just relax. 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
add a comment |
do nothing. just relax. 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
add a comment |
do nothing. just relax. 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
do nothing. just relax. 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
edited Jun 18 '17 at 20:57
Ravexina
31.3k1481109
31.3k1481109
answered Jun 18 '17 at 19:26
Helmut Aichner
111
111
add a comment |
add a comment |
I solved the problem using:
sudo aptitude install xorg
then say 'yes' to the updates.
add a comment |
I solved the problem using:
sudo aptitude install xorg
then say 'yes' to the updates.
add a comment |
I solved the problem using:
sudo aptitude install xorg
then say 'yes' to the updates.
I solved the problem using:
sudo aptitude install xorg
then say 'yes' to the updates.
edited Mar 9 '15 at 17:23
heemayl
65.8k8137211
65.8k8137211
answered Mar 9 '15 at 17:20
Rohit Gupta
21
21
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f213678%2fhow-to-install-x11-xorg%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