You are not logged in.
Pages: 1
loginctl
SESSION UID USER SEAT TTY
17 1000 jm seat0 tty2loginctl show-session 17 -p Type
Type=x11In gdm under little cog when I can change sessions I have only GNOME and GNOME Classic
Last edited by 860lacov (2021-02-08 23:09:30)
Offline
Do you have the nvidia driver loaded in any shape or form? GDM ships with a udev rule to enforce X11 if it detects the nvidia kernel module.
https://wiki.archlinux.org/index.php/GD … DIA_driver
Last edited by V1del (2020-11-04 09:09:37)
Offline
Do you have the nvidia driver loaded in any shape or form? GDM ships with a udev rule to enforce X11 if it detects the nvidia kernel module.
Yes
I use Nvidia driver (GTX780). The latest one.
I did:
GDM doesn't work well in Wayland mode with the proprietary NVIDIA driver. When using this driver, GDM will use Xorg instead.[7]
To force-enable Wayland, disable the udev rule responsible for disabling Wayland in GDM:
# ln -s /dev/null /etc/udev/rules.d/61-gdm.rulesBut after system reboot there are no changes
Offline
You will also have to change the configuration read a few sections down, and uncomment/set the WaylandEnable= variable to true
...
But this rule is not in place for fun and the warning isn't either, it's unlikely to work well.
Last edited by V1del (2020-11-04 09:25:23)
Offline
You will also have to change the configuration read a few sections down, and uncomment/set the WaylandEnable= variable to true
...
But this rule is not in place for fun and the warning isn't either, it's unlikely to work well.
I did:
To use the Xorg backend by default, uncomment the following line in /etc/gdm/custom.conf:
WaylandEnable=trueand
To let GDM use Wayland, comment out the related line:
#DRIVER=="nvidia", RUN+="/usr/lib/gdm-disable-wayland"But still it's x11
A short time ago I wasn't aware about wayland existence. There are probably no real benefits for me, so I maybe I should wait for better support.
Offline
It's just Nvidia refusing to work with GBM and going its own way with EGLStreams. You can start reading more here https://wiki.archlinux.org/index.php/Wayland
Offline
It's just Nvidia refusing to work with GBM and going its own way with EGLStreams. You can start reading more here https://wiki.archlinux.org/index.php/Wayland
I've been there.
But I don't know, and didn't find information how to enable EGLStreams in Gnome
From AUR I did install weston-eglstream but no changes and I have no idea
Offline
Pages: 1