Nvidia GeForce GT 750M Driver issue (black Screen or login loop)
I am trying to set up the Nvidia Driver on Ubuntu 18.04 LTS for my Lenovo Y510P Laptop. My laptop has a Nvidia Optimus Technology graphics card (GeForece GT 750M). I have tried using all of the additional Nvidia Drivers including current to old, 415, 410, 396, 390, and 340 (with ppa:graphics-drivers). I have tried using Bumblebee (which is no longer available using ppa:bumblebee/stable), I have tried changing .conf files, I have tried using bbswitch, Prime and others, but no luck. I either get a black screen with a blinking cursor in the top left corner, or a Login loop.
I have spent 5 days searching this and other forums trying to find a solution, but after trying dozens of different solution attempts, nothing works. Unfortunately, all forum topics I have found up to this point are very outdated and provide old solutions to additional software such as Bumblebee that is no longer available or updated. Please help.
graphics lenovo nvidia-optimus
add a comment |
I am trying to set up the Nvidia Driver on Ubuntu 18.04 LTS for my Lenovo Y510P Laptop. My laptop has a Nvidia Optimus Technology graphics card (GeForece GT 750M). I have tried using all of the additional Nvidia Drivers including current to old, 415, 410, 396, 390, and 340 (with ppa:graphics-drivers). I have tried using Bumblebee (which is no longer available using ppa:bumblebee/stable), I have tried changing .conf files, I have tried using bbswitch, Prime and others, but no luck. I either get a black screen with a blinking cursor in the top left corner, or a Login loop.
I have spent 5 days searching this and other forums trying to find a solution, but after trying dozens of different solution attempts, nothing works. Unfortunately, all forum topics I have found up to this point are very outdated and provide old solutions to additional software such as Bumblebee that is no longer available or updated. Please help.
graphics lenovo nvidia-optimus
add a comment |
I am trying to set up the Nvidia Driver on Ubuntu 18.04 LTS for my Lenovo Y510P Laptop. My laptop has a Nvidia Optimus Technology graphics card (GeForece GT 750M). I have tried using all of the additional Nvidia Drivers including current to old, 415, 410, 396, 390, and 340 (with ppa:graphics-drivers). I have tried using Bumblebee (which is no longer available using ppa:bumblebee/stable), I have tried changing .conf files, I have tried using bbswitch, Prime and others, but no luck. I either get a black screen with a blinking cursor in the top left corner, or a Login loop.
I have spent 5 days searching this and other forums trying to find a solution, but after trying dozens of different solution attempts, nothing works. Unfortunately, all forum topics I have found up to this point are very outdated and provide old solutions to additional software such as Bumblebee that is no longer available or updated. Please help.
graphics lenovo nvidia-optimus
I am trying to set up the Nvidia Driver on Ubuntu 18.04 LTS for my Lenovo Y510P Laptop. My laptop has a Nvidia Optimus Technology graphics card (GeForece GT 750M). I have tried using all of the additional Nvidia Drivers including current to old, 415, 410, 396, 390, and 340 (with ppa:graphics-drivers). I have tried using Bumblebee (which is no longer available using ppa:bumblebee/stable), I have tried changing .conf files, I have tried using bbswitch, Prime and others, but no luck. I either get a black screen with a blinking cursor in the top left corner, or a Login loop.
I have spent 5 days searching this and other forums trying to find a solution, but after trying dozens of different solution attempts, nothing works. Unfortunately, all forum topics I have found up to this point are very outdated and provide old solutions to additional software such as Bumblebee that is no longer available or updated. Please help.
graphics lenovo nvidia-optimus
graphics lenovo nvidia-optimus
asked Dec 18 '18 at 0:25
squaretac
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
As far as I remember you just have to follow the instructions here https://wiki.ubuntu.com/Bumblebee. For the sake of completeness I am just copying the relevant part in the next lines:
- Enable the Universe and Multiverse repositories in order to allow the bumblebee and nvidia packages to be installed
- Do
sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic
at your terminal - Reboot.
Then read the "usage" subsection in the same link.
As you have tried everything already...I would recommend you to start again with a fresh installation.
– murpholinox
Dec 18 '18 at 1:35
Check out bumblebee-project.org
– murpholinox
Dec 18 '18 at 1:36
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%2f1102691%2fnvidia-geforce-gt-750m-driver-issue-black-screen-or-login-loop%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 far as I remember you just have to follow the instructions here https://wiki.ubuntu.com/Bumblebee. For the sake of completeness I am just copying the relevant part in the next lines:
- Enable the Universe and Multiverse repositories in order to allow the bumblebee and nvidia packages to be installed
- Do
sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic
at your terminal - Reboot.
Then read the "usage" subsection in the same link.
As you have tried everything already...I would recommend you to start again with a fresh installation.
– murpholinox
Dec 18 '18 at 1:35
Check out bumblebee-project.org
– murpholinox
Dec 18 '18 at 1:36
add a comment |
As far as I remember you just have to follow the instructions here https://wiki.ubuntu.com/Bumblebee. For the sake of completeness I am just copying the relevant part in the next lines:
- Enable the Universe and Multiverse repositories in order to allow the bumblebee and nvidia packages to be installed
- Do
sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic
at your terminal - Reboot.
Then read the "usage" subsection in the same link.
As you have tried everything already...I would recommend you to start again with a fresh installation.
– murpholinox
Dec 18 '18 at 1:35
Check out bumblebee-project.org
– murpholinox
Dec 18 '18 at 1:36
add a comment |
As far as I remember you just have to follow the instructions here https://wiki.ubuntu.com/Bumblebee. For the sake of completeness I am just copying the relevant part in the next lines:
- Enable the Universe and Multiverse repositories in order to allow the bumblebee and nvidia packages to be installed
- Do
sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic
at your terminal - Reboot.
Then read the "usage" subsection in the same link.
As far as I remember you just have to follow the instructions here https://wiki.ubuntu.com/Bumblebee. For the sake of completeness I am just copying the relevant part in the next lines:
- Enable the Universe and Multiverse repositories in order to allow the bumblebee and nvidia packages to be installed
- Do
sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic
at your terminal - Reboot.
Then read the "usage" subsection in the same link.
answered Dec 18 '18 at 1:33
murpholinox
85
85
As you have tried everything already...I would recommend you to start again with a fresh installation.
– murpholinox
Dec 18 '18 at 1:35
Check out bumblebee-project.org
– murpholinox
Dec 18 '18 at 1:36
add a comment |
As you have tried everything already...I would recommend you to start again with a fresh installation.
– murpholinox
Dec 18 '18 at 1:35
Check out bumblebee-project.org
– murpholinox
Dec 18 '18 at 1:36
As you have tried everything already...I would recommend you to start again with a fresh installation.
– murpholinox
Dec 18 '18 at 1:35
As you have tried everything already...I would recommend you to start again with a fresh installation.
– murpholinox
Dec 18 '18 at 1:35
Check out bumblebee-project.org
– murpholinox
Dec 18 '18 at 1:36
Check out bumblebee-project.org
– murpholinox
Dec 18 '18 at 1:36
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1102691%2fnvidia-geforce-gt-750m-driver-issue-black-screen-or-login-loop%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