Not detecting NVIDIA video cardDriver installation NVIDIA GeForce 940-mx not possibleDPMS does not work: the...
What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?
Query nodes and attributes of parent ways
Why was New Asgard established at this place?
What is "dot" sign in •NO?
Do battery electrons only move if there is a positive terminal at the end of the wire?
How to avoid offending original culture when making conculture inspired from original
How could I create a situation in which a PC has to make a saving throw or be forced to pet a dog?
I have found ports on my Samsung smart tv running a display service. What can I do with it?
How useful is the GRE Exam?
How can the US president give an order to a civilian?
Does knowing the surface area of all faces uniquely determine a tetrahedron?
How did Frodo know where the Bree village was?
Kelvin type connection
Is a sequel allowed to start before the end of the first book?
Are there foreign customs agents on US soil?
Harmonic Series Phase Difference?
cannot access to my session
Fibonacci sequence and other metallic sequences emerged in the form of fractions
Why we can't jump without bending our knees?
How can I maintain game balance while allowing my player to craft genuinely useful items?
Why can't I craft scaffolding in Minecraft 1.14?
Got a new frameset, don't know why I need this split ring collar?
When is the phrase "j'ai bon" used?
How to prevent cables getting intertwined
Not detecting NVIDIA video card
Driver installation NVIDIA GeForce 940-mx not possibleDPMS does not work: the monitor is not switched offForce X to use second video card so I can pass through first card to XEN VM?Laptop restarts after lid closedMy graphic card is not recognized on laptop/debianMultiple Monitor setup is not remembered (Mint 17)Three monitors on two video cards (NVIDIA and RADEON)latest nVidia driver but cannot change resolutionUnknown Display // Drivers issueDebian 9 issue installing nvidia drivers on asus zenbook ux501
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
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♦ 23 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♦ 23 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.
1201317
1201317
bumped to the homepage by Community♦ 23 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♦ 23 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