Ubuntu 18.10 GUI does not load when NVidia drivers are installed
up vote
0
down vote
favorite
I'm using Ubuntu 18.10 with Linux 4.18.0 Kernel on Ryzen 1700 with NVidia GTX 1050 graphics card.
The system works normally when Nouveau drivers are used. However when I try to use the NVidia open-source drivers, the system shows the splash screen during boot, then goes into terminal, which shows something like Starting disk manager
or Starting network manager
, and the system completely freezes up. Even the Caps Lock light doesn't respond anymore, after which I have to restart the system again.
The problem goes away when I use WaylandEnable=false
in `/etc/gdm3/custom.conf'. But the boot and login takes more time.
The problem also goes away when I continuously mash CTRL+ALT+F4/F3
during boot and log in from terminal and then switch to GUI.
I have used NVidia driver version 390, 410 and 415.
Is there any way to alleviate the problem?
boot nvidia 18.10 nouveau
New contributor
add a comment |
up vote
0
down vote
favorite
I'm using Ubuntu 18.10 with Linux 4.18.0 Kernel on Ryzen 1700 with NVidia GTX 1050 graphics card.
The system works normally when Nouveau drivers are used. However when I try to use the NVidia open-source drivers, the system shows the splash screen during boot, then goes into terminal, which shows something like Starting disk manager
or Starting network manager
, and the system completely freezes up. Even the Caps Lock light doesn't respond anymore, after which I have to restart the system again.
The problem goes away when I use WaylandEnable=false
in `/etc/gdm3/custom.conf'. But the boot and login takes more time.
The problem also goes away when I continuously mash CTRL+ALT+F4/F3
during boot and log in from terminal and then switch to GUI.
I have used NVidia driver version 390, 410 and 415.
Is there any way to alleviate the problem?
boot nvidia 18.10 nouveau
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using Ubuntu 18.10 with Linux 4.18.0 Kernel on Ryzen 1700 with NVidia GTX 1050 graphics card.
The system works normally when Nouveau drivers are used. However when I try to use the NVidia open-source drivers, the system shows the splash screen during boot, then goes into terminal, which shows something like Starting disk manager
or Starting network manager
, and the system completely freezes up. Even the Caps Lock light doesn't respond anymore, after which I have to restart the system again.
The problem goes away when I use WaylandEnable=false
in `/etc/gdm3/custom.conf'. But the boot and login takes more time.
The problem also goes away when I continuously mash CTRL+ALT+F4/F3
during boot and log in from terminal and then switch to GUI.
I have used NVidia driver version 390, 410 and 415.
Is there any way to alleviate the problem?
boot nvidia 18.10 nouveau
New contributor
I'm using Ubuntu 18.10 with Linux 4.18.0 Kernel on Ryzen 1700 with NVidia GTX 1050 graphics card.
The system works normally when Nouveau drivers are used. However when I try to use the NVidia open-source drivers, the system shows the splash screen during boot, then goes into terminal, which shows something like Starting disk manager
or Starting network manager
, and the system completely freezes up. Even the Caps Lock light doesn't respond anymore, after which I have to restart the system again.
The problem goes away when I use WaylandEnable=false
in `/etc/gdm3/custom.conf'. But the boot and login takes more time.
The problem also goes away when I continuously mash CTRL+ALT+F4/F3
during boot and log in from terminal and then switch to GUI.
I have used NVidia driver version 390, 410 and 415.
Is there any way to alleviate the problem?
boot nvidia 18.10 nouveau
boot nvidia 18.10 nouveau
New contributor
New contributor
New contributor
asked Nov 19 at 21:47
Sabyasachi Mukherjee
31
31
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
I had this problem and though it is too early to say if I fixed it, things seem better with a different display manager rather than the gnome (gdm3) that is the default with 18.10. You can change to lightdm like this
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
I don't know if the second command is really necessary.
The only problem I've seen so far is the dropbox status icon no longer shows up in the top bar.
I am running the 410.73 Nvidia drivers.
Yeah, that works. GDM3 and Wayland is like kryptonite for NVidia.
– Sabyasachi Mukherjee
2 days ago
I was using Xorg and gdm3 and still had problems. Another issue I found with my current setup is that if the screen saver goes on during the hours when "night light" is enabled, the night light setting isn't applied after the screen comes back on. I can deal with that since now my computer boots.
– rkeating
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
I had this problem and though it is too early to say if I fixed it, things seem better with a different display manager rather than the gnome (gdm3) that is the default with 18.10. You can change to lightdm like this
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
I don't know if the second command is really necessary.
The only problem I've seen so far is the dropbox status icon no longer shows up in the top bar.
I am running the 410.73 Nvidia drivers.
Yeah, that works. GDM3 and Wayland is like kryptonite for NVidia.
– Sabyasachi Mukherjee
2 days ago
I was using Xorg and gdm3 and still had problems. Another issue I found with my current setup is that if the screen saver goes on during the hours when "night light" is enabled, the night light setting isn't applied after the screen comes back on. I can deal with that since now my computer boots.
– rkeating
2 days ago
add a comment |
up vote
0
down vote
accepted
I had this problem and though it is too early to say if I fixed it, things seem better with a different display manager rather than the gnome (gdm3) that is the default with 18.10. You can change to lightdm like this
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
I don't know if the second command is really necessary.
The only problem I've seen so far is the dropbox status icon no longer shows up in the top bar.
I am running the 410.73 Nvidia drivers.
Yeah, that works. GDM3 and Wayland is like kryptonite for NVidia.
– Sabyasachi Mukherjee
2 days ago
I was using Xorg and gdm3 and still had problems. Another issue I found with my current setup is that if the screen saver goes on during the hours when "night light" is enabled, the night light setting isn't applied after the screen comes back on. I can deal with that since now my computer boots.
– rkeating
2 days ago
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
I had this problem and though it is too early to say if I fixed it, things seem better with a different display manager rather than the gnome (gdm3) that is the default with 18.10. You can change to lightdm like this
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
I don't know if the second command is really necessary.
The only problem I've seen so far is the dropbox status icon no longer shows up in the top bar.
I am running the 410.73 Nvidia drivers.
I had this problem and though it is too early to say if I fixed it, things seem better with a different display manager rather than the gnome (gdm3) that is the default with 18.10. You can change to lightdm like this
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
I don't know if the second command is really necessary.
The only problem I've seen so far is the dropbox status icon no longer shows up in the top bar.
I am running the 410.73 Nvidia drivers.
answered Nov 20 at 2:07
rkeating
6011111
6011111
Yeah, that works. GDM3 and Wayland is like kryptonite for NVidia.
– Sabyasachi Mukherjee
2 days ago
I was using Xorg and gdm3 and still had problems. Another issue I found with my current setup is that if the screen saver goes on during the hours when "night light" is enabled, the night light setting isn't applied after the screen comes back on. I can deal with that since now my computer boots.
– rkeating
2 days ago
add a comment |
Yeah, that works. GDM3 and Wayland is like kryptonite for NVidia.
– Sabyasachi Mukherjee
2 days ago
I was using Xorg and gdm3 and still had problems. Another issue I found with my current setup is that if the screen saver goes on during the hours when "night light" is enabled, the night light setting isn't applied after the screen comes back on. I can deal with that since now my computer boots.
– rkeating
2 days ago
Yeah, that works. GDM3 and Wayland is like kryptonite for NVidia.
– Sabyasachi Mukherjee
2 days ago
Yeah, that works. GDM3 and Wayland is like kryptonite for NVidia.
– Sabyasachi Mukherjee
2 days ago
I was using Xorg and gdm3 and still had problems. Another issue I found with my current setup is that if the screen saver goes on during the hours when "night light" is enabled, the night light setting isn't applied after the screen comes back on. I can deal with that since now my computer boots.
– rkeating
2 days ago
I was using Xorg and gdm3 and still had problems. Another issue I found with my current setup is that if the screen saver goes on during the hours when "night light" is enabled, the night light setting isn't applied after the screen comes back on. I can deal with that since now my computer boots.
– rkeating
2 days ago
add a comment |
Sabyasachi Mukherjee is a new contributor. Be nice, and check out our Code of Conduct.
Sabyasachi Mukherjee is a new contributor. Be nice, and check out our Code of Conduct.
Sabyasachi Mukherjee is a new contributor. Be nice, and check out our Code of Conduct.
Sabyasachi Mukherjee is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1094348%2fubuntu-18-10-gui-does-not-load-when-nvidia-drivers-are-installed%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