Laptop acer with gtx1050 4gb, os: kali, no output to external monitor via HDMI

Hello,
please tell me why second monitor does not work/detect which is connected via hdmi. if you need the output of some commands, I will quickly provide them

System info:
Linux pc 5.8.0-kali2-amd64 #1 SMP Debian 5.8.10-1kali1 (2020-09-22) x86_64 GNU/Linux

Drivers:
apt list | grep nvidia-driver

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
nvidia-driver-bin/kali-rolling,now 450.66-1 amd64 [installed,automatic]
nvidia-driver-libs/kali-rolling,now 450.66-1 amd64 [installed,automatic]
nvidia-driver/kali-rolling,now 450.66-1 amd64 [installed]

GPU detected:

sudo dmesg | grep -i hdmi
    [    0.166259] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
    [    3.516953] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
    [    3.517279] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input26
    [    3.517342] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input27
    [    3.517390] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input28

GPU list:

    xrandr --listproviders
    Providers: number : 2
    Provider 0: id: 0x43 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 1 associated providers: 0 name:modesetting
    Provider 1: id: 0x248 cap: 0x2, Sink Output crtcs: 4 outputs: 1 associated providers: 0 name:NVIDIA-G0

Monitors:

Nvidia X Server found two displays:

xrandr detect only one:

    xrandr --listmonitors
    Monitors: 1
     0: +*eDP-1 1920/344x1080/193+0+0  eDP-1

ps:
I will be very grateful, sorry for the bad English (speak Russian)

up.