I am happy to announce version 2.9.0 of arch-linux-live-cd-iso-with-zfs
With release of 2.9.0, the build script is able to build a archiso with an lts kernel.
This opens the option to offer a dedicated arch iso as download including a lts kernel.
With release of 2.9.0, the build script is able to build a archiso with an lts kernel.
This opens the option to offer a dedicated arch iso as download including a lts kernel.
yay-bin
is currently not compatible with pacman 6.
If you update your system, you get the following error
pacman and yay-bin are in conflict (libalpm.so). Remove yay-bin? [y/N]
How to solve it? It is super simple, just build yay
from source.
yay -S yay
Check the aur package page for an update.
Because of the zfsonlinux release for 0.6.5.8, archzfs now supports kernel 4.7 and kernel 4.4.20.
Hey folks, since kernel 4.6.2 I got a lot of X11 freezes as well as unusable gui tools (delayed inputs, scrolling and broken display rendering). Also all the virtual box clients are behaving the same. Only the chromium gui and xterm were usable (well, xterm only on my host, not on the virtual box clients).
I tried my best and here are the changes I made that stopped the system from a total freeze since four days:
#run as root
cat /etc/X11/xorg.conf.d/20-intel-graphics.conf < DELIM
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
Option "NoAccel" "True"
EndSection
DELIM
I am crossing fingers it is working on your machine also.