Package Base Details: linux-jcore

Git Clone URL: https://aur.archlinux.org/linux-jcore.git (read-only, click to copy)
Keywords: acs kvm override passthrough pci qemu vfio vga
Submitter: Jeka
Maintainer: Jeka
Last Packager: Jeka
Votes: 2
Popularity: 0.001435
First Submitted: 2022-10-26 11:14 (UTC)
Last Updated: 2024-04-04 19:36 (UTC)

Pinned Comments

Jeka commented on 2022-10-26 15:09 (UTC) (edited on 2022-11-24 11:22 (UTC) by Jeka)

This kernel has patches from arch and manjaro, as well as an ACS patch.

How-To install: git clone https://aur.archlinux.org/linux-jcore.git && cd linux-jcore && makepkg -si

If you have an nvidia graphics card, don't forget to install dkms and nvidia-dkms

For better performance don't forget to replace in /etc/makepkg.conf (or in ~/.makepkg.conf) -march=x86-64 -mtune=generic with -march=native and MAKEFLAGS="-j2" with MAKEFLAGS="-j$(($(nproc)+1))"

Latest Comments

Dark_iaji commented on 2023-01-12 14:17 (UTC) (edited on 2023-01-12 14:17 (UTC) by Dark_iaji)

https://gitlab.manjaro.org/packages/core/linux60/-/issues/4

This patch has been accepted upstream, thanks for your continued work!🥰

Jeka commented on 2022-11-03 15:25 (UTC)

eclairevoyant, thanks for feedback. optdepends is added to PKGBUILD.

eclairevoyant commented on 2022-11-03 08:03 (UTC)

You don't need to "replace" /etc/makepkg.conf, you can just create a new file in your home dir (~/.makepkg.conf). Also, might be good to add nvidia-dkms to the optdepends to highlight it

Jeka commented on 2022-10-26 15:09 (UTC) (edited on 2022-11-24 11:22 (UTC) by Jeka)

This kernel has patches from arch and manjaro, as well as an ACS patch.

How-To install: git clone https://aur.archlinux.org/linux-jcore.git && cd linux-jcore && makepkg -si

If you have an nvidia graphics card, don't forget to install dkms and nvidia-dkms

For better performance don't forget to replace in /etc/makepkg.conf (or in ~/.makepkg.conf) -march=x86-64 -mtune=generic with -march=native and MAKEFLAGS="-j2" with MAKEFLAGS="-j$(($(nproc)+1))"