I switched to intel integrated graphics and now I can't switch back to gpu
so I switched to my intel integrated graphics on my acer nitro 5 laptop with a intel core i5 8300h and a gtx 1050 and now I can't switch it back to my gpu. I switched it using nvidia x server settings and after I switched it nvidia x server settings wouldn't open. I forgot to mention I have linux installed on my laptop. I tried uninstalling and installing nvidia x server settings again and I tried installing different drivers for nvidia and it won't work. I can't find the option to switch to my gpu in my bios and my friend said my gpu is fried. I only disabled it so I don't think there is anything wrong with the gpu but it isn't showing up in sudo lshw or lspci. im out of options. If I can reinstall linux and the problemis fixed I would do it but I would want to know for sure if it will work first. please be kind enough to help me
nvidia graphics gpu
add a comment |
so I switched to my intel integrated graphics on my acer nitro 5 laptop with a intel core i5 8300h and a gtx 1050 and now I can't switch it back to my gpu. I switched it using nvidia x server settings and after I switched it nvidia x server settings wouldn't open. I forgot to mention I have linux installed on my laptop. I tried uninstalling and installing nvidia x server settings again and I tried installing different drivers for nvidia and it won't work. I can't find the option to switch to my gpu in my bios and my friend said my gpu is fried. I only disabled it so I don't think there is anything wrong with the gpu but it isn't showing up in sudo lshw or lspci. im out of options. If I can reinstall linux and the problemis fixed I would do it but I would want to know for sure if it will work first. please be kind enough to help me
nvidia graphics gpu
add a comment |
so I switched to my intel integrated graphics on my acer nitro 5 laptop with a intel core i5 8300h and a gtx 1050 and now I can't switch it back to my gpu. I switched it using nvidia x server settings and after I switched it nvidia x server settings wouldn't open. I forgot to mention I have linux installed on my laptop. I tried uninstalling and installing nvidia x server settings again and I tried installing different drivers for nvidia and it won't work. I can't find the option to switch to my gpu in my bios and my friend said my gpu is fried. I only disabled it so I don't think there is anything wrong with the gpu but it isn't showing up in sudo lshw or lspci. im out of options. If I can reinstall linux and the problemis fixed I would do it but I would want to know for sure if it will work first. please be kind enough to help me
nvidia graphics gpu
so I switched to my intel integrated graphics on my acer nitro 5 laptop with a intel core i5 8300h and a gtx 1050 and now I can't switch it back to my gpu. I switched it using nvidia x server settings and after I switched it nvidia x server settings wouldn't open. I forgot to mention I have linux installed on my laptop. I tried uninstalling and installing nvidia x server settings again and I tried installing different drivers for nvidia and it won't work. I can't find the option to switch to my gpu in my bios and my friend said my gpu is fried. I only disabled it so I don't think there is anything wrong with the gpu but it isn't showing up in sudo lshw or lspci. im out of options. If I can reinstall linux and the problemis fixed I would do it but I would want to know for sure if it will work first. please be kind enough to help me
nvidia graphics gpu
nvidia graphics gpu
asked Dec 12 '18 at 19:26
un1nt3r3st3dun1nt3r3st3d
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Have you tried a complete purge of all the Nvidia-related stuff first?
Try this line in a terminal first:
sudo apt purge nvidia*
then reinstall a compatible driver for your graphics card.
yes I tried that but I get an error msg saying Unable to locate package nvidia-bug-report.log.gz and when I try to install nvidia drivers with the command sudo apt-get install nvidia-370 it says unable to locate file
– un1nt3r3st3d
Dec 12 '18 at 22:12
When you try to purge the Nvidia drivers it says a file is missing? Are you sure? Also, you might want to try using the graphical interface (Software & Updates, Additional drivers).
– Simon
Dec 13 '18 at 7:43
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%2f1100433%2fi-switched-to-intel-integrated-graphics-and-now-i-cant-switch-back-to-gpu%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
Have you tried a complete purge of all the Nvidia-related stuff first?
Try this line in a terminal first:
sudo apt purge nvidia*
then reinstall a compatible driver for your graphics card.
yes I tried that but I get an error msg saying Unable to locate package nvidia-bug-report.log.gz and when I try to install nvidia drivers with the command sudo apt-get install nvidia-370 it says unable to locate file
– un1nt3r3st3d
Dec 12 '18 at 22:12
When you try to purge the Nvidia drivers it says a file is missing? Are you sure? Also, you might want to try using the graphical interface (Software & Updates, Additional drivers).
– Simon
Dec 13 '18 at 7:43
add a comment |
Have you tried a complete purge of all the Nvidia-related stuff first?
Try this line in a terminal first:
sudo apt purge nvidia*
then reinstall a compatible driver for your graphics card.
yes I tried that but I get an error msg saying Unable to locate package nvidia-bug-report.log.gz and when I try to install nvidia drivers with the command sudo apt-get install nvidia-370 it says unable to locate file
– un1nt3r3st3d
Dec 12 '18 at 22:12
When you try to purge the Nvidia drivers it says a file is missing? Are you sure? Also, you might want to try using the graphical interface (Software & Updates, Additional drivers).
– Simon
Dec 13 '18 at 7:43
add a comment |
Have you tried a complete purge of all the Nvidia-related stuff first?
Try this line in a terminal first:
sudo apt purge nvidia*
then reinstall a compatible driver for your graphics card.
Have you tried a complete purge of all the Nvidia-related stuff first?
Try this line in a terminal first:
sudo apt purge nvidia*
then reinstall a compatible driver for your graphics card.
answered Dec 12 '18 at 19:34
SimonSimon
334
334
yes I tried that but I get an error msg saying Unable to locate package nvidia-bug-report.log.gz and when I try to install nvidia drivers with the command sudo apt-get install nvidia-370 it says unable to locate file
– un1nt3r3st3d
Dec 12 '18 at 22:12
When you try to purge the Nvidia drivers it says a file is missing? Are you sure? Also, you might want to try using the graphical interface (Software & Updates, Additional drivers).
– Simon
Dec 13 '18 at 7:43
add a comment |
yes I tried that but I get an error msg saying Unable to locate package nvidia-bug-report.log.gz and when I try to install nvidia drivers with the command sudo apt-get install nvidia-370 it says unable to locate file
– un1nt3r3st3d
Dec 12 '18 at 22:12
When you try to purge the Nvidia drivers it says a file is missing? Are you sure? Also, you might want to try using the graphical interface (Software & Updates, Additional drivers).
– Simon
Dec 13 '18 at 7:43
yes I tried that but I get an error msg saying Unable to locate package nvidia-bug-report.log.gz and when I try to install nvidia drivers with the command sudo apt-get install nvidia-370 it says unable to locate file
– un1nt3r3st3d
Dec 12 '18 at 22:12
yes I tried that but I get an error msg saying Unable to locate package nvidia-bug-report.log.gz and when I try to install nvidia drivers with the command sudo apt-get install nvidia-370 it says unable to locate file
– un1nt3r3st3d
Dec 12 '18 at 22:12
When you try to purge the Nvidia drivers it says a file is missing? Are you sure? Also, you might want to try using the graphical interface (Software & Updates, Additional drivers).
– Simon
Dec 13 '18 at 7:43
When you try to purge the Nvidia drivers it says a file is missing? Are you sure? Also, you might want to try using the graphical interface (Software & Updates, Additional drivers).
– Simon
Dec 13 '18 at 7:43
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%2f1100433%2fi-switched-to-intel-integrated-graphics-and-now-i-cant-switch-back-to-gpu%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