How to install Nvidia GT 840M graphics driver in Ubuntu 14.04
This is the third reinstall of Ubuntu 14.04 I have done today.
I just bought a laptop with an Core i3 processor and an Nvidia GeForce GT 840M graphics card.
I have installed the Nvidia driver using their .run file, and also following tutorials, and it just doesn't work. When I check in the terminal which GPU I am using it says "i915" instead of "nvidia".
14.04 drivers nvidia nvidia-geforce
add a comment |
This is the third reinstall of Ubuntu 14.04 I have done today.
I just bought a laptop with an Core i3 processor and an Nvidia GeForce GT 840M graphics card.
I have installed the Nvidia driver using their .run file, and also following tutorials, and it just doesn't work. When I check in the terminal which GPU I am using it says "i915" instead of "nvidia".
14.04 drivers nvidia nvidia-geforce
add a comment |
This is the third reinstall of Ubuntu 14.04 I have done today.
I just bought a laptop with an Core i3 processor and an Nvidia GeForce GT 840M graphics card.
I have installed the Nvidia driver using their .run file, and also following tutorials, and it just doesn't work. When I check in the terminal which GPU I am using it says "i915" instead of "nvidia".
14.04 drivers nvidia nvidia-geforce
This is the third reinstall of Ubuntu 14.04 I have done today.
I just bought a laptop with an Core i3 processor and an Nvidia GeForce GT 840M graphics card.
I have installed the Nvidia driver using their .run file, and also following tutorials, and it just doesn't work. When I check in the terminal which GPU I am using it says "i915" instead of "nvidia".
14.04 drivers nvidia nvidia-geforce
14.04 drivers nvidia nvidia-geforce
edited 2 days ago
karel
58.7k13128147
58.7k13128147
asked Nov 19 '14 at 12:52
ReethokReethok
2112
2112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Uninstall the NVIDIA proprietary graphics driver. Find the file you used to install the NVIDIA graphics driver from the NVIDIA website. It's in whatever folder you downloaded it to (your Downloads folder, for example). It should be named something like NVIDIA-Linux-x86_64-340.58.run. If so, the command to uninstall it is:
sudo ~/Downloads/NVIDIA-Linux-x86_64-340.58.run --uninstall
sudo reboot
If the NVIDIA-Linux-x86-XXX.XX.run file has a different name or location, then change the name and/or location in the above command. The name and location of the .run file in the above command have to match exactly to the name and location of the .run file that is in your computer.
Run the following command to identify the recommended NVIDIA proprietary graphics
driver:
ubuntu-drivers devices
Install the recommended NVIDIA proprietary graphics driver and reboot.
NVIDIA Prime is a way of adding hybrid graphics support to your computer. NVIDIA Prime allows the user to switch between NVIDIA (Performance Mode) and Intel (Power Saving Mode) graphics from the NVIDIA Settings utility.
If your computer has an NVIDIA 319 or more recent graphics driver installed, run the following command to install NVIDIA Prime packages:
sudo apt-get install nvidia-settings nvidia-prime
Then NVIDIA Prime can be enabled/disabled from the NVIDIA X Server Settings application.
Hi, how can I check if my CPU supports prime?
– jeff
Apr 21 '15 at 0:01
add a comment |
I found a solution in this post: https://askubuntu.com/a/557395/321613
This works well for me, as I have an Axus UX303LN with Nvidia GT840M graphic card.
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%2f551401%2fhow-to-install-nvidia-gt-840m-graphics-driver-in-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Uninstall the NVIDIA proprietary graphics driver. Find the file you used to install the NVIDIA graphics driver from the NVIDIA website. It's in whatever folder you downloaded it to (your Downloads folder, for example). It should be named something like NVIDIA-Linux-x86_64-340.58.run. If so, the command to uninstall it is:
sudo ~/Downloads/NVIDIA-Linux-x86_64-340.58.run --uninstall
sudo reboot
If the NVIDIA-Linux-x86-XXX.XX.run file has a different name or location, then change the name and/or location in the above command. The name and location of the .run file in the above command have to match exactly to the name and location of the .run file that is in your computer.
Run the following command to identify the recommended NVIDIA proprietary graphics
driver:
ubuntu-drivers devices
Install the recommended NVIDIA proprietary graphics driver and reboot.
NVIDIA Prime is a way of adding hybrid graphics support to your computer. NVIDIA Prime allows the user to switch between NVIDIA (Performance Mode) and Intel (Power Saving Mode) graphics from the NVIDIA Settings utility.
If your computer has an NVIDIA 319 or more recent graphics driver installed, run the following command to install NVIDIA Prime packages:
sudo apt-get install nvidia-settings nvidia-prime
Then NVIDIA Prime can be enabled/disabled from the NVIDIA X Server Settings application.
Hi, how can I check if my CPU supports prime?
– jeff
Apr 21 '15 at 0:01
add a comment |
Uninstall the NVIDIA proprietary graphics driver. Find the file you used to install the NVIDIA graphics driver from the NVIDIA website. It's in whatever folder you downloaded it to (your Downloads folder, for example). It should be named something like NVIDIA-Linux-x86_64-340.58.run. If so, the command to uninstall it is:
sudo ~/Downloads/NVIDIA-Linux-x86_64-340.58.run --uninstall
sudo reboot
If the NVIDIA-Linux-x86-XXX.XX.run file has a different name or location, then change the name and/or location in the above command. The name and location of the .run file in the above command have to match exactly to the name and location of the .run file that is in your computer.
Run the following command to identify the recommended NVIDIA proprietary graphics
driver:
ubuntu-drivers devices
Install the recommended NVIDIA proprietary graphics driver and reboot.
NVIDIA Prime is a way of adding hybrid graphics support to your computer. NVIDIA Prime allows the user to switch between NVIDIA (Performance Mode) and Intel (Power Saving Mode) graphics from the NVIDIA Settings utility.
If your computer has an NVIDIA 319 or more recent graphics driver installed, run the following command to install NVIDIA Prime packages:
sudo apt-get install nvidia-settings nvidia-prime
Then NVIDIA Prime can be enabled/disabled from the NVIDIA X Server Settings application.
Hi, how can I check if my CPU supports prime?
– jeff
Apr 21 '15 at 0:01
add a comment |
Uninstall the NVIDIA proprietary graphics driver. Find the file you used to install the NVIDIA graphics driver from the NVIDIA website. It's in whatever folder you downloaded it to (your Downloads folder, for example). It should be named something like NVIDIA-Linux-x86_64-340.58.run. If so, the command to uninstall it is:
sudo ~/Downloads/NVIDIA-Linux-x86_64-340.58.run --uninstall
sudo reboot
If the NVIDIA-Linux-x86-XXX.XX.run file has a different name or location, then change the name and/or location in the above command. The name and location of the .run file in the above command have to match exactly to the name and location of the .run file that is in your computer.
Run the following command to identify the recommended NVIDIA proprietary graphics
driver:
ubuntu-drivers devices
Install the recommended NVIDIA proprietary graphics driver and reboot.
NVIDIA Prime is a way of adding hybrid graphics support to your computer. NVIDIA Prime allows the user to switch between NVIDIA (Performance Mode) and Intel (Power Saving Mode) graphics from the NVIDIA Settings utility.
If your computer has an NVIDIA 319 or more recent graphics driver installed, run the following command to install NVIDIA Prime packages:
sudo apt-get install nvidia-settings nvidia-prime
Then NVIDIA Prime can be enabled/disabled from the NVIDIA X Server Settings application.
Uninstall the NVIDIA proprietary graphics driver. Find the file you used to install the NVIDIA graphics driver from the NVIDIA website. It's in whatever folder you downloaded it to (your Downloads folder, for example). It should be named something like NVIDIA-Linux-x86_64-340.58.run. If so, the command to uninstall it is:
sudo ~/Downloads/NVIDIA-Linux-x86_64-340.58.run --uninstall
sudo reboot
If the NVIDIA-Linux-x86-XXX.XX.run file has a different name or location, then change the name and/or location in the above command. The name and location of the .run file in the above command have to match exactly to the name and location of the .run file that is in your computer.
Run the following command to identify the recommended NVIDIA proprietary graphics
driver:
ubuntu-drivers devices
Install the recommended NVIDIA proprietary graphics driver and reboot.
NVIDIA Prime is a way of adding hybrid graphics support to your computer. NVIDIA Prime allows the user to switch between NVIDIA (Performance Mode) and Intel (Power Saving Mode) graphics from the NVIDIA Settings utility.
If your computer has an NVIDIA 319 or more recent graphics driver installed, run the following command to install NVIDIA Prime packages:
sudo apt-get install nvidia-settings nvidia-prime
Then NVIDIA Prime can be enabled/disabled from the NVIDIA X Server Settings application.
edited Nov 10 '15 at 10:57
answered Nov 19 '14 at 14:39
karelkarel
58.7k13128147
58.7k13128147
Hi, how can I check if my CPU supports prime?
– jeff
Apr 21 '15 at 0:01
add a comment |
Hi, how can I check if my CPU supports prime?
– jeff
Apr 21 '15 at 0:01
Hi, how can I check if my CPU supports prime?
– jeff
Apr 21 '15 at 0:01
Hi, how can I check if my CPU supports prime?
– jeff
Apr 21 '15 at 0:01
add a comment |
I found a solution in this post: https://askubuntu.com/a/557395/321613
This works well for me, as I have an Axus UX303LN with Nvidia GT840M graphic card.
add a comment |
I found a solution in this post: https://askubuntu.com/a/557395/321613
This works well for me, as I have an Axus UX303LN with Nvidia GT840M graphic card.
add a comment |
I found a solution in this post: https://askubuntu.com/a/557395/321613
This works well for me, as I have an Axus UX303LN with Nvidia GT840M graphic card.
I found a solution in this post: https://askubuntu.com/a/557395/321613
This works well for me, as I have an Axus UX303LN with Nvidia GT840M graphic card.
edited Apr 13 '17 at 12:25
Community♦
1
1
answered Jan 15 '15 at 8:38
Trung TaTrung Ta
1214
1214
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%2f551401%2fhow-to-install-nvidia-gt-840m-graphics-driver-in-ubuntu-14-04%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