Package Details: linux-clear-headers 6.10.10-1

Git Clone URL: https://aur.archlinux.org/linux-clear.git (read-only, click to copy)
Package Base: linux-clear
Description: Linux kernel with patches from Clear Linux which allow for higher performance. This package includes header files and scripts for building kernel modules.
Upstream URL: https://github.com/clearlinux-pkgs/linux
Keywords: clear clearlinux intel kernel
Licenses: GPL-2.0-only
Submitter: metak
Maintainer: JeremyStarTM
Last Packager: JeremyStarTM
Votes: 73
Popularity: 1.71
First Submitted: 2018-01-18 21:47 (UTC)
Last Updated: 2024-09-14 15:49 (UTC)

Pinned Comments

JeremyStarTM commented on 2024-08-06 19:37 (UTC) (edited on 2024-08-18 08:22 (UTC) by JeremyStarTM)

The PKGBUILD supports customization via environment variables. Here's a list of all of them:
_makemenuconfig: Invokes make menuconfig (default configuration menu) before compilation starts
_makenconfig: Invokes make nconfig (nicer configuration menu) before compilation starts
_makexconfig: Invokes make xconfig (GUI configuration menu) before compilation starts
_use_current: Will use the configuration of the running kernel, if the running kernel is compiled with IKCONFIG_PROC
_copyfinalconfig: Copies the final kernel configuration into the repository root as kconfig-new before compilation starts
_localmodcfg: Only compiles modules found in modprobed-db's database (which decreases compilation time and kernel size)
_use_llvm_lto: Compiles the kernel with LLVM instead of GCC. Should work, if not write a comment
_subarch: Specifies the sub architecture to compile for (see the PKGBUILD file for a list of all subarches). Default is 40 (Generic-x86-64), which is \compatible with all amd64 processors. Must be a number
_debug: Force enables debug options when set to y, force disables debug options when set to n or uses the config defaults when unset

All of these variables just need to be set for them to apply, except for _subarch and _debug.

If you want a dead simple way to compile this package, you can try out my build tool. It includes a few no nonsense changes to the kernel configuration and allows you to configure the PKGBUILD in a simple manner and decrease build time. And if you don't want that, using makepkg as-is works fine too.

JeremyStarTM commented on 2024-08-06 19:19 (UTC) (edited on 2024-08-06 19:40 (UTC) by JeremyStarTM)

Kernel has been updated and is now maintained again.

Thank you metak for creating this package in the first place.

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 49 Next › Last »

RyanHakurei commented on 2020-12-06 00:26 (UTC)

Can you update the PKGBUILD so that this package provides Linux? As it stands if you want to just use this kernel and you have a package that depends on Linux, you have to also have another kernel installed as a dependency.

adsoncicilioti commented on 2020-11-25 02:55 (UTC) (edited on 2020-11-25 22:39 (UTC) by adsoncicilioti)

@metak, Hi.

After latests updates the GDM are in loop after try login.

This behavior begin after 5.9.10 update and nvidia-455.45.

I can login after restarts GDM service from an TTY#.

Any idea ?

See this:

journalctl -e | grep error
nov 25 19:38:03 arch gnome-shell[1496]: gnome-shell: Fatal IO error 11 (Recurso temporariamente indisponível) on X server :0.
nov 25 19:38:03 arch gsd-color[1554]: gsd-color: Fatal IO error 4 (Chamada de sistema interrompida) on X server :0.
nov 25 19:38:03 arch gsd-wacom[1553]: gsd-wacom: Fatal IO error 11 (Recurso temporariamente indisponível) on X server :0.
nov 25 19:38:03 arch gsd-media-keys[1566]: gsd-media-keys: Fatal IO error 11 (Recurso temporariamente indisponível) on X server :0.
nov 25 19:38:03 arch gsd-power[1582]: gsd-power: Fatal IO error 11 (Recurso temporariamente indisponível) on X server :0.
nov 25 19:38:03 arch gsd-keyboard[1555]: gsd-keyboard: Fatal IO error 11 (Recurso temporariamente indisponível) on X server :0.

metak commented on 2020-11-22 12:48 (UTC)

@Khaithang Hi. It's just a git repository that you can clone manually or use any of the aur helpers to install & update afterwards.

Khaithang commented on 2020-11-21 20:35 (UTC)

can i track this pkgbuild via asp/abs or some other tools?

metak commented on 2020-11-10 20:28 (UTC)

@adsoncicilioti As @fidasx said by default this PKGBUILD is set for gcc to detect and build native optimization, but for your CPU you can set 25 skylake if you don't want native.

fidasx commented on 2020-11-10 19:36 (UTC)

@adsoncicilioti just choose 33 Native optimizations autodetected by GCC. it will build for your specific CPU

adsoncicilioti commented on 2020-11-10 19:22 (UTC)

Yep @metak! Thanks for maintain this PKG!

I have one question... What number i can apply on _subarch for Comet lake CPU (Intel Core i5 10300H)?

fidasx commented on 2020-11-10 19:03 (UTC)

@metak nice! thx for your work on maintaining this PKG.

metak commented on 2020-11-10 17:27 (UTC)

@fidasx Thank you very much for your input. I've included (5.9.7-1) your nvidia uvm patch and I've enabled the AGP modules @lgomesf mentioned to fix nvidia 340xx driver build.

lgomesf commented on 2020-11-10 14:24 (UTC)

Solve , change , config to :
CONFIG_AGP=m
CONFIG_AGP_INTEL=m
CONFIG_AGP_VIA=m