NVIDIA driver not loaded on Ubuntu 18.04Why are my launcher and panel all glitchy when I open dash since...
Rejected in 4th interview round citing insufficient years of experience
Good allowance savings plan?
Can someone explain what is being said here in color publishing in the American Mathematical Monthly?
Does "variables should live in the smallest scope as possible" include the case "variables should not exist if possible"?
Extra alignment tab has been changed to cr. } using table, tabular and resizebox
Is it true that real estate prices mainly go up?
A three room house but a three headED dog
Unreachable code, but reachable with exception
Accountant/ lawyer will not return my call
Offered promotion but I'm leaving. Should I tell?
Time travel short story where dinosaur doesn't taste like chicken
Latest web browser compatible with Windows 98
What wound would be of little consequence to a biped but terrible for a quadruped?
How do I locate a classical quotation?
Can't find the Shader/UVs tab
How to pass a string to a command that expects a file?
Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?
What does the “word origin” mean?
What is the chance of making a successful appeal to dismissal decision from a PhD program after failing the qualifying exam in the 2nd attempt?
"One can do his homework in the library"
Am I not good enough for you?
Fourth person (in Slavey language)
Is Gradient Descent central to every optimizer?
Grey hair or white hair
NVIDIA driver not loaded on Ubuntu 18.04
Why are my launcher and panel all glitchy when I open dash since updating my nVidia drivers?Can't install nvidia drivers on a 2 card laptop for xubuntu 14.04How to install Radeon HD 8670A/8670M/8750M graphic card driver on Ubuntu 16.04?16.04 change from Intel HD Graphics to RadeonUnable to use nvidia gpu with optimus on ubuntu 16.04AFTER DISABILING SECURE BOOT FOR “WIFI NOT WORKING”How can I get rid of chosing Recovery Mode from GRUB each time I but to fix WiFi and Graphic Problem?Is there a way to switch between Intel/Radeon graphic driver on Ubuntu 18.04?How do I configure an Nvidia RTX 2080 Ti with Ubuntu?WiFi stopped working on Ubuntu version 16.04 LTS after suspend
I installed nvidia driver by:
$ sudo add-apt-repository ppa:graphics-drivers/ppa
$ sudo apt-get install nvidia-390
But it looks like the driver isn't running properly:
$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
I've checked the kernel module by lsmod | nvidia
but failed to find it.
Here's the output for lshw
and lspci
, hoping it could help:
$ lspci
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
...
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
$ lshw -C display 0s
WARNING: you should run this program as super-user.
*-display UNCLAIMED
description: 3D controller
product: GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:6000(size=128)
*-display
description: VGA compatible controller
product: 4th Gen Core Processor Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 06
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:7000(size=64) memory:c0000-dffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
Rebooting, disabling Secure Boot and prime-select nvidia
all have no effect.
I'm using Ubuntu 18.04
with 4.18.0-16-generic
. Thanks for your advices!
drivers nvidia graphics
add a comment |
I installed nvidia driver by:
$ sudo add-apt-repository ppa:graphics-drivers/ppa
$ sudo apt-get install nvidia-390
But it looks like the driver isn't running properly:
$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
I've checked the kernel module by lsmod | nvidia
but failed to find it.
Here's the output for lshw
and lspci
, hoping it could help:
$ lspci
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
...
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
$ lshw -C display 0s
WARNING: you should run this program as super-user.
*-display UNCLAIMED
description: 3D controller
product: GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:6000(size=128)
*-display
description: VGA compatible controller
product: 4th Gen Core Processor Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 06
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:7000(size=64) memory:c0000-dffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
Rebooting, disabling Secure Boot and prime-select nvidia
all have no effect.
I'm using Ubuntu 18.04
with 4.18.0-16-generic
. Thanks for your advices!
drivers nvidia graphics
add a comment |
I installed nvidia driver by:
$ sudo add-apt-repository ppa:graphics-drivers/ppa
$ sudo apt-get install nvidia-390
But it looks like the driver isn't running properly:
$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
I've checked the kernel module by lsmod | nvidia
but failed to find it.
Here's the output for lshw
and lspci
, hoping it could help:
$ lspci
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
...
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
$ lshw -C display 0s
WARNING: you should run this program as super-user.
*-display UNCLAIMED
description: 3D controller
product: GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:6000(size=128)
*-display
description: VGA compatible controller
product: 4th Gen Core Processor Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 06
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:7000(size=64) memory:c0000-dffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
Rebooting, disabling Secure Boot and prime-select nvidia
all have no effect.
I'm using Ubuntu 18.04
with 4.18.0-16-generic
. Thanks for your advices!
drivers nvidia graphics
I installed nvidia driver by:
$ sudo add-apt-repository ppa:graphics-drivers/ppa
$ sudo apt-get install nvidia-390
But it looks like the driver isn't running properly:
$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
I've checked the kernel module by lsmod | nvidia
but failed to find it.
Here's the output for lshw
and lspci
, hoping it could help:
$ lspci
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
...
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
$ lshw -C display 0s
WARNING: you should run this program as super-user.
*-display UNCLAIMED
description: 3D controller
product: GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:6000(size=128)
*-display
description: VGA compatible controller
product: 4th Gen Core Processor Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 06
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:7000(size=64) memory:c0000-dffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
Rebooting, disabling Secure Boot and prime-select nvidia
all have no effect.
I'm using Ubuntu 18.04
with 4.18.0-16-generic
. Thanks for your advices!
drivers nvidia graphics
drivers nvidia graphics
asked 6 mins ago
whualawhuala
182
182
add a comment |
add a comment |
0
active
oldest
votes
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%2f1125194%2fnvidia-driver-not-loaded-on-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1125194%2fnvidia-driver-not-loaded-on-ubuntu-18-04%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