You are not logged in.

#1 2024-08-04 16:52:12

SaynedBread
Member
Registered: 2023-12-03
Posts: 3

Can't start GNOME Wayland

Hey! I recently switched to GNOME because I found Plasma too buggy and in my opinion GTK is also better than QT (just yapping).

I recently noticed (when running fastfetch) that Mutter displays as: Mutter (X11), so I checked if it's actually running with X11 by running:

$ echo $XDG_SESSION_TYPE

and it returned:

x11

So I was right, now I start GNOME with GDM and I specifically enabled GDM to launch (with systemctl) to start GNOME but GDM only has GNOME CLASSIC and GNOME, also it only display the X11 version of Plasma so "I looked into the matter" on the ArchWiki GDM page (https://wiki.archlinux.org/title/GDM) and I found that setting:

#WaylandEnable=false

to:

WaylandEnable=true

(in /etc/gdm/custom.conf) might help with my issue but it didn't.

Then I checked the GNOME ArchWiki page (https://wiki.archlinux.org/title/GNOME) and I found that I could launch GNOME Wayland with:

$ XDG_SESSION_TYPE=wayland dbus-run-session gnome-session

but when I ran it it returned absolutely nothing.

Also I have an RX 7700XT with the amdgpu drivers, and I also added it to the mkinitcpio.conf "MODULES". ALSO I use the linux-zen kernel, I don't know if that matters.

I don't know what to do anymore. Sorry if this isn't the correct format to write a "help request" and sorry but I don't know what logs to attach.


i play war thunder btw smile

Offline

#2 2024-08-04 17:58:39

afader
Member
Registered: 2013-09-12
Posts: 176

Re: Can't start GNOME Wayland

Offline

#3 2024-08-04 20:41:01

SaynedBread
Member
Registered: 2023-12-03
Posts: 3

Re: Can't start GNOME Wayland

It's already enabled.


i play war thunder btw smile

Offline

#4 2024-08-05 11:15:18

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,237

Re: Can't start GNOME Wayland

GDM logs everything in the systemd journal.

Please run as root

# journalctl -b | curl -F 'file=@-' 0x0.st 

That command will upload your journal to a public hosting site and output a link when finished.
Post that link .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Online

#5 2024-08-05 20:25:35

SaynedBread
Member
Registered: 2023-12-03
Posts: 3

Re: Can't start GNOME Wayland

Okay, here's my journalctl output: http://0x0.st/XVb-.txt


i play war thunder btw smile

Offline

#6 2024-08-06 10:29:37

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,237

Re: Can't start GNOME Wayland

Aug 05 12:52:06 i-use-arch-btw systemd[1]: Starting GNOME Display Manager...
Aug 05 12:52:06 i-use-arch-btw systemd[1]: Started GNOME Display Manager.
Aug 05 12:52:06 i-use-arch-btw systemd[1]: Reached target User and Group Name Lookups.
Aug 05 12:52:06 i-use-arch-btw systemd[1]: Starting Accounts Service...
Aug 05 12:52:06 i-use-arch-btw systemd[1]: Started libvirt legacy monolithic daemon.
Aug 05 12:52:06 i-use-arch-btw systemd[1]: Reached target Multi-User System.
Aug 05 12:52:06 i-use-arch-btw systemd[1]: Reached target Graphical Interface.

Multi-user & Graphical interface should be finished initialising before starting a display manager .

Append systemd.unit=multi-user.target to your boot comand line . How to do that depends on your chosen bootloader.

The setting will disable starting gdm and give you a tty login screen .
Wait about  a minute so the system can settle down, then login as root and start gdm manually .

Try to start a wayland session, then post the journal from the boot.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Online

#7 2024-08-06 16:58:26

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,735
Website

Re: Can't start GNOME Wayland

Did Plasma use Wayland? Do any other Wayland desktops work?


Para todos todo, para nosotros nada

Offline

Board footer

Powered by FluxBB