You are not logged in.
Pages: 1
I've recently reinstalled Arch (with i3 for the first time). In my .bash_profile:
# Other stuff
if [[ "$(tty)" = "/dev/tty1" ]]; then
startx
fiand my .xinitrc:
exec i3For a while, whenever I signed in, it worked fine. I had to log in through tty1 but after that, i3 started without a problem. I then installed a bunch of packages (some simple stuff like GIMP, Vivaldi, feh, etc). Now, whenever I log in through tty1, it says (I'm new to BBCode so I'm not sure how to do inline code, sorry
):
xf86EnableIOPorts: failed to set IOPL for I/O (operation not permitted)cannot open /var/lib/xkbservercannot open /var/lib/xkbserver-0.kbmI've since managed to launch i3 by adding /var/lib/ to a group I'm in, and giving it g+w permissions, which worked. On subsequent restarts though, it resets and I need to change the permission again.
What's the problem? I'm thinking that a package I installed writes to xkbserver but doesn't have the right permissions, but I'm still a beginner so I'm not sure. How can I fix this, and why is it happening? (This is my first post here so please let me know if I should include anything else
)
Offline
https://wiki.archlinux.org/index.php/Xorg#Rootless_Xorg
Edit: pay attention to the xserverrc thing.
Also https://wiki.archlinux.org/index.php/Ge … al_console & https://wiki.archlinux.org/index.php/Xi … X_at_login
Last edited by seth (2021-04-11 07:48:25)
Online
Pages: 1