@figue: Yes, upstream patch does support newer CPUs.
Search Criteria
Package Details: linux-xanmod 6.12.12-1
Package Actions
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) |
Dependencies (15)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 46 47 48 49 50 51 52 Next › Last »
ScarecrowDM commented on 2017-12-06 15:04 (UTC)
figue commented on 2017-12-03 23:44 (UTC) (edited on 2017-12-04 00:02 (UTC) by figue)
@ScarecrowDM do you know if there are more patches for newer CPU's? And, yes, they include only a few CPU architectures...
AMD Opteron/Athlon64/Hammer/K8 AMD Opteron/Athlon64/Hammer/K8 with SSE3 AMD 61xx/7x50/PhenomX3/X4/II/K10 AMD Barcelona AMD Bobcat AMD Bulldozer AMD Piledriver AMD Jaguar Intel P4 / older Netburst based Xeon Intel Atom Intel Core 2 Intel Nehalem Intel Westmere Intel Silvermont Intel Sandy Bridge Intel Ivy Bridge Intel Haswell Intel Broadwell Generic-x86-64 Native optimizations autodetected by GCC
Maybe I report upstream next week. Thank you for the interest.
ScarecrowDM commented on 2017-12-03 18:37 (UTC) (edited on 2017-12-03 18:42 (UTC) by ScarecrowDM)
Hey figue, great work managing this package!
The gcc optimization patch merged on xanmod is outdated though, newer CPUs (like ryzen) aren't on the list when you enter nconfig for further tweaks. I think you should let them know, so it can be fixed upstream.
figue commented on 2017-11-19 02:19 (UTC)
Updated to 4.14.0-xanmod2. There were some changes in PKGBUILD and hooks. Please, check that all is OK.
figue commented on 2017-11-14 16:37 (UTC) (edited on 2017-11-14 16:38 (UTC) by figue)
I have running 4.14.0-xanmod1 without issues with xanmod config. Update is trivial, but Arch hasn't updated their configs yet. I'll wait until they release a proper config.
If anyone wants to update to 4.14, just change:
pkgver=4.14.0
xanmod=1
then update sums and make as usual:
updpkgsums
makepkg -sic
figue commented on 2017-10-20 08:49 (UTC)
@f100cleveland that's odd... I have 4.13.8-1-xanmod14 and Chromium is working here. Could be some regression with any driver? Maybe hardware acceleration? You can try disabling it with Xanmod and see if that helps.
My test is in a Lenovo Laptop and Intel graphics card. Can't test on more machines right now...
f100cleveland commented on 2017-10-20 02:27 (UTC)
After updating to the latest kernel, I got a google Chromium crash and chromium won't even load. If I go back to the stock 4.13.7 arch kernel, everything is fine. Is there a work around for this? When I compiled it, I chose the xan source, option 1.
Thanks
figue commented on 2017-09-12 21:11 (UTC)
@jskier thank you for reporting... I have no idea how could be. I've 4.13.1 in several computers with a wrong file... :S Fixed!
jskier commented on 2017-09-12 21:03 (UTC)
4.13.1-xanmod3.tar.gz has wrong hash.
figue commented on 2017-07-16 22:37 (UTC)
Hi @Rosen, sorry but I didn't see your message. Could you solve it?
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: