You are not logged in.
Pages: 1
HI guys,
I am trying to figure out if it is possible to install i3 having only xorg installed.
I followed the installation guide for arch-linux and I installed X-org
pacman -S xorg-server xorg-server-utils xorg-xinit
I have installed and configured i3 as explained here: https://wiki.archlinux.org/index.php/i3
Despite my efforts I am not able to make it run. Could you please explain me:
1) what are the minimum requirements to run i3 in terms of desktop environment?
2) have I missed something in the installation process?
Thank you for your help!
Last edited by pappix (2014-03-17 23:12:00)
Offline
What exactly went wrong? Any errors?
If you're using ~/.xinitrc, post it.
Offline
Hi Karol,
thanks for the fast reply! I kept trying and at the end I was able to start i3 by running
xinit i3
It turned out that was failing to execute i3 because i set ~/.xinitrc in the following way:
exec i3 -V >> ~/.i3/i3log 2>&1
and since i3 was never run before there was no ~/.i3 directory. During the first execution of i3 it asks for the creation of such directory, thus after the 1st execution it is possible to write the full command line in /.xinitrc, but if you do that before, you have to create the directory first.
BTW now I am running i3 with XORG alone, it' s ugly but I am going to work on it.
Thanks for the help though, I hope this post will help someone else
Offline
Does 'startx' work now?
Offline
Yes now it works by running startx only
Last edited by pappix (2014-03-17 21:18:50)
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Not an Installation issue, moving to NC...
Offline
Pages: 1