Howto linux kernel: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
Line 1: Line 1:
= Liquorix =
= liquorix =
liquorix is an enthusiast linux kernel designed for uncompromised responsiveness in interactive systems, enabling low latency compute in a/v production, and reduced frame time deviations in games.
liquorix is an enthusiast linux kernel designed for uncompromised responsiveness in interactive systems, enabling low latency compute in a/v production, and reduced frame time deviations in games.


install liquorix on archlinux:
install liquorix on archlinux:
  pacman -S linux-lqx linux-lqx-headers --noconfirm
  pacman -S linux-lqx linux-lqx-headers --noconfirm
= Xanmod =
= Xanmod =
xanmod is a general-purpose linux kernel distribution with custom settings and new features. Built to provide a stable, smooth and solid system experience.
xanmod is a general-purpose linux kernel distribution with custom settings and new features. Built to provide a stable, smooth and solid system experience.

Revision as of 04:32, 19 December 2023

liquorix

liquorix is an enthusiast linux kernel designed for uncompromised responsiveness in interactive systems, enabling low latency compute in a/v production, and reduced frame time deviations in games.

install liquorix on archlinux:

pacman -S linux-lqx linux-lqx-headers --noconfirm

Xanmod

xanmod is a general-purpose linux kernel distribution with custom settings and new features. Built to provide a stable, smooth and solid system experience. install chaotic repo:

pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
pacman-key --lsign-key 3056513887B78AEB
pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' \
'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'

run the following command to add chaotic repo to /etc/pacman.conf:

cat >> /etc/pacman.conf << EOF
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
EOF

install xanmod kernel and headers:

pacman -Sy linux-xanmod linux-xanmod-headers --noconfirm