Howto linux kernel: Difference between revisions
Jump to navigation
Jump to search
(→Xanmod) |
Mandulete1 (talk | contribs) m (Protected "Howto linux kernel" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
= | = 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 - | pacman -Sy 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. | 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: | install chaotic repo: |
Latest revision as of 03:47, 21 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 -Sy 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