Quote from: finnmccool on Today at 01:07:00
> Anyone here tried rootloader?
>
Could you show a link to this project?
Quote from: finnmccool on Today at 01:07:00
> Anyone here tried rootloader?
>
Could you show a link to this project?
Manually created entries can look like this:
[code]/+Artix Linux
//ROOT
///linux
protocol: linux
path: boot():/vmlinuz-linux
cmdline: root=LABEL=ROOT rw
module_path: boot():/initramfs-linux.img
///linux-lts
protocol:...
A noob-ish question about boot configuration to learn further and complete the job. I've been spoiled all these years with Pop!_OS and systemd-boot, but currently I've been experimenting with Artix. The story so far for context is, I initially...
Anyone here tried rootloader?
I'll go try that later.
I had a similar issue, Greetd + nwg-hello not starting instead of LightDM, and Plasma Wayland having no audio with mice and kbd working.
I fixed it by adding a readiness notification the s6 service (which made the repurposed udevadm oneshot not race...
So I updated to the new packages and now LightDM just does not ever actually launch, and when I try to start X from the command line my keyboard and mouse don't get handed over.
Edit: I had to go back to udev for now. For some reason gardendevd...
Seems forcing the font cache refresh via `fc-cache -r` mitigates the issue, will keep an eye on things.
Most likely the nvidia module isn't loaded (e.g. missing package or after an upgrade).
According to the upstream developer, nothing is expected to break, as every piece of udev functionality is implemented in gardendevd and they're not aware of any end-user software using [url=https://git.pinkro.se/Rose/gardenhouse/seedfiles.git/tree/REA...
What applications could stop working or lose functionality with such a change?
Quote from: capezotte on Today at 16:52:10
I personally think it makes sense, but it's up to the higher ups if they want to replace the systemd based PKGBUILDs.
In the meantime, I'm running https://codeberg.org/Capezotte/gardendevd-pkgbuil...
If you're not familiar, Gardenhouse is a project to replace a lot of systemd tooling with different, more modular tools often using preexisting tools to do so. Two big ones that stick out are gardendevd, a replacement for udev based on mdevd, and...
Thank you for that hint. Though, as I understand it elogind would still create cgroups for sessions directly under the cgroup root.
I had tried it with namespacing in February, but it wasn't a good solution either. Then I was out of steam.
Now I've...
Being able to boot into read-only snapshots is truly one of the most annoying things to get to work. I have looked into this with 3 different boot loaders: systemd-boot , grub and limine. By default, all fail , due to dinit -...
There is no `.config/fontconfig/` folder in my home, but even after deleting the cache there is no change.
For now I'll stay on 2.17.1 until a new fontconfig version comes out.
That's strange. Restart should help. Could you try upgrade fontconfig package, restart system but don't login with login manager but go to TTY with ctrl+alt+f1 or f3 and log in as root, go to your home user folder (/home/user/) and delete these two...
Yes, that's how I realized that things were broken.
Did you restart your computer after upgrading FontConfig to version 2.18.1-1?
Greetings,
After updating my system, fontconfig updated from version 2.17.1-1 all the way up to 2.18.1-1 and it has broken several applications and web pages.
The problem shows itself as some fonts not rendering at all and, in the case of conky,...
Thank you.
To cut my oddysee short:
I mainly need a way to run a command/script, after resume from suspend. That should really do all I need.
Yes I tried that already both with
Code: [Select]
msr.allow_writes=on
and with
[code]msr.safe_list=0x150[/code...
Ok, I think I'll wait for the stable update. Thanks Artist. Gonna mark this as solved.
[code][2026-06-03 18:39:33] (II) LoadModule: "nouveau"
[2026-06-03 18:39:33] (II) Loading /usr/lib/xorg/modules/xlibre-25/drivers/nouveau_drv.so
[2026-06-03 18:39:33] (II) Module nouveau: vendor="X.Org Foundation"
[2026-06-03 18:39:33] compiled for...
Quote from: Biswa on Today at 18:41:15
> Quote from: Sneed on 01 June 2026, 21:36:26
>
>> @Biswa @SouthAfricanNerd I'm getting the same thing with snapper using the default snapshot subvolume...
Quote from: Sneed on 01 June 2026, 21:36:26
@Biswa @SouthAfricanNerd I'm getting the same thing with snapper using the default snapshot subvolume (/.snapshots). Looks like dinit is booting but no other...
I'm on xlibre-xserver 25.0.0.23-1. Xorg log with 20-dri.conf in place when it won't start the GUI?
[code][2026-06-03 18:39:33] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,...
This might be https://github.com/X11Libre/xserver/issues/1863
Which xlibre version do you use?
Pls upload the xorg log file.
artist
Hello guys, at some point after mesa/xlibre update i had to move
Code: [Select]
20-dri.conf
file from
Code: [Select]
/etc/X11/xorg.conf.d/
cause I wasn't able to log into graphical interface due to this error:
[code]Failed to read display number from...
@Biswa @SouthAfricanNerd I'm getting the same thing with snapper using the default snapshot subvolume (/.snapshots). Looks like dinit is booting but no other services are loaded due to a dinit socket comms...
Quote from: Biswa on 29 May 2026, 20:10:00
Quote from: Sneed on 11 April 2026, 15:38:02
Did you set up a dinit service for grub-btrfs? I have working service files here in case there's something off with the grub-btrfs daemon (also on...