Nvidia X server disable
I have Nvidia 820M graphic card on my laptop running Ubuntu 16.04
System Info:- Dell 3558 i3/8Gb/1Tb/2Gb gfx
In additional drivers it's not showing, so I downloaded the driver from Nvidia Website
When I'm installing it, it gives a message to disable X Server
So I tried to use --no-x-check
But I got the error The Nouveau Kernal driver is currently in use, this driver is incompatible with Nvidia driver, disable it before proceeding
And Will I face any problem if I install it
drivers nvidia 16.04
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have Nvidia 820M graphic card on my laptop running Ubuntu 16.04
System Info:- Dell 3558 i3/8Gb/1Tb/2Gb gfx
In additional drivers it's not showing, so I downloaded the driver from Nvidia Website
When I'm installing it, it gives a message to disable X Server
So I tried to use --no-x-check
But I got the error The Nouveau Kernal driver is currently in use, this driver is incompatible with Nvidia driver, disable it before proceeding
And Will I face any problem if I install it
drivers nvidia 16.04
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Can you manually install it using the command:sudo apt install nvidia-367?
– Khalid Abu Shawarib
Aug 14 '16 at 9:22
add a comment |
I have Nvidia 820M graphic card on my laptop running Ubuntu 16.04
System Info:- Dell 3558 i3/8Gb/1Tb/2Gb gfx
In additional drivers it's not showing, so I downloaded the driver from Nvidia Website
When I'm installing it, it gives a message to disable X Server
So I tried to use --no-x-check
But I got the error The Nouveau Kernal driver is currently in use, this driver is incompatible with Nvidia driver, disable it before proceeding
And Will I face any problem if I install it
drivers nvidia 16.04
I have Nvidia 820M graphic card on my laptop running Ubuntu 16.04
System Info:- Dell 3558 i3/8Gb/1Tb/2Gb gfx
In additional drivers it's not showing, so I downloaded the driver from Nvidia Website
When I'm installing it, it gives a message to disable X Server
So I tried to use --no-x-check
But I got the error The Nouveau Kernal driver is currently in use, this driver is incompatible with Nvidia driver, disable it before proceeding
And Will I face any problem if I install it
drivers nvidia 16.04
drivers nvidia 16.04
asked Aug 14 '16 at 1:39
BlackBerryBlackBerry
461411
461411
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Can you manually install it using the command:sudo apt install nvidia-367?
– Khalid Abu Shawarib
Aug 14 '16 at 9:22
add a comment |
Can you manually install it using the command:sudo apt install nvidia-367?
– Khalid Abu Shawarib
Aug 14 '16 at 9:22
Can you manually install it using the command:
sudo apt install nvidia-367?– Khalid Abu Shawarib
Aug 14 '16 at 9:22
Can you manually install it using the command:
sudo apt install nvidia-367?– Khalid Abu Shawarib
Aug 14 '16 at 9:22
add a comment |
1 Answer
1
active
oldest
votes
Nouveau driver module has to be disabled first. Add
blacklist nouveau
to /etc/modprobe.d/backlist.conf, run
update-initramfs -u
and then reboot the machine.
X server should also be stopped before you start the installation:
sudo service lightdm stop
that just led to a cursor prompt and nothing else
– Erik
Sep 3 '17 at 9:38
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%2f812015%2fnvidia-x-server-disable%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
Nouveau driver module has to be disabled first. Add
blacklist nouveau
to /etc/modprobe.d/backlist.conf, run
update-initramfs -u
and then reboot the machine.
X server should also be stopped before you start the installation:
sudo service lightdm stop
that just led to a cursor prompt and nothing else
– Erik
Sep 3 '17 at 9:38
add a comment |
Nouveau driver module has to be disabled first. Add
blacklist nouveau
to /etc/modprobe.d/backlist.conf, run
update-initramfs -u
and then reboot the machine.
X server should also be stopped before you start the installation:
sudo service lightdm stop
that just led to a cursor prompt and nothing else
– Erik
Sep 3 '17 at 9:38
add a comment |
Nouveau driver module has to be disabled first. Add
blacklist nouveau
to /etc/modprobe.d/backlist.conf, run
update-initramfs -u
and then reboot the machine.
X server should also be stopped before you start the installation:
sudo service lightdm stop
Nouveau driver module has to be disabled first. Add
blacklist nouveau
to /etc/modprobe.d/backlist.conf, run
update-initramfs -u
and then reboot the machine.
X server should also be stopped before you start the installation:
sudo service lightdm stop
edited Sep 14 '17 at 22:48
answered Jan 22 '17 at 2:59
Hangchen YuHangchen Yu
295
295
that just led to a cursor prompt and nothing else
– Erik
Sep 3 '17 at 9:38
add a comment |
that just led to a cursor prompt and nothing else
– Erik
Sep 3 '17 at 9:38
that just led to a cursor prompt and nothing else
– Erik
Sep 3 '17 at 9:38
that just led to a cursor prompt and nothing else
– Erik
Sep 3 '17 at 9:38
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.
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%2f812015%2fnvidia-x-server-disable%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
Can you manually install it using the command:
sudo apt install nvidia-367?– Khalid Abu Shawarib
Aug 14 '16 at 9:22