I suspect it's due to the most recent update but I am not sure what was changed. I am using GDM3 Ubuntu with Wayland disabled. Now if i login with normal user, the xsession manager will go to failsafe mode and fail again, with a freezing login xwindows.
If I go to console and "sudo service gdm3 stop
" and then using startx, normal user will fail, root will success, eventually my current hack is: "sudo -u username startx
" (this will skip my ~/.profile
, another headache). btw, after I logged in, i noticed the sidebar disappeared, it's replaced by an auto-hidden bottom bar (I actually liked it once I get used to it).
The error in the syslog is: xf86OpenConsole: Switching VT failed
. I think I also tried a few other options and occasionally it's "xf86enableioports failed to set iopl", probably due to the same cause.
I have tried: delete /etc/X11/xinitrc
, .xinitrc
(those are basically empty anyway). I have tried "sudo chmod u+s /usr/bin/xinit
". I have tried Gnome classic too, then also tried lightdm, non of these worked.
My video card is Nvidia Quadro M1200 Mobile but i believe i am using the fallback Intel HD P630. (Nvidia driver is another long story from my search ...)
I even upgraded my kernel to 5.15 (some searches say that it's the 5.13 kernel bug) and it did not help. Additional info from screenfetch: DE: GNOME 40.0, WM: Mutter
UPDATE: default WM works at console 1, four hours after this post. I am totally lost ... The sidebar is back, i guess default startx was gnome classic? (have not tried yet)