How to use nvidia geforce 920mx in ubuntu 17.10
I have try to run software update
in my laptop (ASUS x4441U) and install additional drivers. Ubuntu detect that there is a proprietary driver for nvidia
. I install the driver and restart.
However, when I click on Setting | Details
, I got this information:
Graphics: Intel® HD Graphics 520 (Skylake GT2)
I expect the graphics driver to be nvidia, not builtin intel.
Also, I try to run this command:
gofrendi@asgard:~$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
Subsystem: ASUSTeK Computer Inc. HD Graphics 520
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 920MX] (rev a2)
Subsystem: ASUSTeK Computer Inc. GM108M [GeForce 920MX]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau, nvidia_384_drm, nvidia_384
It seems the kernel driver in use is nouveau
. I expect it to be nvidia_384
.
How can I change that one? Or do I have some sort of miss-understanding here?
drivers nvidia graphics
add a comment |
I have try to run software update
in my laptop (ASUS x4441U) and install additional drivers. Ubuntu detect that there is a proprietary driver for nvidia
. I install the driver and restart.
However, when I click on Setting | Details
, I got this information:
Graphics: Intel® HD Graphics 520 (Skylake GT2)
I expect the graphics driver to be nvidia, not builtin intel.
Also, I try to run this command:
gofrendi@asgard:~$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
Subsystem: ASUSTeK Computer Inc. HD Graphics 520
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 920MX] (rev a2)
Subsystem: ASUSTeK Computer Inc. GM108M [GeForce 920MX]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau, nvidia_384_drm, nvidia_384
It seems the kernel driver in use is nouveau
. I expect it to be nvidia_384
.
How can I change that one? Or do I have some sort of miss-understanding here?
drivers nvidia graphics
add a comment |
I have try to run software update
in my laptop (ASUS x4441U) and install additional drivers. Ubuntu detect that there is a proprietary driver for nvidia
. I install the driver and restart.
However, when I click on Setting | Details
, I got this information:
Graphics: Intel® HD Graphics 520 (Skylake GT2)
I expect the graphics driver to be nvidia, not builtin intel.
Also, I try to run this command:
gofrendi@asgard:~$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
Subsystem: ASUSTeK Computer Inc. HD Graphics 520
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 920MX] (rev a2)
Subsystem: ASUSTeK Computer Inc. GM108M [GeForce 920MX]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau, nvidia_384_drm, nvidia_384
It seems the kernel driver in use is nouveau
. I expect it to be nvidia_384
.
How can I change that one? Or do I have some sort of miss-understanding here?
drivers nvidia graphics
I have try to run software update
in my laptop (ASUS x4441U) and install additional drivers. Ubuntu detect that there is a proprietary driver for nvidia
. I install the driver and restart.
However, when I click on Setting | Details
, I got this information:
Graphics: Intel® HD Graphics 520 (Skylake GT2)
I expect the graphics driver to be nvidia, not builtin intel.
Also, I try to run this command:
gofrendi@asgard:~$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
Subsystem: ASUSTeK Computer Inc. HD Graphics 520
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 920MX] (rev a2)
Subsystem: ASUSTeK Computer Inc. GM108M [GeForce 920MX]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau, nvidia_384_drm, nvidia_384
It seems the kernel driver in use is nouveau
. I expect it to be nvidia_384
.
How can I change that one? Or do I have some sort of miss-understanding here?
drivers nvidia graphics
drivers nvidia graphics
edited Mar 28 '18 at 2:26
goFrendiAsgard
asked Mar 28 '18 at 2:17
goFrendiAsgardgoFrendiAsgard
1115
1115
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Answering my own question.
Run
sudo add-apt-repository ppa:graphics-drivers/ppa
Run
sudo apt-get update && sudo apt-get upgrade
Open http://www.nvidia.com/Download. Provide your VGA type, the website will show you the best driver version. Don't download the driver provided by the website. It is quite difficult to install the provided driver. You should turn off x session etc.
Install the driver from the ppa. My driver version is 390.42, so I type:
sudo apt-get install nvidia-390
It works perfectly now
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%2f1019826%2fhow-to-use-nvidia-geforce-920mx-in-ubuntu-17-10%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
Answering my own question.
Run
sudo add-apt-repository ppa:graphics-drivers/ppa
Run
sudo apt-get update && sudo apt-get upgrade
Open http://www.nvidia.com/Download. Provide your VGA type, the website will show you the best driver version. Don't download the driver provided by the website. It is quite difficult to install the provided driver. You should turn off x session etc.
Install the driver from the ppa. My driver version is 390.42, so I type:
sudo apt-get install nvidia-390
It works perfectly now
add a comment |
Answering my own question.
Run
sudo add-apt-repository ppa:graphics-drivers/ppa
Run
sudo apt-get update && sudo apt-get upgrade
Open http://www.nvidia.com/Download. Provide your VGA type, the website will show you the best driver version. Don't download the driver provided by the website. It is quite difficult to install the provided driver. You should turn off x session etc.
Install the driver from the ppa. My driver version is 390.42, so I type:
sudo apt-get install nvidia-390
It works perfectly now
add a comment |
Answering my own question.
Run
sudo add-apt-repository ppa:graphics-drivers/ppa
Run
sudo apt-get update && sudo apt-get upgrade
Open http://www.nvidia.com/Download. Provide your VGA type, the website will show you the best driver version. Don't download the driver provided by the website. It is quite difficult to install the provided driver. You should turn off x session etc.
Install the driver from the ppa. My driver version is 390.42, so I type:
sudo apt-get install nvidia-390
It works perfectly now
Answering my own question.
Run
sudo add-apt-repository ppa:graphics-drivers/ppa
Run
sudo apt-get update && sudo apt-get upgrade
Open http://www.nvidia.com/Download. Provide your VGA type, the website will show you the best driver version. Don't download the driver provided by the website. It is quite difficult to install the provided driver. You should turn off x session etc.
Install the driver from the ppa. My driver version is 390.42, so I type:
sudo apt-get install nvidia-390
It works perfectly now
answered Mar 31 '18 at 5:51
goFrendiAsgardgoFrendiAsgard
1115
1115
add a comment |
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%2f1019826%2fhow-to-use-nvidia-geforce-920mx-in-ubuntu-17-10%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