invirent
(Carlos Carlos)
April 12, 2025, 1:04am
1
Hey everyone, im new with this linux fedora, my current fedora is fedora 41 and my problem occured after i switching my wayland to x11 using google Ai feature.
After i reboot, the page become like this, can someone explain to me why this happen and how to fix this? Thanks in advance
To add info, i use Asus Tuf A15
Gpu, Nvidia 1650 TI
Cpu, Amd ryzen 7 4000 series
Ram 16 gb
Second info: i follow this guide, the default one
vgaetera
(Vladislav Grigoryev)
April 12, 2025, 1:29am
2
Switch to another TTY: Ctrl +Alt +F1 ..F6
This should still work in F41:
sudo dnf install gnome-session-xsession
busctl call org.freedesktop.Accounts \
/org/freedesktop/Accounts/User${UID} \
org.freedesktop.Accounts.User SetSession s "gnome-xorg"
But starting with F42 things get more complicated:
1 Like
invirent
(Carlos Carlos)
April 12, 2025, 1:42am
3
Hey, thanks for your time to helping me, while i do see the command, do you know how to run terminal code, since im stuck at the page shown on image
invirent
(Carlos Carlos)
April 12, 2025, 1:54am
5
Hey thanks man, it succeeded. Thank for you help man
1 Like