14.04: How to use NVIDIA Graphics instead of Intel integrated graphics?
I previously tried to install my nvidia graphics card driver more than 50 times when this version was released (14.04) and every time i always got either blank screen, terminal only with no x-server or it would go back to the first alternative driver there was when it was installed.
This was the only reason why i stopped using linux (ubuntu). now im trying to give it another try but i need real detailed help and guidance. I have tried many ways and techniques from forums here and the result was never great.
**My PC (laptop)
- Intel i5 4200/intel hd integrated video graphics
- 8gb ram
- 500gb hdd**
- nvidia geforce 720m
14.04 drivers nvidia graphics
add a comment |
I previously tried to install my nvidia graphics card driver more than 50 times when this version was released (14.04) and every time i always got either blank screen, terminal only with no x-server or it would go back to the first alternative driver there was when it was installed.
This was the only reason why i stopped using linux (ubuntu). now im trying to give it another try but i need real detailed help and guidance. I have tried many ways and techniques from forums here and the result was never great.
**My PC (laptop)
- Intel i5 4200/intel hd integrated video graphics
- 8gb ram
- 500gb hdd**
- nvidia geforce 720m
14.04 drivers nvidia graphics
2
Possible duplicate of How do I install the Nvidia drivers?
– Pilot6
Feb 21 '16 at 22:11
This isn't a true answer to your question, hence why I'm putting it here, but I highly recommend giving Linux Mint a try instead of Ubuntu. It was my gateway Linux distro, and it's Nvidia driver support blows Ubuntu's out of the water. Plus it's very similar under the hood (it uses the same Command Line instructions - apt-get upgrade, etc, and installs the same deb files). Nvidia support for laptops in Ubuntu is still making me sad.
– Tamsyn Michael
Feb 21 '16 at 22:47
add a comment |
I previously tried to install my nvidia graphics card driver more than 50 times when this version was released (14.04) and every time i always got either blank screen, terminal only with no x-server or it would go back to the first alternative driver there was when it was installed.
This was the only reason why i stopped using linux (ubuntu). now im trying to give it another try but i need real detailed help and guidance. I have tried many ways and techniques from forums here and the result was never great.
**My PC (laptop)
- Intel i5 4200/intel hd integrated video graphics
- 8gb ram
- 500gb hdd**
- nvidia geforce 720m
14.04 drivers nvidia graphics
I previously tried to install my nvidia graphics card driver more than 50 times when this version was released (14.04) and every time i always got either blank screen, terminal only with no x-server or it would go back to the first alternative driver there was when it was installed.
This was the only reason why i stopped using linux (ubuntu). now im trying to give it another try but i need real detailed help and guidance. I have tried many ways and techniques from forums here and the result was never great.
**My PC (laptop)
- Intel i5 4200/intel hd integrated video graphics
- 8gb ram
- 500gb hdd**
- nvidia geforce 720m
14.04 drivers nvidia graphics
14.04 drivers nvidia graphics
asked Feb 24 '15 at 20:09
Adam Abdul-hakeemAdam Abdul-hakeem
1123
1123
2
Possible duplicate of How do I install the Nvidia drivers?
– Pilot6
Feb 21 '16 at 22:11
This isn't a true answer to your question, hence why I'm putting it here, but I highly recommend giving Linux Mint a try instead of Ubuntu. It was my gateway Linux distro, and it's Nvidia driver support blows Ubuntu's out of the water. Plus it's very similar under the hood (it uses the same Command Line instructions - apt-get upgrade, etc, and installs the same deb files). Nvidia support for laptops in Ubuntu is still making me sad.
– Tamsyn Michael
Feb 21 '16 at 22:47
add a comment |
2
Possible duplicate of How do I install the Nvidia drivers?
– Pilot6
Feb 21 '16 at 22:11
This isn't a true answer to your question, hence why I'm putting it here, but I highly recommend giving Linux Mint a try instead of Ubuntu. It was my gateway Linux distro, and it's Nvidia driver support blows Ubuntu's out of the water. Plus it's very similar under the hood (it uses the same Command Line instructions - apt-get upgrade, etc, and installs the same deb files). Nvidia support for laptops in Ubuntu is still making me sad.
– Tamsyn Michael
Feb 21 '16 at 22:47
2
2
Possible duplicate of How do I install the Nvidia drivers?
– Pilot6
Feb 21 '16 at 22:11
Possible duplicate of How do I install the Nvidia drivers?
– Pilot6
Feb 21 '16 at 22:11
This isn't a true answer to your question, hence why I'm putting it here, but I highly recommend giving Linux Mint a try instead of Ubuntu. It was my gateway Linux distro, and it's Nvidia driver support blows Ubuntu's out of the water. Plus it's very similar under the hood (it uses the same Command Line instructions - apt-get upgrade, etc, and installs the same deb files). Nvidia support for laptops in Ubuntu is still making me sad.
– Tamsyn Michael
Feb 21 '16 at 22:47
This isn't a true answer to your question, hence why I'm putting it here, but I highly recommend giving Linux Mint a try instead of Ubuntu. It was my gateway Linux distro, and it's Nvidia driver support blows Ubuntu's out of the water. Plus it's very similar under the hood (it uses the same Command Line instructions - apt-get upgrade, etc, and installs the same deb files). Nvidia support for laptops in Ubuntu is still making me sad.
– Tamsyn Michael
Feb 21 '16 at 22:47
add a comment |
2 Answers
2
active
oldest
votes
I realize this may just be linking you to another page of instructions, but this one worked perfectly for me and I keep it bookmarked as a fallback:
http://mylinuxexplore.blogspot.com/2014/03/solved-nvidia-cant-access-secondary-gpu.html?m=1
I am running on a Lenovo Y50 with an Intel i7 / Geforce GTX 860M and for whatever reason I can only get the nvidia-331-updates drivers to work as this link suggests. Literally any other nvidia driver will leave me with the same problem you are describing. It seems like its hit or miss with this Optimus technology. Hopefully we will get a good update for it in the near future.
add a comment |
If you can not start X server go into a tty terminal (CTL+ALT+F2)
Update :
sudo apt-get update and make sure that x server is installed sudo dpkg -l | grep xserver
There are 2 approaches to installing the Nvidia graphics driver(s).
- Install them with the apt package manager
apt-cache search nvidia
You should then see a list of available drivers to choose from. Run:apt-get install nvidia 3XX
You may also need to install 'libgl' as well as the nvidia settings:apt-cache search nvidia-settings
- Download the proprietary Nvidia graphics drivers for your respective GPU (you may need to add Nvidia to the apt/sources.list). Then run the install script (the install script may add Nvidia to the apt/sources.list file)
Then, reboot.
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%2f589468%2f14-04-how-to-use-nvidia-graphics-instead-of-intel-integrated-graphics%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
I realize this may just be linking you to another page of instructions, but this one worked perfectly for me and I keep it bookmarked as a fallback:
http://mylinuxexplore.blogspot.com/2014/03/solved-nvidia-cant-access-secondary-gpu.html?m=1
I am running on a Lenovo Y50 with an Intel i7 / Geforce GTX 860M and for whatever reason I can only get the nvidia-331-updates drivers to work as this link suggests. Literally any other nvidia driver will leave me with the same problem you are describing. It seems like its hit or miss with this Optimus technology. Hopefully we will get a good update for it in the near future.
add a comment |
I realize this may just be linking you to another page of instructions, but this one worked perfectly for me and I keep it bookmarked as a fallback:
http://mylinuxexplore.blogspot.com/2014/03/solved-nvidia-cant-access-secondary-gpu.html?m=1
I am running on a Lenovo Y50 with an Intel i7 / Geforce GTX 860M and for whatever reason I can only get the nvidia-331-updates drivers to work as this link suggests. Literally any other nvidia driver will leave me with the same problem you are describing. It seems like its hit or miss with this Optimus technology. Hopefully we will get a good update for it in the near future.
add a comment |
I realize this may just be linking you to another page of instructions, but this one worked perfectly for me and I keep it bookmarked as a fallback:
http://mylinuxexplore.blogspot.com/2014/03/solved-nvidia-cant-access-secondary-gpu.html?m=1
I am running on a Lenovo Y50 with an Intel i7 / Geforce GTX 860M and for whatever reason I can only get the nvidia-331-updates drivers to work as this link suggests. Literally any other nvidia driver will leave me with the same problem you are describing. It seems like its hit or miss with this Optimus technology. Hopefully we will get a good update for it in the near future.
I realize this may just be linking you to another page of instructions, but this one worked perfectly for me and I keep it bookmarked as a fallback:
http://mylinuxexplore.blogspot.com/2014/03/solved-nvidia-cant-access-secondary-gpu.html?m=1
I am running on a Lenovo Y50 with an Intel i7 / Geforce GTX 860M and for whatever reason I can only get the nvidia-331-updates drivers to work as this link suggests. Literally any other nvidia driver will leave me with the same problem you are describing. It seems like its hit or miss with this Optimus technology. Hopefully we will get a good update for it in the near future.
answered Feb 24 '15 at 20:53
cP4ncP4n
17011
17011
add a comment |
add a comment |
If you can not start X server go into a tty terminal (CTL+ALT+F2)
Update :
sudo apt-get update and make sure that x server is installed sudo dpkg -l | grep xserver
There are 2 approaches to installing the Nvidia graphics driver(s).
- Install them with the apt package manager
apt-cache search nvidia
You should then see a list of available drivers to choose from. Run:apt-get install nvidia 3XX
You may also need to install 'libgl' as well as the nvidia settings:apt-cache search nvidia-settings
- Download the proprietary Nvidia graphics drivers for your respective GPU (you may need to add Nvidia to the apt/sources.list). Then run the install script (the install script may add Nvidia to the apt/sources.list file)
Then, reboot.
add a comment |
If you can not start X server go into a tty terminal (CTL+ALT+F2)
Update :
sudo apt-get update and make sure that x server is installed sudo dpkg -l | grep xserver
There are 2 approaches to installing the Nvidia graphics driver(s).
- Install them with the apt package manager
apt-cache search nvidia
You should then see a list of available drivers to choose from. Run:apt-get install nvidia 3XX
You may also need to install 'libgl' as well as the nvidia settings:apt-cache search nvidia-settings
- Download the proprietary Nvidia graphics drivers for your respective GPU (you may need to add Nvidia to the apt/sources.list). Then run the install script (the install script may add Nvidia to the apt/sources.list file)
Then, reboot.
add a comment |
If you can not start X server go into a tty terminal (CTL+ALT+F2)
Update :
sudo apt-get update and make sure that x server is installed sudo dpkg -l | grep xserver
There are 2 approaches to installing the Nvidia graphics driver(s).
- Install them with the apt package manager
apt-cache search nvidia
You should then see a list of available drivers to choose from. Run:apt-get install nvidia 3XX
You may also need to install 'libgl' as well as the nvidia settings:apt-cache search nvidia-settings
- Download the proprietary Nvidia graphics drivers for your respective GPU (you may need to add Nvidia to the apt/sources.list). Then run the install script (the install script may add Nvidia to the apt/sources.list file)
Then, reboot.
If you can not start X server go into a tty terminal (CTL+ALT+F2)
Update :
sudo apt-get update and make sure that x server is installed sudo dpkg -l | grep xserver
There are 2 approaches to installing the Nvidia graphics driver(s).
- Install them with the apt package manager
apt-cache search nvidia
You should then see a list of available drivers to choose from. Run:apt-get install nvidia 3XX
You may also need to install 'libgl' as well as the nvidia settings:apt-cache search nvidia-settings
- Download the proprietary Nvidia graphics drivers for your respective GPU (you may need to add Nvidia to the apt/sources.list). Then run the install script (the install script may add Nvidia to the apt/sources.list file)
Then, reboot.
edited Feb 19 at 20:52
answered Feb 24 '15 at 20:57
spinState010spinState010
11
11
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%2f589468%2f14-04-how-to-use-nvidia-graphics-instead-of-intel-integrated-graphics%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
2
Possible duplicate of How do I install the Nvidia drivers?
– Pilot6
Feb 21 '16 at 22:11
This isn't a true answer to your question, hence why I'm putting it here, but I highly recommend giving Linux Mint a try instead of Ubuntu. It was my gateway Linux distro, and it's Nvidia driver support blows Ubuntu's out of the water. Plus it's very similar under the hood (it uses the same Command Line instructions - apt-get upgrade, etc, and installs the same deb files). Nvidia support for laptops in Ubuntu is still making me sad.
– Tamsyn Michael
Feb 21 '16 at 22:47