I just upgraded to Ubuntu 23.04 from 22.10, upgrade indicated no errors. I rebooted onto Ubuntu 23.03, the reboot produced a blank screen. I powered off and waited. Powered back on, the Ubuntu logo appeared when through all the usual processes but still no login screen just blank. Any assistance would be appreciated. Do I need to do a complete install? The host machine is a Dell XPS15.
Asked
Active
Viewed 754 times
1 Answers
0
I've had this problem after a 23.04 upgrade. The only way to get the display to work was to boot with the nomodeset option, but then my external monitor wasn't detected. I've solved enabling Wayland, that for some reason was disabled.
You can check if Wayland is disabled in favor of Xorg with
echo $XDG_SESSION_TYPE
If the output is x11, you can enable Wayland editing the file /etc/gdm3/custom.conf and comment the line
#WaylandEnable=false
or modify it to
WaylandEnable=true
then reboot pressing Ctrl+Alt+Del and be sure to select Ubuntu clicking on the gear icon at the login screen.
try Ubuntu
from the iso before committing to the upgrade to see how it performed? – graham Apr 22 '23 at 14:43I had this problem on Raspberry Ubuntu where this resolution was invalid for my monitor, and my notebook also does not have this mode, so could the answer be found in "How do I set my default resolution in UbuntuStudio 23.04?"
– MrG Apr 22 '23 at 22:35Try Ubuntu
from the iso to see how it performed. – graham Apr 23 '23 at 07:35I did discover multi-user mode and switched to that so I could login (and get at my files) but that also meant I could run startx from within my user account, and this confirmed the block: the nvidia driver cannot connect to xorg and bails. Historically this is blamed on the driver not matching the kernel. Using nouveaux after purging nvidia is ugly low-res, but at least I can kinda work.
– MrG Apr 23 '23 at 22:33