Package Details: linux-nitrous-headers 6.8.7-1

Git Clone URL: https://aur.archlinux.org/linux-nitrous.git (read-only, click to copy)
Package Base: linux-nitrous
Description: Header files and scripts for building modules for Linux kernel (tagged git version)
Upstream URL: https://gitlab.com/xdevs23/linux-nitrous
Keywords: clang clearlinux kernel linux optimized
Licenses: GPL2
Submitter: superboringdev
Maintainer: superboringdev (n0m4n904)
Last Packager: superboringdev
Votes: 10
Popularity: 0.000014
First Submitted: 2019-11-05 16:41 (UTC)
Last Updated: 2024-04-17 18:18 (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

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

superboringdev commented on 2024-03-13 16:46 (UTC)

Can you please include in this kernel the new Intel Xe graphics driver? It was added in 6.8 .

@fmc000 Yes, I have enabled it in the configs. The next release will include it.

fmc000 commented on 2024-03-13 12:04 (UTC)

Can you please include in this kernel the new Intel Xe graphics driver? It was added in 6.8 .

superboringdev commented on 2024-01-27 14:02 (UTC) (edited on 2024-01-27 14:02 (UTC) by superboringdev)

The key used to sign the binary packages has been updated to extend its expiry date and update the uid. Please pull the new key to make sure you can receive updates in the future.

sudo pacman-key --keyserver hkp://keyserver.ubuntu.com --recv-keys E9C2DECAC962CB3AF1376D44148A9E3C9C3E3BF0
sudo pacman-key --lsign-key E9C2DECAC962CB3AF1376D44148A9E3C9C3E3BF0

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!