diff options
author | Kyle K <kylek389@gmail.com> | 2021-03-16 16:38:29 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2021-03-16 16:38:29 -0500 |
commit | 21b8054990354fa7e5f80bc6d68b6423f7571184 (patch) | |
tree | f5d275e811b6c900e73c892c2335ccb97f016a9e /README.md | |
parent | 85ba0292c66e48d5921a22030f740d2c899ffc03 (diff) | |
download | gentoox-21b8054990354fa7e5f80bc6d68b6423f7571184.tar.gz gentoox-21b8054990354fa7e5f80bc6d68b6423f7571184.tar.bz2 gentoox-21b8054990354fa7e5f80bc6d68b6423f7571184.zip |
prep for 03/17/2021 release
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -13,12 +13,15 @@ GentooX comes with simple interactive *install.sh* script, supports BIOS and UEF * phoronix-suite available out-of-the-box for benchmarking purposes * Steam installed out-of-the-box with necessary lib32 dependencies and fsync Linux kernel patched in * flatpak is included, easily install VSCode or Discord in sandboxed environment +* Wine with vkd3d support included out-of-the-box * ZFS support, kernel patched to export FPU functions * Linux 5.11.3 kernel built with 1000Hz -03 for Sandybridge arch. Patches include aufs, zstd, ClearLinux patches, Intel FSGSBASE patches, Valve's fsync, [sirlucjan's](https://gitlab.com/sirlucjan/kernel-patches/-/tree/master/): android/arch/btrfs/fixes-miscellaneous/ntfs, unprivileged CLONE_NEWUSER, and IOMMU missing ACS capabilities overrides. -* KDE 5.21.1, KDE Applications 20.12.2, KDE Frameworks 5.79.0, Qt 5.15.2 +* KDE 5.21.3, KDE Applications 20.12.3, KDE Frameworks 5.80.0, Qt 5.15.2 * CacULE CPU scheduler ## Changelog +* 2021.03.16 Release + * KDE 5.21.3, KDE Applications 20.12.3, KDE Frameworks 5.80.0, enable wine by default, include laptop-mode-tools, disable LTO for opencv (fixes kdenlive crashing at startup), updates as of 03/16/2021. Firefox still lacks global menu support due missing upstream patch for 86.x versions * 2021.03.04 Release * Linux 5.11.3, CacULE CPU scheduler is now the default! * 2021.02.27 Release @@ -76,7 +79,7 @@ CPU_FLAGS_X86="aes mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ``` ## USE flags ```sh -USE="-bindist elogind -consolekit -systemd udev dbus X wayland gles vulkan plymouth pulseaudio ffmpeg ipv6 -webkit infinality bluetooth" +USE="-bindist elogind -consolekit -systemd udev dbus X wayland gles vulkan plymouth pulseaudio ffmpeg ipv6 -webkit infinality bluetooth zstd" ``` ## FAQ > (Q) **what are the user/password credentials for LiveCD?** |