NVIDIA card not working even after drivers installation
I'm trying to activate my NVIDIA graphics card (GeForce GTX 1050) on Ubuntu 18.04 LTS. My laptop is Lenovo Legion Y530. I tried the installation of one the drivers from NVIDIA official website (nvidia-driver-415) and then rebooting my system. But this doesn't seem to work. When i try nvidia-smi
in terminal it shows
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 42C P8 N/A / N/A | 0MiB / 2000MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
So I conclude that the card is off. Also when i try nvidia-settings
it causes an error and shows the blank page. However if I try sudo prime-select nvidia
it tells me that it has been already selected. So I'm completely stuck and don't know how to fic this problem.
Some of the background. I had troubles with Ubuntu installation before and switching to Intel Graphics card solved them.
Thanks in advance.
drivers nvidia graphics
New contributor
add a comment |
I'm trying to activate my NVIDIA graphics card (GeForce GTX 1050) on Ubuntu 18.04 LTS. My laptop is Lenovo Legion Y530. I tried the installation of one the drivers from NVIDIA official website (nvidia-driver-415) and then rebooting my system. But this doesn't seem to work. When i try nvidia-smi
in terminal it shows
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 42C P8 N/A / N/A | 0MiB / 2000MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
So I conclude that the card is off. Also when i try nvidia-settings
it causes an error and shows the blank page. However if I try sudo prime-select nvidia
it tells me that it has been already selected. So I'm completely stuck and don't know how to fic this problem.
Some of the background. I had troubles with Ubuntu installation before and switching to Intel Graphics card solved them.
Thanks in advance.
drivers nvidia graphics
New contributor
add a comment |
I'm trying to activate my NVIDIA graphics card (GeForce GTX 1050) on Ubuntu 18.04 LTS. My laptop is Lenovo Legion Y530. I tried the installation of one the drivers from NVIDIA official website (nvidia-driver-415) and then rebooting my system. But this doesn't seem to work. When i try nvidia-smi
in terminal it shows
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 42C P8 N/A / N/A | 0MiB / 2000MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
So I conclude that the card is off. Also when i try nvidia-settings
it causes an error and shows the blank page. However if I try sudo prime-select nvidia
it tells me that it has been already selected. So I'm completely stuck and don't know how to fic this problem.
Some of the background. I had troubles with Ubuntu installation before and switching to Intel Graphics card solved them.
Thanks in advance.
drivers nvidia graphics
New contributor
I'm trying to activate my NVIDIA graphics card (GeForce GTX 1050) on Ubuntu 18.04 LTS. My laptop is Lenovo Legion Y530. I tried the installation of one the drivers from NVIDIA official website (nvidia-driver-415) and then rebooting my system. But this doesn't seem to work. When i try nvidia-smi
in terminal it shows
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 42C P8 N/A / N/A | 0MiB / 2000MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
So I conclude that the card is off. Also when i try nvidia-settings
it causes an error and shows the blank page. However if I try sudo prime-select nvidia
it tells me that it has been already selected. So I'm completely stuck and don't know how to fic this problem.
Some of the background. I had troubles with Ubuntu installation before and switching to Intel Graphics card solved them.
Thanks in advance.
drivers nvidia graphics
drivers nvidia graphics
New contributor
New contributor
New contributor
asked 8 hours ago
Andrey GoldaAndrey Golda
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I have a GTX 1050 Ti and it works well on Ubuntu 18.04.2
Note: these steps are for a desktop with an aftermarket video card installed. If your laptop has a more complicated configuration, this may not be the proper process.
The following steps will purge the incorrect driver, add a ppa with more recent versions of the driver, and install it. You will end up with the 390 driver, which is what you want.
sudo apt-get purge nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get install nvidia-384 nvidia-settings
This worked for me both on my original Ubuntu 18.04 install and now on the 18.04.2 HWE kernel.
You might be able to install nvidia-390
, but that is not what I did.
Thanks for the answer.I’ve tried to follow this steps but after that Ubuntu doesn’t launch.
– Andrey Golda
7 hours ago
I am sorry it didn't work for you. Your laptop must be set up differently than my pc.
– Organic Marble
7 hours ago
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
});
}
});
Andrey Golda is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1121810%2fnvidia-card-not-working-even-after-drivers-installation%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
I have a GTX 1050 Ti and it works well on Ubuntu 18.04.2
Note: these steps are for a desktop with an aftermarket video card installed. If your laptop has a more complicated configuration, this may not be the proper process.
The following steps will purge the incorrect driver, add a ppa with more recent versions of the driver, and install it. You will end up with the 390 driver, which is what you want.
sudo apt-get purge nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get install nvidia-384 nvidia-settings
This worked for me both on my original Ubuntu 18.04 install and now on the 18.04.2 HWE kernel.
You might be able to install nvidia-390
, but that is not what I did.
Thanks for the answer.I’ve tried to follow this steps but after that Ubuntu doesn’t launch.
– Andrey Golda
7 hours ago
I am sorry it didn't work for you. Your laptop must be set up differently than my pc.
– Organic Marble
7 hours ago
add a comment |
I have a GTX 1050 Ti and it works well on Ubuntu 18.04.2
Note: these steps are for a desktop with an aftermarket video card installed. If your laptop has a more complicated configuration, this may not be the proper process.
The following steps will purge the incorrect driver, add a ppa with more recent versions of the driver, and install it. You will end up with the 390 driver, which is what you want.
sudo apt-get purge nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get install nvidia-384 nvidia-settings
This worked for me both on my original Ubuntu 18.04 install and now on the 18.04.2 HWE kernel.
You might be able to install nvidia-390
, but that is not what I did.
Thanks for the answer.I’ve tried to follow this steps but after that Ubuntu doesn’t launch.
– Andrey Golda
7 hours ago
I am sorry it didn't work for you. Your laptop must be set up differently than my pc.
– Organic Marble
7 hours ago
add a comment |
I have a GTX 1050 Ti and it works well on Ubuntu 18.04.2
Note: these steps are for a desktop with an aftermarket video card installed. If your laptop has a more complicated configuration, this may not be the proper process.
The following steps will purge the incorrect driver, add a ppa with more recent versions of the driver, and install it. You will end up with the 390 driver, which is what you want.
sudo apt-get purge nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get install nvidia-384 nvidia-settings
This worked for me both on my original Ubuntu 18.04 install and now on the 18.04.2 HWE kernel.
You might be able to install nvidia-390
, but that is not what I did.
I have a GTX 1050 Ti and it works well on Ubuntu 18.04.2
Note: these steps are for a desktop with an aftermarket video card installed. If your laptop has a more complicated configuration, this may not be the proper process.
The following steps will purge the incorrect driver, add a ppa with more recent versions of the driver, and install it. You will end up with the 390 driver, which is what you want.
sudo apt-get purge nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get install nvidia-384 nvidia-settings
This worked for me both on my original Ubuntu 18.04 install and now on the 18.04.2 HWE kernel.
You might be able to install nvidia-390
, but that is not what I did.
edited 8 hours ago
answered 8 hours ago
Organic MarbleOrganic Marble
11.2k63458
11.2k63458
Thanks for the answer.I’ve tried to follow this steps but after that Ubuntu doesn’t launch.
– Andrey Golda
7 hours ago
I am sorry it didn't work for you. Your laptop must be set up differently than my pc.
– Organic Marble
7 hours ago
add a comment |
Thanks for the answer.I’ve tried to follow this steps but after that Ubuntu doesn’t launch.
– Andrey Golda
7 hours ago
I am sorry it didn't work for you. Your laptop must be set up differently than my pc.
– Organic Marble
7 hours ago
Thanks for the answer.I’ve tried to follow this steps but after that Ubuntu doesn’t launch.
– Andrey Golda
7 hours ago
Thanks for the answer.I’ve tried to follow this steps but after that Ubuntu doesn’t launch.
– Andrey Golda
7 hours ago
I am sorry it didn't work for you. Your laptop must be set up differently than my pc.
– Organic Marble
7 hours ago
I am sorry it didn't work for you. Your laptop must be set up differently than my pc.
– Organic Marble
7 hours ago
add a comment |
Andrey Golda is a new contributor. Be nice, and check out our Code of Conduct.
Andrey Golda is a new contributor. Be nice, and check out our Code of Conduct.
Andrey Golda is a new contributor. Be nice, and check out our Code of Conduct.
Andrey Golda is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1121810%2fnvidia-card-not-working-even-after-drivers-installation%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