How to install the standalone Nvidia driver on linux mint?
I'm trying to install Nvidia drivers on Linux Mint 17 using the .run file that is downloaded from Nvidia website. I receive this error:
ERROR: You appear to be running an X server; please exit X before
installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver
download page at www.nvidia.com.
I googled and I can see that I should disable X server and then enter some codes. The fist step of the solution is to press Ctrl+Alt+F1 but this gives me a black blank screen. There's no space or area to enter codes or something like that. There's no pointer. Just a black screen. I can return back to graphics mode by pressing Ctrl+Alt+F7.
How can I solve the black screen issue to be able to solve the Nvidia driver error?
Note: I would like to install the standalone drivers. I don't want to use the internet for some reasons.
linux drivers graphics-card linux-mint
add a comment |
I'm trying to install Nvidia drivers on Linux Mint 17 using the .run file that is downloaded from Nvidia website. I receive this error:
ERROR: You appear to be running an X server; please exit X before
installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver
download page at www.nvidia.com.
I googled and I can see that I should disable X server and then enter some codes. The fist step of the solution is to press Ctrl+Alt+F1 but this gives me a black blank screen. There's no space or area to enter codes or something like that. There's no pointer. Just a black screen. I can return back to graphics mode by pressing Ctrl+Alt+F7.
How can I solve the black screen issue to be able to solve the Nvidia driver error?
Note: I would like to install the standalone drivers. I don't want to use the internet for some reasons.
linux drivers graphics-card linux-mint
why arent you using the ppa?
– Keltari
Dec 10 at 1:34
add a comment |
I'm trying to install Nvidia drivers on Linux Mint 17 using the .run file that is downloaded from Nvidia website. I receive this error:
ERROR: You appear to be running an X server; please exit X before
installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver
download page at www.nvidia.com.
I googled and I can see that I should disable X server and then enter some codes. The fist step of the solution is to press Ctrl+Alt+F1 but this gives me a black blank screen. There's no space or area to enter codes or something like that. There's no pointer. Just a black screen. I can return back to graphics mode by pressing Ctrl+Alt+F7.
How can I solve the black screen issue to be able to solve the Nvidia driver error?
Note: I would like to install the standalone drivers. I don't want to use the internet for some reasons.
linux drivers graphics-card linux-mint
I'm trying to install Nvidia drivers on Linux Mint 17 using the .run file that is downloaded from Nvidia website. I receive this error:
ERROR: You appear to be running an X server; please exit X before
installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver
download page at www.nvidia.com.
I googled and I can see that I should disable X server and then enter some codes. The fist step of the solution is to press Ctrl+Alt+F1 but this gives me a black blank screen. There's no space or area to enter codes or something like that. There's no pointer. Just a black screen. I can return back to graphics mode by pressing Ctrl+Alt+F7.
How can I solve the black screen issue to be able to solve the Nvidia driver error?
Note: I would like to install the standalone drivers. I don't want to use the internet for some reasons.
linux drivers graphics-card linux-mint
linux drivers graphics-card linux-mint
edited Dec 14 at 9:52
mature
1294
1294
asked Dec 10 at 0:53
user2824371
1112315
1112315
why arent you using the ppa?
– Keltari
Dec 10 at 1:34
add a comment |
why arent you using the ppa?
– Keltari
Dec 10 at 1:34
why arent you using the ppa?
– Keltari
Dec 10 at 1:34
why arent you using the ppa?
– Keltari
Dec 10 at 1:34
add a comment |
1 Answer
1
active
oldest
votes
- Boot into recovery mode. This prevents the X server from starting.
- Drop to a root shell prompt:
Remount the root file system to allow writes:
mount -o remount,rw /
- Run the command to install the standalone NVIDIA graphics driver.
wow thanks for the answer :)
– user2824371
Dec 12 at 0:28
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1382208%2fhow-to-install-the-standalone-nvidia-driver-on-linux-mint%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
- Boot into recovery mode. This prevents the X server from starting.
- Drop to a root shell prompt:
Remount the root file system to allow writes:
mount -o remount,rw /
- Run the command to install the standalone NVIDIA graphics driver.
wow thanks for the answer :)
– user2824371
Dec 12 at 0:28
add a comment |
- Boot into recovery mode. This prevents the X server from starting.
- Drop to a root shell prompt:
Remount the root file system to allow writes:
mount -o remount,rw /
- Run the command to install the standalone NVIDIA graphics driver.
wow thanks for the answer :)
– user2824371
Dec 12 at 0:28
add a comment |
- Boot into recovery mode. This prevents the X server from starting.
- Drop to a root shell prompt:
Remount the root file system to allow writes:
mount -o remount,rw /
- Run the command to install the standalone NVIDIA graphics driver.
- Boot into recovery mode. This prevents the X server from starting.
- Drop to a root shell prompt:
Remount the root file system to allow writes:
mount -o remount,rw /
- Run the command to install the standalone NVIDIA graphics driver.
answered Dec 10 at 5:46
Deltik
11.7k124384
11.7k124384
wow thanks for the answer :)
– user2824371
Dec 12 at 0:28
add a comment |
wow thanks for the answer :)
– user2824371
Dec 12 at 0:28
wow thanks for the answer :)
– user2824371
Dec 12 at 0:28
wow thanks for the answer :)
– user2824371
Dec 12 at 0:28
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1382208%2fhow-to-install-the-standalone-nvidia-driver-on-linux-mint%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
why arent you using the ppa?
– Keltari
Dec 10 at 1:34