Package Base Details: linux-nitrous

Git Clone URL: https://aur.archlinux.org/linux-nitrous.git (read-only, click to copy)
Keywords: clang clearlinux kernel linux optimized
Submitter: superboringdev
Maintainer: superboringdev (n0m4n904)
Last Packager: superboringdev
Votes: 10
Popularity: 0.000010
First Submitted: 2019-11-05 16:41 (UTC)
Last Updated: 2024-05-02 17:20 (UTC)

Pinned Comments

superboringdev commented on 2020-03-23 19:25 (UTC) (edited on 2023-09-02 09:21 (UTC) by superboringdev)

The prebuilt kernel is built using Clang/LLVM 16.

The linux-nitrous binary package can be installed by adding following lines to your /etc/pacman.conf:

[linux-nitrous]
Server = https://github.com/xdevs23/linux-nitrous/releases/latest/download/

Then you can install the package using your AUR helper or pacman (e. g. sudo pacman -Syu linux-nitrous linux-nitrous-headers)

You probably need to add the keys before being able to install my packages:

sudo pacman-key --recv-keys E9C2DECAC962CB3AF1376D44148A9E3C9C3E3BF0
sudo pacman-key --lsign-key E9C2DECAC962CB3AF1376D44148A9E3C9C3E3BF0

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

superboringdev commented on 2021-05-05 16:15 (UTC)

Versions 5.12.0-1 throughout 5.12.1-1 have missing I2C HID drivers which cause some trackpads (especially on laptops) to not be detected. This has been fixed in 5.12.1-2/3 by adding back those drivers. I'm sorry for any inconveniences caused by this issue.

superboringdev commented on 2021-04-26 20:47 (UTC) (edited on 2021-04-26 22:05 (UTC) by superboringdev)

There appears to be an issue with booting the kernel. I'm going to fix this up ASAP, please wait until this is fixed.

EDIT: Fixed in 5.12.0-2. Had to remove a portion of the hardened patches, so now we have about the same as in 5.11 of the nitrous custom kernel.

superboringdev commented on 2021-04-26 16:27 (UTC) (edited on 2021-04-26 16:27 (UTC) by superboringdev)

If everything works as expected, 5.12 is going to include:

  • ZEN patches (excluding INTERACTIVE)
  • Clear Linux patches
  • Some linux-hardened patches
  • Some of my own
  • futex-wait-multiple patches for Wine/Proton

superboringdev commented on 2021-04-14 19:02 (UTC)

This package now includes the Wireguard module built into the kernel by default and thus there is no need to install one separately.

superboringdev commented on 2020-12-11 18:12 (UTC)

@Scimmia Thank you for letting me know. I've removed the respective lines and will be available when the new version is ready.

Scimmia commented on 2020-12-10 16:42 (UTC)

Please see the warning here: https://wiki.archlinux.org/index.php/Kernel/Arch_Build_System#Modifying_the_PKGBUILD

superboringdev commented on 2020-11-24 23:46 (UTC) (edited on 2020-11-25 10:34 (UTC) by superboringdev)

There is currently a syntax error in the install script which does not appear to cause any issues aside from an error appearing during install (but it still succeeds) but will likely cause boot issues after a reboot, so please refrain from updating, downgrade to 5.9.10 or keep a different kernel installed on the side. Will be fixed in a new update.

EDIT: fixed in 5.9.11-9

superboringdev commented on 2020-11-22 19:43 (UTC)

@thaewrapt linux-zen-git is still doing depmod and mkinitcpio: https://aur.archlinux.org/cgit/aur.git/tree/linux-zen.install?h=linux-zen-git

Which surprises me but I'm going to remove that for the next update if it doesn't cause any issues.

superboringdev commented on 2020-11-22 19:34 (UTC)

@hashworks thanks for reporting the issue, I have added the lld dependency to all packages.