Отключите Wayland на клиентском Ubuntu.
Определите операционную систему.
No LSB modules are available.
Distributor ID:: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename: noble
Определите тип текущей сессии.
echo $XDG_SESSION_TYPE
wayland
Проверьте текущую конфигурацию GDM.
cat /etc/gdm3/custom.conf
GDM configuration storage
See /usr/share/gdm/gdm.schemas for a list of available options.
[daemon]
Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = user1
Enabling timed login
TimedLoginEnable = true
TimedLogin = user1
TimedLoginDelay = 10
[security]
[xdmcp]
[chooser]
[debug]
Uncomment the line below to turn on debugging
More verbose logs
Additionally lets the X server dump core if it crashes
Enable=true
Отключите Wayland.
sudo sed -i 's/^#WaylandEnable=.*/WaylandEnable=false/' /etc/gdm3/custom.conf
Подтвердите изменения.
cat /etc/gdm3/custom.conf
GDM configuration storage
See /usr/share/gdm/gdm.schemas for a list of available options.
[daemon]
Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = user1
Enabling timed login
TimedLoginEnable = true
TimedLogin = user1
TimedLoginDelay = 10
[security]
[xdmcp]
[chooser]
[debug]
Uncomment the line below to turn on debugging
More verbose logs
Additionally lets the X server dump core if it crashes
Enable=true
Перезапустите службу gdm или перезагрузите операционную систему.
Определите тип текущего сеанса.
echo $XDG_SESSION_TYPE
x11
см .также: