command open display "default display"
unable to connect to X11 display. Is $DISPLAY set?
command open display "default display"
unable to connect to X11 display. Is $DISPLAY set?
architect% _
if i type echo $SHELL it returns /usr/bin/zsh
if i type echo $DISPLAY it returns empty line
that is why i thought it was problem with $DISPLAY variable
i didn’t want to assume problem was related to video card
I’m not sure if the issue is due to append_path error, but probably you should try to fix it. As far as I understand the solution is to merge changes introduced by an update to /etc/profile file. You can use sudo pacdiff command to do that and better read this wiki article on how to handle .pacnew files.
ok i entered sudo pacdiff and overwrote existing files to merge updates
now if i try to login as regular user or root in tty it returns Login incorrect
i remember option to chroot available through live USB for repair options
when i try to boot , the installation stops at FINISHED TLP system startup/shutdown
i am willing to learn my mistake but do not know how to diagnose the problem.
I guess you overwrote not only profile but also shadow which stores login and password information. I would recommend next time to view changes and apply them line by line where necessary. And don’t overwrite shadow.
Does that mean you can not boot to live USB? If you can, try to chroot manually. I think there are some how-tos on the forum or on the wiki. If no luck, maybe reinstall is an option too.