Fresh base install with S6, how do I actually launch Xorg?
Hey there. Just finished installing Artix S6 base, and I got all my packages installed too. It is my first time using S6, and I didn't want to go the s6-plasma.iso route just so I can see what it takes to actually set it up for science.
So I installed the following packages, when I logged in after finishing main install: linux-zen linux-zen-headers nvidia nvidia-libgl nvidia-dkms nvidia-utils nvidia-settings xorg sddm sddm-s6 plasma
Then I added sddm and elogind into services, but in return I get a message which says
[system lizard]# s6-rc-bundle-update -c add default sddm elogind
s6-rc-bundle-update is now deprecated and may be removed in the future!
Bundle contents should be updated by touching files in the contents.d directory and running s6-db-reload!
s6-rc-bundle-update: usage: s6-rc-bundle-update [ -c compiled ] command... (use s6-rc-bundle-update help for more information)
Am I doing it wrong? Or this deprecated message is going to be displayed for awhile until it is removed?
If I check what's in the startup list with "s6-rc -a list" I do see services "sddm elogind" listed there, along with NetworkManager which I added earlier.
So how do I launch Xorg manually so that I can see graphical login screen? My expectation was that after installing the packages and throwing sddm/elogind into services it's gonna work xD I'd really appreciate some help, I made it extra difficult for myself since I haven't ever really used plasma either smh.