Confused over NVIDIA graphic card is installed or not?
Hi I have a doubt this command shows me these drivers :
$ apt-cache search nvidia | grep -P '^nvidia-[0-9]+s'
nvidia-331 - Transitional package for nvidia-331 <br/nvidia-346 -
Transitional package for nvidia-346<br/nvidia-352 - Transitional
package for nvidia-361<br/nvidia-361 - Transitional package for
nvidia-367<br/nvidia-367 - NVIDIA binary driver - version
367.57<br/nvidia-304 - NVIDIA legacy binary driver - version 304.134<br/nvidia-340 - NVIDIA binary driver - version 340.101<br/>
And but this command is showing me this result :
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500
(rev 09)
making me confuse whether I have NVIDIA graphic card installed or not.
I don't really understand what all this means.
The output of :
$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: Hewlett-Packard Company HD Graphics 5500
Kernel driver in use: i915
Kernel modules: i915
--
09:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
Subsystem: Hewlett-Packard Company GeForce 820M
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
but its not visible anywhere else. Have to install it?
nvidia graphics 16.10
|
show 2 more comments
Hi I have a doubt this command shows me these drivers :
$ apt-cache search nvidia | grep -P '^nvidia-[0-9]+s'
nvidia-331 - Transitional package for nvidia-331 <br/nvidia-346 -
Transitional package for nvidia-346<br/nvidia-352 - Transitional
package for nvidia-361<br/nvidia-361 - Transitional package for
nvidia-367<br/nvidia-367 - NVIDIA binary driver - version
367.57<br/nvidia-304 - NVIDIA legacy binary driver - version 304.134<br/nvidia-340 - NVIDIA binary driver - version 340.101<br/>
And but this command is showing me this result :
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500
(rev 09)
making me confuse whether I have NVIDIA graphic card installed or not.
I don't really understand what all this means.
The output of :
$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: Hewlett-Packard Company HD Graphics 5500
Kernel driver in use: i915
Kernel modules: i915
--
09:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
Subsystem: Hewlett-Packard Company GeForce 820M
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
but its not visible anywhere else. Have to install it?
nvidia graphics 16.10
Please edit your question and add output oflspci -k | grep -EA3 'VGA|3D|Display'
terminal command. That will answer your question.
– Pilot6
Mar 20 '17 at 20:21
1
apt-cache search nvidia
only shows packages available in the repositories, but tells you nothing about installed/not installed. To see if any nvidia related packages are installed, rundpkg -l | grep nvidia
.
– mikewhatever
Mar 20 '17 at 20:34
@mikewhatever the output of dpkg -l | grep nvidia is empty. I think the nvidia packages are not installed.Have to install them to use?
– user667688
Mar 21 '17 at 4:12
Here you go: askubuntu.com/questions/47506/….
– mikewhatever
Mar 21 '17 at 15:43
2
Possible duplicate of How do I install additional drivers?
– mikewhatever
Mar 21 '17 at 15:44
|
show 2 more comments
Hi I have a doubt this command shows me these drivers :
$ apt-cache search nvidia | grep -P '^nvidia-[0-9]+s'
nvidia-331 - Transitional package for nvidia-331 <br/nvidia-346 -
Transitional package for nvidia-346<br/nvidia-352 - Transitional
package for nvidia-361<br/nvidia-361 - Transitional package for
nvidia-367<br/nvidia-367 - NVIDIA binary driver - version
367.57<br/nvidia-304 - NVIDIA legacy binary driver - version 304.134<br/nvidia-340 - NVIDIA binary driver - version 340.101<br/>
And but this command is showing me this result :
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500
(rev 09)
making me confuse whether I have NVIDIA graphic card installed or not.
I don't really understand what all this means.
The output of :
$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: Hewlett-Packard Company HD Graphics 5500
Kernel driver in use: i915
Kernel modules: i915
--
09:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
Subsystem: Hewlett-Packard Company GeForce 820M
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
but its not visible anywhere else. Have to install it?
nvidia graphics 16.10
Hi I have a doubt this command shows me these drivers :
$ apt-cache search nvidia | grep -P '^nvidia-[0-9]+s'
nvidia-331 - Transitional package for nvidia-331 <br/nvidia-346 -
Transitional package for nvidia-346<br/nvidia-352 - Transitional
package for nvidia-361<br/nvidia-361 - Transitional package for
nvidia-367<br/nvidia-367 - NVIDIA binary driver - version
367.57<br/nvidia-304 - NVIDIA legacy binary driver - version 304.134<br/nvidia-340 - NVIDIA binary driver - version 340.101<br/>
And but this command is showing me this result :
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500
(rev 09)
making me confuse whether I have NVIDIA graphic card installed or not.
I don't really understand what all this means.
The output of :
$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: Hewlett-Packard Company HD Graphics 5500
Kernel driver in use: i915
Kernel modules: i915
--
09:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
Subsystem: Hewlett-Packard Company GeForce 820M
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau
but its not visible anywhere else. Have to install it?
nvidia graphics 16.10
nvidia graphics 16.10
edited Dec 23 '18 at 22:48
Pablo Bianchi
2,4251529
2,4251529
asked Mar 20 '17 at 20:05
user667688user667688
63
63
Please edit your question and add output oflspci -k | grep -EA3 'VGA|3D|Display'
terminal command. That will answer your question.
– Pilot6
Mar 20 '17 at 20:21
1
apt-cache search nvidia
only shows packages available in the repositories, but tells you nothing about installed/not installed. To see if any nvidia related packages are installed, rundpkg -l | grep nvidia
.
– mikewhatever
Mar 20 '17 at 20:34
@mikewhatever the output of dpkg -l | grep nvidia is empty. I think the nvidia packages are not installed.Have to install them to use?
– user667688
Mar 21 '17 at 4:12
Here you go: askubuntu.com/questions/47506/….
– mikewhatever
Mar 21 '17 at 15:43
2
Possible duplicate of How do I install additional drivers?
– mikewhatever
Mar 21 '17 at 15:44
|
show 2 more comments
Please edit your question and add output oflspci -k | grep -EA3 'VGA|3D|Display'
terminal command. That will answer your question.
– Pilot6
Mar 20 '17 at 20:21
1
apt-cache search nvidia
only shows packages available in the repositories, but tells you nothing about installed/not installed. To see if any nvidia related packages are installed, rundpkg -l | grep nvidia
.
– mikewhatever
Mar 20 '17 at 20:34
@mikewhatever the output of dpkg -l | grep nvidia is empty. I think the nvidia packages are not installed.Have to install them to use?
– user667688
Mar 21 '17 at 4:12
Here you go: askubuntu.com/questions/47506/….
– mikewhatever
Mar 21 '17 at 15:43
2
Possible duplicate of How do I install additional drivers?
– mikewhatever
Mar 21 '17 at 15:44
Please edit your question and add output of
lspci -k | grep -EA3 'VGA|3D|Display'
terminal command. That will answer your question.– Pilot6
Mar 20 '17 at 20:21
Please edit your question and add output of
lspci -k | grep -EA3 'VGA|3D|Display'
terminal command. That will answer your question.– Pilot6
Mar 20 '17 at 20:21
1
1
apt-cache search nvidia
only shows packages available in the repositories, but tells you nothing about installed/not installed. To see if any nvidia related packages are installed, run dpkg -l | grep nvidia
.– mikewhatever
Mar 20 '17 at 20:34
apt-cache search nvidia
only shows packages available in the repositories, but tells you nothing about installed/not installed. To see if any nvidia related packages are installed, run dpkg -l | grep nvidia
.– mikewhatever
Mar 20 '17 at 20:34
@mikewhatever the output of dpkg -l | grep nvidia is empty. I think the nvidia packages are not installed.Have to install them to use?
– user667688
Mar 21 '17 at 4:12
@mikewhatever the output of dpkg -l | grep nvidia is empty. I think the nvidia packages are not installed.Have to install them to use?
– user667688
Mar 21 '17 at 4:12
Here you go: askubuntu.com/questions/47506/….
– mikewhatever
Mar 21 '17 at 15:43
Here you go: askubuntu.com/questions/47506/….
– mikewhatever
Mar 21 '17 at 15:43
2
2
Possible duplicate of How do I install additional drivers?
– mikewhatever
Mar 21 '17 at 15:44
Possible duplicate of How do I install additional drivers?
– mikewhatever
Mar 21 '17 at 15:44
|
show 2 more comments
1 Answer
1
active
oldest
votes
As mentioned in the comments: apt-cache search
only shows available packages.
The second lspci
output shows that you have an Nvidia GeForce 820M and it's currently using the nouveau driver (Kernel driver in use: nouveau
). You can use ubuntu-drivers
to show applicable packages or it's GUI frontend named additional drivers
(can also be started from command line with /usr/bin/python3 /usr/bin/software-properties-gtk --open-tab=4
) and install the package you like.
ran the above command but didn't find anything in additional drivers section related to NVIDIA.may be they are bundled with Ubuntu.
– user667688
Mar 22 '17 at 1:59
Can you boot from a live CD/usb stick and try the same things again? It should at least show up on a fresh install.
– Sethos II
Mar 22 '17 at 5:39
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%2f895054%2fconfused-over-nvidia-graphic-card-is-installed-or-not%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
As mentioned in the comments: apt-cache search
only shows available packages.
The second lspci
output shows that you have an Nvidia GeForce 820M and it's currently using the nouveau driver (Kernel driver in use: nouveau
). You can use ubuntu-drivers
to show applicable packages or it's GUI frontend named additional drivers
(can also be started from command line with /usr/bin/python3 /usr/bin/software-properties-gtk --open-tab=4
) and install the package you like.
ran the above command but didn't find anything in additional drivers section related to NVIDIA.may be they are bundled with Ubuntu.
– user667688
Mar 22 '17 at 1:59
Can you boot from a live CD/usb stick and try the same things again? It should at least show up on a fresh install.
– Sethos II
Mar 22 '17 at 5:39
add a comment |
As mentioned in the comments: apt-cache search
only shows available packages.
The second lspci
output shows that you have an Nvidia GeForce 820M and it's currently using the nouveau driver (Kernel driver in use: nouveau
). You can use ubuntu-drivers
to show applicable packages or it's GUI frontend named additional drivers
(can also be started from command line with /usr/bin/python3 /usr/bin/software-properties-gtk --open-tab=4
) and install the package you like.
ran the above command but didn't find anything in additional drivers section related to NVIDIA.may be they are bundled with Ubuntu.
– user667688
Mar 22 '17 at 1:59
Can you boot from a live CD/usb stick and try the same things again? It should at least show up on a fresh install.
– Sethos II
Mar 22 '17 at 5:39
add a comment |
As mentioned in the comments: apt-cache search
only shows available packages.
The second lspci
output shows that you have an Nvidia GeForce 820M and it's currently using the nouveau driver (Kernel driver in use: nouveau
). You can use ubuntu-drivers
to show applicable packages or it's GUI frontend named additional drivers
(can also be started from command line with /usr/bin/python3 /usr/bin/software-properties-gtk --open-tab=4
) and install the package you like.
As mentioned in the comments: apt-cache search
only shows available packages.
The second lspci
output shows that you have an Nvidia GeForce 820M and it's currently using the nouveau driver (Kernel driver in use: nouveau
). You can use ubuntu-drivers
to show applicable packages or it's GUI frontend named additional drivers
(can also be started from command line with /usr/bin/python3 /usr/bin/software-properties-gtk --open-tab=4
) and install the package you like.
answered Mar 21 '17 at 7:03
Sethos IISethos II
46928
46928
ran the above command but didn't find anything in additional drivers section related to NVIDIA.may be they are bundled with Ubuntu.
– user667688
Mar 22 '17 at 1:59
Can you boot from a live CD/usb stick and try the same things again? It should at least show up on a fresh install.
– Sethos II
Mar 22 '17 at 5:39
add a comment |
ran the above command but didn't find anything in additional drivers section related to NVIDIA.may be they are bundled with Ubuntu.
– user667688
Mar 22 '17 at 1:59
Can you boot from a live CD/usb stick and try the same things again? It should at least show up on a fresh install.
– Sethos II
Mar 22 '17 at 5:39
ran the above command but didn't find anything in additional drivers section related to NVIDIA.may be they are bundled with Ubuntu.
– user667688
Mar 22 '17 at 1:59
ran the above command but didn't find anything in additional drivers section related to NVIDIA.may be they are bundled with Ubuntu.
– user667688
Mar 22 '17 at 1:59
Can you boot from a live CD/usb stick and try the same things again? It should at least show up on a fresh install.
– Sethos II
Mar 22 '17 at 5:39
Can you boot from a live CD/usb stick and try the same things again? It should at least show up on a fresh install.
– Sethos II
Mar 22 '17 at 5:39
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%2f895054%2fconfused-over-nvidia-graphic-card-is-installed-or-not%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
Please edit your question and add output of
lspci -k | grep -EA3 'VGA|3D|Display'
terminal command. That will answer your question.– Pilot6
Mar 20 '17 at 20:21
1
apt-cache search nvidia
only shows packages available in the repositories, but tells you nothing about installed/not installed. To see if any nvidia related packages are installed, rundpkg -l | grep nvidia
.– mikewhatever
Mar 20 '17 at 20:34
@mikewhatever the output of dpkg -l | grep nvidia is empty. I think the nvidia packages are not installed.Have to install them to use?
– user667688
Mar 21 '17 at 4:12
Here you go: askubuntu.com/questions/47506/….
– mikewhatever
Mar 21 '17 at 15:43
2
Possible duplicate of How do I install additional drivers?
– mikewhatever
Mar 21 '17 at 15:44