Problem with video drivers?
Regards, I just installed Ubuntu 18.10. Now update all the dirvers and repositories besides adding one of Nvidia. The problem is generated once I select the most recent version of the driver (415 open source code) of my gpu (750ti) at the time of restart when it starts changing the OS start resolution (load the start screen, the one that says ubuntu with the loading dots) and after that a black screen appears with what looks like a check of some kind which marks that everything is correct but the load of the OS is stuck there and nothing happens.
video-driver
add a comment |
Regards, I just installed Ubuntu 18.10. Now update all the dirvers and repositories besides adding one of Nvidia. The problem is generated once I select the most recent version of the driver (415 open source code) of my gpu (750ti) at the time of restart when it starts changing the OS start resolution (load the start screen, the one that says ubuntu with the loading dots) and after that a black screen appears with what looks like a check of some kind which marks that everything is correct but the load of the OS is stuck there and nothing happens.
video-driver
add a comment |
Regards, I just installed Ubuntu 18.10. Now update all the dirvers and repositories besides adding one of Nvidia. The problem is generated once I select the most recent version of the driver (415 open source code) of my gpu (750ti) at the time of restart when it starts changing the OS start resolution (load the start screen, the one that says ubuntu with the loading dots) and after that a black screen appears with what looks like a check of some kind which marks that everything is correct but the load of the OS is stuck there and nothing happens.
video-driver
Regards, I just installed Ubuntu 18.10. Now update all the dirvers and repositories besides adding one of Nvidia. The problem is generated once I select the most recent version of the driver (415 open source code) of my gpu (750ti) at the time of restart when it starts changing the OS start resolution (load the start screen, the one that says ubuntu with the loading dots) and after that a black screen appears with what looks like a check of some kind which marks that everything is correct but the load of the OS is stuck there and nothing happens.
video-driver
video-driver
asked Jan 19 at 13:32
FrankoxbdoFrankoxbdo
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.
At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.
At the
login:prompt type your username and press Enter.At the
Password:prompt type your user password and press Enter.Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.
Remove the software source of the existing Nvidia graphics driver. The
apt policycommand will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the formppa:name-of-ppa/ppa. Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.
sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
sudo apt update
Remove the existing Nvidia graphics driver. The
ubuntu-drivers listcommand will show the Nvidia proprietary graphics driver that is installed.
sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver
sudo apt autoremove
sudo reboot
Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.
sudo ubuntu-drivers autoinstall
sudo reboot
The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.
And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?
– Frankoxbdo
Jan 19 at 14:07
I replied to your comment by editing my answer.
– karel
Jan 19 at 14:11
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%2f1111137%2fproblem-with-video-drivers%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
It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.
At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.
At the
login:prompt type your username and press Enter.At the
Password:prompt type your user password and press Enter.Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.
Remove the software source of the existing Nvidia graphics driver. The
apt policycommand will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the formppa:name-of-ppa/ppa. Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.
sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
sudo apt update
Remove the existing Nvidia graphics driver. The
ubuntu-drivers listcommand will show the Nvidia proprietary graphics driver that is installed.
sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver
sudo apt autoremove
sudo reboot
Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.
sudo ubuntu-drivers autoinstall
sudo reboot
The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.
And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?
– Frankoxbdo
Jan 19 at 14:07
I replied to your comment by editing my answer.
– karel
Jan 19 at 14:11
add a comment |
It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.
At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.
At the
login:prompt type your username and press Enter.At the
Password:prompt type your user password and press Enter.Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.
Remove the software source of the existing Nvidia graphics driver. The
apt policycommand will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the formppa:name-of-ppa/ppa. Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.
sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
sudo apt update
Remove the existing Nvidia graphics driver. The
ubuntu-drivers listcommand will show the Nvidia proprietary graphics driver that is installed.
sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver
sudo apt autoremove
sudo reboot
Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.
sudo ubuntu-drivers autoinstall
sudo reboot
The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.
And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?
– Frankoxbdo
Jan 19 at 14:07
I replied to your comment by editing my answer.
– karel
Jan 19 at 14:11
add a comment |
It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.
At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.
At the
login:prompt type your username and press Enter.At the
Password:prompt type your user password and press Enter.Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.
Remove the software source of the existing Nvidia graphics driver. The
apt policycommand will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the formppa:name-of-ppa/ppa. Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.
sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
sudo apt update
Remove the existing Nvidia graphics driver. The
ubuntu-drivers listcommand will show the Nvidia proprietary graphics driver that is installed.
sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver
sudo apt autoremove
sudo reboot
Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.
sudo ubuntu-drivers autoinstall
sudo reboot
The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.
It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.
At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.
At the
login:prompt type your username and press Enter.At the
Password:prompt type your user password and press Enter.Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.
Remove the software source of the existing Nvidia graphics driver. The
apt policycommand will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the formppa:name-of-ppa/ppa. Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.
sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
sudo apt update
Remove the existing Nvidia graphics driver. The
ubuntu-drivers listcommand will show the Nvidia proprietary graphics driver that is installed.
sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver
sudo apt autoremove
sudo reboot
Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.
sudo ubuntu-drivers autoinstall
sudo reboot
The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.
edited Jan 19 at 14:19
answered Jan 19 at 13:58
karelkarel
59.8k13129151
59.8k13129151
And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?
– Frankoxbdo
Jan 19 at 14:07
I replied to your comment by editing my answer.
– karel
Jan 19 at 14:11
add a comment |
And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?
– Frankoxbdo
Jan 19 at 14:07
I replied to your comment by editing my answer.
– karel
Jan 19 at 14:11
And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?
– Frankoxbdo
Jan 19 at 14:07
And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?
– Frankoxbdo
Jan 19 at 14:07
I replied to your comment by editing my answer.
– karel
Jan 19 at 14:11
I replied to your comment by editing my answer.
– karel
Jan 19 at 14:11
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%2f1111137%2fproblem-with-video-drivers%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