Этот коммит содержится в:
Ihar Hancharenka 2024-03-31 20:27:42 +03:00
родитель 166ba9a904
Коммит 04c418ca00

Просмотреть файл

@ -4,8 +4,13 @@
``` ```
$ sudo systemctl disable lightdm.service $ sudo systemctl disable lightdm.service
Synchronizing state of lightdm.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install disable lightdm
Removed "/etc/systemd/system/display-manager.service".
$ sudo systemctl enable --now lightdm.service $ sudo systemctl enable --now lightdm.service
$ sudo dpkg-reconfigure lightdm $ sudo dpkg-reconfigure lightdm
$ sway -d --unsupported-gpu $ sway -d --unsupported-gpu
``` ```