You are not logged in.
The terminal suddenly stopped working ($mod+Enter). When restarting i3, a config error appears. I can't edit the config. When i launch the terminal, an empty window appears; when i launch another terminal, an input line appears in the first one:
After I entered something into the terminal, I launched the third one, and what I entered appears in the first one. What could it be?
When nautilus starts, nothing is displayed; after clicking there is an error: "Unable to access location. Not authorized to perform operation"
I figured out that xterm works correctly, problems with alacritty and nautilus.
Help, please
Last edited by HomyC0der (2023-09-25 18:50:27)
Offline
>When restarting i3, a config error appears.
What is that error?
>I can't edit the config
Why can't you edit the config? Your TTY still works, right?
Do you happen to use oh-my-zsh?
How do you start X?
Offline
Do you also use a compositor (picom/xcompmgr)?
Offline
>When restarting i3, a config error appears.
What is that error?
>I can't edit the config
Why can't you edit the config? Your TTY still works, right?Do you happen to use oh-my-zsh?
How do you start X?
> What is that error?
Config error:
> Why can't you edit the config? Your TTY still works, right?
Yes, my TTY still works, but i can't normally open terminal and edit config, every action that i perform in the terminal blindly is executed only after opening one more terminal..
> Do you happen to use oh-my-zsh?
Yes, i use oh-my-zsh
> How do you start X?
startx i starting automatically with .zprofile (startx /usr/bin/i3)
Offline
Do you also use a compositor (picom/xcompmgr)?
Yes, picom
Offline
Switch your shell back to /bin/bash and proceed from there to fixing your config.
Use your TTY, not a terminal emulator, as it doesn't seem to get you anywhere right now.
Unfortunately I've got no clue what .zprofile is.
Last edited by Irets (2023-09-25 14:27:25)
Offline
Your i3config has an "I tried to use vim" error (stray "i")
Try to kill picom or just don't start it.
@Irets, https://man.archlinux.org/man/extra/zsh … DOWN_FILES
Offline
Your i3config has an "I tried to use vim" error (stray "i")
Try to kill picom or just don't start it.
picom is down, i don't know what to do, i can't normally use terminal yet
Last edited by HomyC0der (2023-09-25 14:40:13)
Offline
Have you tried to set your shell back to bash? (OMZ situation)
Have fixed your i3config?
Offline
Have you tried to set your shell back to bash? (OMZ situation)
Have fixed your i3config?
Yes, i tried to set shell back to bash, nothing. Even tried to rename config file and drop it to default (cant be an error), but terminal worked as before with lags (not work at all).
Last edited by HomyC0der (2023-09-25 15:11:46)
Offline
What is your terminal emuator?
Try xterm.
And "echo $SHELL" to make sure you're not running zsh in there.
Offline
What is your terminal emuator?
Try xterm.
And "echo $SHELL" to make sure you're not running zsh in there.
It cannot be terminal problem. Nautilus (file manager) doesn’t work to.
Btw, alacritty and i definitely changed shell to bash
Offline
What is your terminal emuator?
Try xterm.
And "echo $SHELL" to make sure you're not running zsh in there.
xterm works correctly, but when starting alacritty/nautilus - problems..i don't know how to solve this problem
Offline
glxinfo -Band please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
glxinfo -Band please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Xorg log: https://pastebin.com/WZ0NHQs2
> glxinfo -B
Error: Can't open display
Offline
glxinfo will only work with a running X11 server, but get rid of xf86-video-intel
Offline
glxinfo will only work with a running X11 server, but get rid of xf86-video-intel
glxinfo -B output: https://pastebin.com/k6p435sV
Offline
get rid of xf86-video-intel
Offline