Not detecting NVIDIA video card
I am almost certain my Debian 8 computer is just detecting one video card. The computer has two video cards, specifically an Intel HD Graphics 520 (integrated) and NVIDIA GeForce 940-mx (2GB).
I think only one is being detected since when I use the command lspci -k | grep -A 2 -i "VGA"
it returns
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
Subsystem: Hewlett-Packard Company Device 820a
00:04.0 Signal processing controller: Intel Corporation Device 1903 (rev 08)
and the command lspci|grep VGA
returns
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
When I ran the above codes the NVIDIA drivers were already supposedly installed, had download them directly from their page and installed them, since the package nvidia-detect
didn't detect any video card in my computer.
Is my NVIDIA card really not being detected? how can I fix this?
debian nvidia video
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 5 more comments
I am almost certain my Debian 8 computer is just detecting one video card. The computer has two video cards, specifically an Intel HD Graphics 520 (integrated) and NVIDIA GeForce 940-mx (2GB).
I think only one is being detected since when I use the command lspci -k | grep -A 2 -i "VGA"
it returns
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
Subsystem: Hewlett-Packard Company Device 820a
00:04.0 Signal processing controller: Intel Corporation Device 1903 (rev 08)
and the command lspci|grep VGA
returns
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
When I ran the above codes the NVIDIA drivers were already supposedly installed, had download them directly from their page and installed them, since the package nvidia-detect
didn't detect any video card in my computer.
Is my NVIDIA card really not being detected? how can I fix this?
debian nvidia video
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Update the databasesudo update-pciids
and try again withlspci ..
– GAD3R
Dec 29 '16 at 18:32
Nothing changed, only downloaded something calleddaily snapshot
– M.O.
Dec 29 '16 at 18:38
I will go to BIOS and check because I don't know.
– M.O.
Dec 29 '16 at 18:49
1
Install thenvidia-smi
package and run :sudo nvidia-smi
– GAD3R
Dec 29 '16 at 19:04
1
You can use the terminal or via mail there is some examples and format here debian.org/Bugs/Reporting
– GAD3R
Dec 30 '16 at 18:56
|
show 5 more comments
I am almost certain my Debian 8 computer is just detecting one video card. The computer has two video cards, specifically an Intel HD Graphics 520 (integrated) and NVIDIA GeForce 940-mx (2GB).
I think only one is being detected since when I use the command lspci -k | grep -A 2 -i "VGA"
it returns
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
Subsystem: Hewlett-Packard Company Device 820a
00:04.0 Signal processing controller: Intel Corporation Device 1903 (rev 08)
and the command lspci|grep VGA
returns
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
When I ran the above codes the NVIDIA drivers were already supposedly installed, had download them directly from their page and installed them, since the package nvidia-detect
didn't detect any video card in my computer.
Is my NVIDIA card really not being detected? how can I fix this?
debian nvidia video
I am almost certain my Debian 8 computer is just detecting one video card. The computer has two video cards, specifically an Intel HD Graphics 520 (integrated) and NVIDIA GeForce 940-mx (2GB).
I think only one is being detected since when I use the command lspci -k | grep -A 2 -i "VGA"
it returns
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
Subsystem: Hewlett-Packard Company Device 820a
00:04.0 Signal processing controller: Intel Corporation Device 1903 (rev 08)
and the command lspci|grep VGA
returns
00:02.0 VGA compatible controller: Intel Corporation Device 1916 (rev 07)
When I ran the above codes the NVIDIA drivers were already supposedly installed, had download them directly from their page and installed them, since the package nvidia-detect
didn't detect any video card in my computer.
Is my NVIDIA card really not being detected? how can I fix this?
debian nvidia video
debian nvidia video
asked Dec 29 '16 at 18:26
M.O.M.O.
1251317
1251317
bumped to the homepage by Community♦ 12 mins 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♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Update the databasesudo update-pciids
and try again withlspci ..
– GAD3R
Dec 29 '16 at 18:32
Nothing changed, only downloaded something calleddaily snapshot
– M.O.
Dec 29 '16 at 18:38
I will go to BIOS and check because I don't know.
– M.O.
Dec 29 '16 at 18:49
1
Install thenvidia-smi
package and run :sudo nvidia-smi
– GAD3R
Dec 29 '16 at 19:04
1
You can use the terminal or via mail there is some examples and format here debian.org/Bugs/Reporting
– GAD3R
Dec 30 '16 at 18:56
|
show 5 more comments
Update the databasesudo update-pciids
and try again withlspci ..
– GAD3R
Dec 29 '16 at 18:32
Nothing changed, only downloaded something calleddaily snapshot
– M.O.
Dec 29 '16 at 18:38
I will go to BIOS and check because I don't know.
– M.O.
Dec 29 '16 at 18:49
1
Install thenvidia-smi
package and run :sudo nvidia-smi
– GAD3R
Dec 29 '16 at 19:04
1
You can use the terminal or via mail there is some examples and format here debian.org/Bugs/Reporting
– GAD3R
Dec 30 '16 at 18:56
Update the database
sudo update-pciids
and try again with lspci ..
– GAD3R
Dec 29 '16 at 18:32
Update the database
sudo update-pciids
and try again with lspci ..
– GAD3R
Dec 29 '16 at 18:32
Nothing changed, only downloaded something called
daily snapshot
– M.O.
Dec 29 '16 at 18:38
Nothing changed, only downloaded something called
daily snapshot
– M.O.
Dec 29 '16 at 18:38
I will go to BIOS and check because I don't know.
– M.O.
Dec 29 '16 at 18:49
I will go to BIOS and check because I don't know.
– M.O.
Dec 29 '16 at 18:49
1
1
Install the
nvidia-smi
package and run : sudo nvidia-smi
– GAD3R
Dec 29 '16 at 19:04
Install the
nvidia-smi
package and run : sudo nvidia-smi
– GAD3R
Dec 29 '16 at 19:04
1
1
You can use the terminal or via mail there is some examples and format here debian.org/Bugs/Reporting
– GAD3R
Dec 30 '16 at 18:56
You can use the terminal or via mail there is some examples and format here debian.org/Bugs/Reporting
– GAD3R
Dec 30 '16 at 18:56
|
show 5 more comments
1 Answer
1
active
oldest
votes
You ought to be able to see the card even without a driver installed, could you try lspci | egrep 'VGA|3D|NVIDIA'
-- if you still don't see it, I would ensure that the card is seated firmly and that any auxiliary power connectors are attached.
However, I suspect the problem is that you have a laptop with hybrid graphics. To support this it seems Bumblebee and primus seem to be required.
I tried the command and it didnt appear, downloading Bumbleblee and primus as we speak. Not sure how I'd use it to install the video card though, but I will keep reading.
– M.O.
Dec 29 '16 at 19:01
Interesting! It seems that NVIDA or "3D" should certainly appear in LSPCI if the card is present, are you certain it's physically installed?
– marpa
Dec 29 '16 at 19:04
Yes, it is physically installed. The computer is new and when it came with Windows you could see it installed.
– M.O.
Dec 29 '16 at 19:57
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f333600%2fnot-detecting-nvidia-video-card%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
You ought to be able to see the card even without a driver installed, could you try lspci | egrep 'VGA|3D|NVIDIA'
-- if you still don't see it, I would ensure that the card is seated firmly and that any auxiliary power connectors are attached.
However, I suspect the problem is that you have a laptop with hybrid graphics. To support this it seems Bumblebee and primus seem to be required.
I tried the command and it didnt appear, downloading Bumbleblee and primus as we speak. Not sure how I'd use it to install the video card though, but I will keep reading.
– M.O.
Dec 29 '16 at 19:01
Interesting! It seems that NVIDA or "3D" should certainly appear in LSPCI if the card is present, are you certain it's physically installed?
– marpa
Dec 29 '16 at 19:04
Yes, it is physically installed. The computer is new and when it came with Windows you could see it installed.
– M.O.
Dec 29 '16 at 19:57
add a comment |
You ought to be able to see the card even without a driver installed, could you try lspci | egrep 'VGA|3D|NVIDIA'
-- if you still don't see it, I would ensure that the card is seated firmly and that any auxiliary power connectors are attached.
However, I suspect the problem is that you have a laptop with hybrid graphics. To support this it seems Bumblebee and primus seem to be required.
I tried the command and it didnt appear, downloading Bumbleblee and primus as we speak. Not sure how I'd use it to install the video card though, but I will keep reading.
– M.O.
Dec 29 '16 at 19:01
Interesting! It seems that NVIDA or "3D" should certainly appear in LSPCI if the card is present, are you certain it's physically installed?
– marpa
Dec 29 '16 at 19:04
Yes, it is physically installed. The computer is new and when it came with Windows you could see it installed.
– M.O.
Dec 29 '16 at 19:57
add a comment |
You ought to be able to see the card even without a driver installed, could you try lspci | egrep 'VGA|3D|NVIDIA'
-- if you still don't see it, I would ensure that the card is seated firmly and that any auxiliary power connectors are attached.
However, I suspect the problem is that you have a laptop with hybrid graphics. To support this it seems Bumblebee and primus seem to be required.
You ought to be able to see the card even without a driver installed, could you try lspci | egrep 'VGA|3D|NVIDIA'
-- if you still don't see it, I would ensure that the card is seated firmly and that any auxiliary power connectors are attached.
However, I suspect the problem is that you have a laptop with hybrid graphics. To support this it seems Bumblebee and primus seem to be required.
answered Dec 29 '16 at 18:50
marpamarpa
694
694
I tried the command and it didnt appear, downloading Bumbleblee and primus as we speak. Not sure how I'd use it to install the video card though, but I will keep reading.
– M.O.
Dec 29 '16 at 19:01
Interesting! It seems that NVIDA or "3D" should certainly appear in LSPCI if the card is present, are you certain it's physically installed?
– marpa
Dec 29 '16 at 19:04
Yes, it is physically installed. The computer is new and when it came with Windows you could see it installed.
– M.O.
Dec 29 '16 at 19:57
add a comment |
I tried the command and it didnt appear, downloading Bumbleblee and primus as we speak. Not sure how I'd use it to install the video card though, but I will keep reading.
– M.O.
Dec 29 '16 at 19:01
Interesting! It seems that NVIDA or "3D" should certainly appear in LSPCI if the card is present, are you certain it's physically installed?
– marpa
Dec 29 '16 at 19:04
Yes, it is physically installed. The computer is new and when it came with Windows you could see it installed.
– M.O.
Dec 29 '16 at 19:57
I tried the command and it didnt appear, downloading Bumbleblee and primus as we speak. Not sure how I'd use it to install the video card though, but I will keep reading.
– M.O.
Dec 29 '16 at 19:01
I tried the command and it didnt appear, downloading Bumbleblee and primus as we speak. Not sure how I'd use it to install the video card though, but I will keep reading.
– M.O.
Dec 29 '16 at 19:01
Interesting! It seems that NVIDA or "3D" should certainly appear in LSPCI if the card is present, are you certain it's physically installed?
– marpa
Dec 29 '16 at 19:04
Interesting! It seems that NVIDA or "3D" should certainly appear in LSPCI if the card is present, are you certain it's physically installed?
– marpa
Dec 29 '16 at 19:04
Yes, it is physically installed. The computer is new and when it came with Windows you could see it installed.
– M.O.
Dec 29 '16 at 19:57
Yes, it is physically installed. The computer is new and when it came with Windows you could see it installed.
– M.O.
Dec 29 '16 at 19:57
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f333600%2fnot-detecting-nvidia-video-card%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
Update the database
sudo update-pciids
and try again withlspci ..
– GAD3R
Dec 29 '16 at 18:32
Nothing changed, only downloaded something called
daily snapshot
– M.O.
Dec 29 '16 at 18:38
I will go to BIOS and check because I don't know.
– M.O.
Dec 29 '16 at 18:49
1
Install the
nvidia-smi
package and run :sudo nvidia-smi
– GAD3R
Dec 29 '16 at 19:04
1
You can use the terminal or via mail there is some examples and format here debian.org/Bugs/Reporting
– GAD3R
Dec 30 '16 at 18:56