Upgraded today to Kubuntu 23.04 from 22.10, simply using the prompt that popped up in the bottom right of the screen (warning me that 22.10 would reach EOL in less than 90 days).
All seemed to go well, but upon rebooting the system to complete installation, I couldn't seem to continue booting past the manufacturer's screen (which in my case, prompts me to unlock my fully encrypted drive).
I turned out to be able to get a TTY, logged in and tried to start X manually by running `startplasma-x11`. This failed with the following error:
Trying `startx` also fails:
Finally, trying `startplasma-wayland` sort of worked, in the sense it got me to a graphical environment.
Of course, this is not suitable, as I understand that the Wayland session is there for testing purposes only, and not actually supported. I would like to restore the normal login behavior, with a graphical login screen that starts a Xorg session by default.
Any ideas or pointers are welcome. Thank you very much.
All seemed to go well, but upon rebooting the system to complete installation, I couldn't seem to continue booting past the manufacturer's screen (which in my case, prompts me to unlock my fully encrypted drive).
I turned out to be able to get a TTY, logged in and tried to start X manually by running `startplasma-x11`. This failed with the following error:
Code:
meladoro@localhost:~$ startplasma-x11 $DISPLAY is not set or cannot connect to the X server.
Code:
meladoro@localhost:~$ startx X.Org X Server 1.21.1.7 X Protocol Version 11, Revision 0 Current Operating System: Linux localhost 6.2.0-20-generic #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 6 07:48:48 UTC 2023 x86_64 Kernel command line: BOOT_IMAGE=/vmlinuz-6.2.0-20-generic root=/dev/mapper/vgkubuntu-root ro quiet splash vt.handoff=7 xorg-server 2:21.1.7-1ubuntu3 (For technical support please see http://www.ubuntu.com/support) Current version of pixman: 0.42.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 25 10:31:16 2023 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Fatal server error: (EE) no screens found(EE) (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. (EE) (EE) Server terminated with error (1). Closing log file.
Of course, this is not suitable, as I understand that the Wayland session is there for testing purposes only, and not actually supported. I would like to restore the normal login behavior, with a graphical login screen that starts a Xorg session by default.
Any ideas or pointers are welcome. Thank you very much.
Comment