@aunjbr thanks. Updated script choose-gcc-optimization.sh
Check new microarchitectures supported!
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | The Linux kernel and modules with Xanmod patches |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Provides: | KSMBD-MODULE, NTFS3-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 1.14 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-02-02 13:59 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 52 Next › Last »
@aunjbr thanks. Updated script choose-gcc-optimization.sh
Check new microarchitectures supported!
Please add AMD Zen 4 architecture
I want to apologize because I pushed the package to the EDGE version by mistake. For now, I'll keep at EDGE but the idea is to keep this package following the Stable Mainline [MAIN] branch. Probably for the next release I'll make a new package for the edge. Same for all -bin packages.
Thank you to understand.
Cheers
@mdhishamsayed I'm not using eBPF, so for me it's not a problem. You probably already know the Arch's philosophy, it appeals to follow upstream in their decisions. So, as this is open source and if there is a patch out there to re-enable eBPF you can always add to my PKGBUILD (name it whatever.patch) and automatically will be applied.
Cheers
Enable eBPF i'm a xanmod kernel user and currently, as the eBPF is disabled, i'm unable to run applications which depend on it such as dae and ananicy-cpp, xanmod has good performance as compared to zen and i'm thinking of reverting to xanmod, as the creator is reluctant to do it due to some "Performance Issues", i think that to add better compatibility, eBPF should be enabled
@Riedler flex and bison are in base-devel, which is an implicit make dependency of all AUR packages.
please add flex and bison to the build dependencies, it needed those to build on my machine at least
@night-crawler thank you. I saw your post in github, glad to see it's not a bug.
@figue in case someone else needs it, add this to cmdline: amd_pstate=passive
.
@night-crawler then, please, ask upstream: https://github.com/xanmod/linux/issues
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: