История изменений
Исправление Alex202020, (текущая версия) :
vaddd Переменная возвращается на echo, но startx выдаёт запрет на запуск
aleksey@Linux-comp:~$ export DISPLAY=:0.0
aleksey@Linux-comp:~$ echo $DISPLAY
:0.0
aleksey@Linux-comp:~$ startx
/usr/lib/xorg/Xorg.wrap: Only console users are allowed to run the X server
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
Couldn't get a file descriptor referring to the console.
Исходная версия Alex202020, :
Переменная возвращается на echo, но startx выдаёт запрет на запуск
aleksey@Linux-comp:~$ export DISPLAY=:0.0
aleksey@Linux-comp:~$ echo $DISPLAY
:0.0
aleksey@Linux-comp:~$ startx
/usr/lib/xorg/Xorg.wrap: Only console users are allowed to run the X server
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
Couldn't get a file descriptor referring to the console.