15.10 displays black screen on boot. Is it an Nvidia driver issue?
I just upgraded my Ubuntu from 14.10 to 15.10 (wily), but Ubuntu just display a black screen and can't display the login screen. I suspect it's an Nvidia driver issue, so I switched to tty1, and found there are some errors in the /var/log/Xorg.0.log file.
I already have Nvidia driver PPA installed (both for wily and utopic), and I also tried to upgrade the Nvidia driver by these commands:
sudo apt-get update
sudo apt-get install nvidia-340
but it told me "nvidia-340 is already the newest version". It that the problem which cause black screen? And how should I do it? btw, my Nvidia graphicscard is Quadro K620. Below are some fragments of Xorg.0.log:
[ 13.491] (II) Module glx: vendor="NVIDIA Corporation"
[ 13.491] compiled for 4.0.2, module version = 1.0.0
[ 13.491] Module class: X.Org Server Extension
[ 13.491] (II) NVIDIA GLX Module 340.76 Thu Jan 22 11:24:42 PST 2015
.....
[ 13.491] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "vesa" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 13.492] (II) NVIDIA dlloader X Driver 340.76 Thu Jan 22 11:03:05 PST 2015
[ 13.492] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13.492] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
.....
[ 13.494] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 13.494] (EE) NVIDIA: system's kernel log for additional error messages and
[ 13.494] (EE) NVIDIA: consult the NVIDIA README for details.
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (WW) Falling back to old probe method for modesetting
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Device(s) detected, but none match those in the config file.
[ 13.494] (EE)
Fatal server error:
[ 13.494] (EE) no screens found(EE)
[ 13.494] (EE)
Please consult the The X.Org Foundation support at http://wiki.x.org for help.
[ 13.494] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 13.494] (EE)
[ 13.643] (EE) Server terminated with error (1). Closing log file.
nvidia graphics 15.10
add a comment |
I just upgraded my Ubuntu from 14.10 to 15.10 (wily), but Ubuntu just display a black screen and can't display the login screen. I suspect it's an Nvidia driver issue, so I switched to tty1, and found there are some errors in the /var/log/Xorg.0.log file.
I already have Nvidia driver PPA installed (both for wily and utopic), and I also tried to upgrade the Nvidia driver by these commands:
sudo apt-get update
sudo apt-get install nvidia-340
but it told me "nvidia-340 is already the newest version". It that the problem which cause black screen? And how should I do it? btw, my Nvidia graphicscard is Quadro K620. Below are some fragments of Xorg.0.log:
[ 13.491] (II) Module glx: vendor="NVIDIA Corporation"
[ 13.491] compiled for 4.0.2, module version = 1.0.0
[ 13.491] Module class: X.Org Server Extension
[ 13.491] (II) NVIDIA GLX Module 340.76 Thu Jan 22 11:24:42 PST 2015
.....
[ 13.491] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "vesa" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 13.492] (II) NVIDIA dlloader X Driver 340.76 Thu Jan 22 11:03:05 PST 2015
[ 13.492] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13.492] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
.....
[ 13.494] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 13.494] (EE) NVIDIA: system's kernel log for additional error messages and
[ 13.494] (EE) NVIDIA: consult the NVIDIA README for details.
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (WW) Falling back to old probe method for modesetting
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Device(s) detected, but none match those in the config file.
[ 13.494] (EE)
Fatal server error:
[ 13.494] (EE) no screens found(EE)
[ 13.494] (EE)
Please consult the The X.Org Foundation support at http://wiki.x.org for help.
[ 13.494] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 13.494] (EE)
[ 13.643] (EE) Server terminated with error (1). Closing log file.
nvidia graphics 15.10
add a comment |
I just upgraded my Ubuntu from 14.10 to 15.10 (wily), but Ubuntu just display a black screen and can't display the login screen. I suspect it's an Nvidia driver issue, so I switched to tty1, and found there are some errors in the /var/log/Xorg.0.log file.
I already have Nvidia driver PPA installed (both for wily and utopic), and I also tried to upgrade the Nvidia driver by these commands:
sudo apt-get update
sudo apt-get install nvidia-340
but it told me "nvidia-340 is already the newest version". It that the problem which cause black screen? And how should I do it? btw, my Nvidia graphicscard is Quadro K620. Below are some fragments of Xorg.0.log:
[ 13.491] (II) Module glx: vendor="NVIDIA Corporation"
[ 13.491] compiled for 4.0.2, module version = 1.0.0
[ 13.491] Module class: X.Org Server Extension
[ 13.491] (II) NVIDIA GLX Module 340.76 Thu Jan 22 11:24:42 PST 2015
.....
[ 13.491] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "vesa" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 13.492] (II) NVIDIA dlloader X Driver 340.76 Thu Jan 22 11:03:05 PST 2015
[ 13.492] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13.492] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
.....
[ 13.494] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 13.494] (EE) NVIDIA: system's kernel log for additional error messages and
[ 13.494] (EE) NVIDIA: consult the NVIDIA README for details.
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (WW) Falling back to old probe method for modesetting
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Device(s) detected, but none match those in the config file.
[ 13.494] (EE)
Fatal server error:
[ 13.494] (EE) no screens found(EE)
[ 13.494] (EE)
Please consult the The X.Org Foundation support at http://wiki.x.org for help.
[ 13.494] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 13.494] (EE)
[ 13.643] (EE) Server terminated with error (1). Closing log file.
nvidia graphics 15.10
I just upgraded my Ubuntu from 14.10 to 15.10 (wily), but Ubuntu just display a black screen and can't display the login screen. I suspect it's an Nvidia driver issue, so I switched to tty1, and found there are some errors in the /var/log/Xorg.0.log file.
I already have Nvidia driver PPA installed (both for wily and utopic), and I also tried to upgrade the Nvidia driver by these commands:
sudo apt-get update
sudo apt-get install nvidia-340
but it told me "nvidia-340 is already the newest version". It that the problem which cause black screen? And how should I do it? btw, my Nvidia graphicscard is Quadro K620. Below are some fragments of Xorg.0.log:
[ 13.491] (II) Module glx: vendor="NVIDIA Corporation"
[ 13.491] compiled for 4.0.2, module version = 1.0.0
[ 13.491] Module class: X.Org Server Extension
[ 13.491] (II) NVIDIA GLX Module 340.76 Thu Jan 22 11:24:42 PST 2015
.....
[ 13.491] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.491] (EE) Failed to load module "vesa" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "nouveau" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "fbdev" (module does not exist, 0)
.....
[ 13.492] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 13.492] (II) NVIDIA dlloader X Driver 340.76 Thu Jan 22 11:03:05 PST 2015
[ 13.492] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13.492] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
.....
[ 13.494] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 13.494] (EE) NVIDIA: system's kernel log for additional error messages and
[ 13.494] (EE) NVIDIA: consult the NVIDIA README for details.
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (WW) Falling back to old probe method for modesetting
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) open /dev/dri/card0: No such file or directory
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Screen 0 deleted because of no matching config section.
[ 13.494] (II) UnloadModule: "modesetting"
[ 13.494] (EE) Device(s) detected, but none match those in the config file.
[ 13.494] (EE)
Fatal server error:
[ 13.494] (EE) no screens found(EE)
[ 13.494] (EE)
Please consult the The X.Org Foundation support at http://wiki.x.org for help.
[ 13.494] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 13.494] (EE)
[ 13.643] (EE) Server terminated with error (1). Closing log file.
nvidia graphics 15.10
nvidia graphics 15.10
edited Dec 22 '18 at 8:36
karel
57.6k12128146
57.6k12128146
asked Nov 22 '15 at 13:15
jin huijin hui
32
32
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Probably nvidia-340 is not compatible with the new kernel.
Your card is supported by nvidia-352 driver. Install it by:
sudo apt-get install nvidia-352
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%2f701120%2f15-10-displays-black-screen-on-boot-is-it-an-nvidia-driver-issue%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
Probably nvidia-340 is not compatible with the new kernel.
Your card is supported by nvidia-352 driver. Install it by:
sudo apt-get install nvidia-352
add a comment |
Probably nvidia-340 is not compatible with the new kernel.
Your card is supported by nvidia-352 driver. Install it by:
sudo apt-get install nvidia-352
add a comment |
Probably nvidia-340 is not compatible with the new kernel.
Your card is supported by nvidia-352 driver. Install it by:
sudo apt-get install nvidia-352
Probably nvidia-340 is not compatible with the new kernel.
Your card is supported by nvidia-352 driver. Install it by:
sudo apt-get install nvidia-352
answered Nov 22 '15 at 13:17
Pilot6Pilot6
51.6k15107196
51.6k15107196
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.
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%2f701120%2f15-10-displays-black-screen-on-boot-is-it-an-nvidia-driver-issue%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