Package Details: linux-nitrous 6.5.5-2

Git Clone URL: https://aur.archlinux.org/linux-nitrous.git (read-only, click to copy)
Package Base: linux-nitrous
Description: Modified Linux kernel optimized for Skylake and newer, compiled using clang
Upstream URL: https://gitlab.com/xdevs23/linux-nitrous
Keywords: clang clearlinux kernel linux optimized
Licenses: GPL2
Provides: NTFS3-MODULE, WIREGUARD-MODULE
Submitter: superboringdev
Maintainer: superboringdev (n0m4n904)
Last Packager: superboringdev
Votes: 10
Popularity: 0.000857
First Submitted: 2019-11-05 16:41 (UTC)
Last Updated: 2023-09-25 20:58 (UTC)

Required by (2)

Sources (2)

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

1 2 3 4 5 6 .. 8 Next › Last »

superboringdev commented on 2023-07-28 16:57 (UTC)

@Korialo As you already mentioned, the configs are enabled. I didn't see the edit until now. Perhaps you need to add the elan_i2c module to your mkinitcpio.conf in MODULES so that it gets loaded early?

superboringdev commented on 2023-07-24 15:02 (UTC)

@Korialo Yes, that's the same thing you asked for. As I said, I'll enable the configs soon.

Korialo commented on 2023-07-24 14:04 (UTC)

@superboringdev thank you for your quick reply, also I found this in the Linux-Clear github https://github.com/clearlinux/distribution/issues/2252 maybe related?

superboringdev commented on 2023-07-24 13:56 (UTC)

@Korialo sure, I'll enable MOUSE_PS2_ELANTECH_SMBUS and MOUSE_ELAN_I2C_SMBUS in the next release.

Korialo commented on 2023-07-24 13:51 (UTC) (edited on 2023-07-24 13:59 (UTC) by Korialo)

Can you enable this:

psmouse serio1: elantech: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_ELANTECH_SMBUS and MOUSE_ELAN_I2C_SMBUS are enabled to get a better touchpad experience.

since I can't see any option to do it in PKGBUILD, as in a way to mo Kconfig, ...etc. Thanks.

Edit: NVM, I checked the .config both are enabled, by default. I wonder why this message appears in my journal.

d00d00 commented on 2021-11-25 21:22 (UTC)

@superboringdev awesome, thank you!

superboringdev commented on 2021-11-24 19:11 (UTC)

I enabled the NTFS3 module including ACL and LZX support. Next release will have it.

superboringdev commented on 2021-11-23 22:50 (UTC)

Sure, I'll take a look when I get some time for it, probably within a week.

d00d00 commented on 2021-11-23 21:57 (UTC)

Would it be possible to have the ntfs3 module with lzx compression added to the binary distribution of this kernel? ntfs3 is stable now and in the mainline kernel. There's a dkms package for it in the AUR but it's a backport and only maintained for compatibility now that ntfs3 is mainline.