i use cpu ryzen 9 5950x + rx6800xt + chipset b500
I installed gentoo from livegui-amd64-
installation commands
Code: Select all
mount -o bind /proc /mnt/gentoo/proc
mount --rbind /sys /mnt/gentoo/sys
mount --make-rslave /mnt/gentoo/sys
mount --rbind /dev /mnt/gentoo/dev
mount --make-rslave /mnt/gentoo/dev
mount --rbind /run /mnt/gentoo/run
mount --make-slave /mnt/gentoo/run
test -L /dev/shm && rm /dev/shm && mkdir /dev/shm
mount --types tmpfs --options nosuid,nodev,noexec shm /dev/sh
mount --make-rslave /mnt/gentoo/dev/shm
mkdir -p /mnt/gentoo/run/udev
mount -o rbind /run/udev /mnt/gentoo/run/udev
mount --make-rslave /mnt/gentoo/run/udev
mount -o remount,rw,nosuid,nodev,noexec --types efivarfs efivarfs /sys/firmware/efi/efivars
mount --make-rslave /mnt/gentoo/sys/firmware/efi/efivars
chroot /mnt/gentoo /bin/env -i TERM=$TERM /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1"Gentoo starts normally, but the screen locker works with failures and the system constantly throws to the lock screen
the desktop kde starts only after the command startx
please tell me how this can be fixed

