ltsdw
ltsdw
I've been experiencing these hangs (where everything freezes for like 5 secs) when playing some games on wine that usually uses a lot of the CPU, sometimes when watching some...
``` dkms: 3.0.12-1 clang: 17.0.6-2 ``` As there been some debate over this on TKG and NVIDIA github (like https://github.com/NVIDIA/open-gpu-kernel-modules/issues/405), I'm facing something different, but I don't know whether it's...
Right now there's some issues when trying to compile open-gpu-kernel-modules against a kernel compiled using Clang and Thin/Full LTO. Also the script will pick the wrong version of the `strip`...
booster.yaml: ``` universal: true strip: false vconsole: false timeout: 20s append_all_modaliases: true extra_files: busybox,fsck,fsck.btrfs,fsck.xfs modules: xe,btrfs,dm_crypt,xfs compression: "" ``` grub config: ``` GRUB_CMDLINE_LINUX_DEFAULT="rd.luks.name=(uuid)=root root=/dev/mapper/root booster.log=debug,console" ``` I'd love to provide...
**Question:** Hello, thank you all for this amazing tool. 😄 Recently I was on a task to convert some PBK books into EPUB, and while trying different approaches I decided...