You are not logged in.

#1 2019-06-02 17:29:19

GAZ082
Member
Registered: 2015-06-02
Posts: 32

[SOLVED] Gnome3 3.32.2 keeps falling back to X11. Tried a few things.

Hey. I see the "Gnome" option and the "Gnome Xorg" in the user launcher but even when I have Gnome selected it falls back to X11.

How do I know this?

$XDG_SESSION_TYPE
x11

I have an AMD card RX550, already tried to load the amdgpu module early in the DKMS thingie and also adding

MUTTER_ALLOW_HYBRID_GPUS=1

to /etc/environment

Also adding stuff to the .bash_profile as shown in the wiki, no luck.

This is my journal:

https://pastebin.com/raw/ak934e71

Any help is appreciated!

Last edited by GAZ082 (2019-06-02 21:25:51)

Offline

#2 2019-06-02 17:53:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,373

Re: [SOLVED] Gnome3 3.32.2 keeps falling back to X11. Tried a few things.

Elaborate on "stuff", which stuff, post your exact file.

That journal is only the user session and doesn't contain any relevant information on what is happening earlier, post a

sudo journalctl -b

instead.

Offline

#3 2019-06-02 19:43:07

GAZ082
Member
Registered: 2015-06-02
Posts: 32

Re: [SOLVED] Gnome3 3.32.2 keeps falling back to X11. Tried a few things.

V1del wrote:

Elaborate on "stuff", which stuff, post your exact file.

That journal is only the user session and doesn't contain any relevant information on what is happening earlier, post a

sudo journalctl -b

instead.


Sudo journal:
https://pastebin.com/QmX6vytJ

I already mentioned what I tried, but let me clarify the .bash_profile thing i tried, from the wiki:

To start on login to tty1, add the following to your .bash_profile:
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]] && [[ -z $XDG_SESSION_TYPE ]]; then
  QT_QPA_PLATFORM=wayland XDG_SESSION_TYPE=wayland exec dbus-run-session gnome-session
fi
In case it does not work as expected, you may try to change [[ -z $XDG_SESSION_TYPE ]] to [[ $XDG_SESSION_TYPE = tty ]].

Thanks.

Last edited by GAZ082 (2019-06-02 19:43:27)

Offline

#4 2019-06-02 20:23:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,373

Re: [SOLVED] Gnome3 3.32.2 keeps falling back to X11. Tried a few things.

Offline

#5 2019-06-02 20:27:00

GAZ082
Member
Registered: 2015-06-02
Posts: 32

Re: [SOLVED] Gnome3 3.32.2 keeps falling back to X11. Tried a few things.

Thanks, I see no duplicates:

gnome-classic.desktop
gnome.desktop
gnome-xorg.desktop
mate.desktop

Offline

#6 2019-06-02 20:51:00

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,373

Re: [SOLVED] Gnome3 3.32.2 keeps falling back to X11. Tried a few things.

on a proper default setup gnome.desktop will be a duplicate, is this the one from xsessions or the one from wayland-sessions? Did you try to rule out lightdm by omitting it and FWIW executing your bashrc, which would need you to log into a normal console session.

You might also want to rule out whether this is a slick-greeter issue.

Last edited by V1del (2019-06-02 21:07:09)

Offline

#7 2019-06-02 21:25:07

GAZ082
Member
Registered: 2015-06-02
Posts: 32

Re: [SOLVED] Gnome3 3.32.2 keeps falling back to X11. Tried a few things.

V1del wrote:

on a proper default setup gnome.desktop will be a duplicate, is this the one from xsessions or the one from wayland-sessions? Did you try to rule out lightdm by omitting it and FWIW executing your bashrc, which would need you to log into a normal console session.

You might also want to rule out whether this is a slick-greeter issue.

Thank you. Removed lightdm, used gdm and started working. Something may be wrong in the lightdm starting scripts as you stated.

Offline

Board footer

Powered by FluxBB