Skip to main content
Recent Posts
1
dinit / Re: Dinit: ly doesn't start, permission denied error
Last post by davmac -
There's a relevant discussion here.

Basically, ly contains a dinit service file in its source tree, but has "$EXE" in place of the actual executable name ("ly-dm"). (I assume that as part of the build or install process it gets updated with the actual executable name but I haven't verified that).

Apparently for the Artix package, that service file was used verbatim without replacing "$EXE" by "ly-dm" (and apparently, without testing the result). See the repo (the ly file within).

To fix it, edit the /etc/dinit.d/ly file and change "command = $EXE" to "command = /usr/bin/ly-dm". And read the rest of that first discussion I linked as it may be relevant.
9
System / Re: [SOLVED?] NVIDIA driver seems to prevent suspending on laptop
Last post by x_x -
I also have this issue. Sadly setting NVreg_PreserveVideoMemoryAllocations=0 breaks wayland, so I cannot use it to fix this problem.
I think there is a more underlying issue here. As far as I can tell, there seems to have been an update to the nvidia driver, requiring some services to be running to get into sleep successfully without messing with the options. On Arch they are implemented as systemd units, but I don't think they have been ported to Artix.
This related post is kind of describing this, and I think the timeframe is also right since I have been experiencing this for quite some time now: https://forum.artixlinux.org/index.php/topic,7394.msg44528.html
10
Discussion about Artix / Artix wiki OpenRC error
Last post by tauro -
rc.local, first paragraph
create /etc/rc.local/rc.local.start

should be
create /etc/local.d/rc.local.start

There's also a colon after that paragraph that shouldn't be there.