Linux CacULE (feedback & testing)

Glad to hear that! @Stardust

Yes, i changed the RDB-Version to the new autogroup version, which also supports docker then. I tested it in many cases and it run's all in all perfectly for me.

I will edit the README soon for the new sysctl commands you can play with.

And yeah, actually the new RDB Version is a beast for me, never got such a great experience on my desktop.

I didn't tested the 2000 Hz right now, but i noticed a little change to 1000Hz, i'll compile a version with 2000 Hz and check it out!

So, youre using actually GSYNC or Freesync ?
I personally disabled that, since i noticed a higher input lag. (also on windows)

If any issues or anything else, feedback is everytime great for the development of the scheduler.

@Soong your new xonotic friend :stuck_out_tongue:

Best Regards!

3 Likes

I should use Freesync (I’m on the AMD side) but I’m on wayland right now for testing so… none.
When I can find a bit of spare time, I’ll try Freesync on X11 and report my feedback :slight_smile:

3 Likes

And i will check if gsync got better :stuck_out_tongue:

with the new kde update and the upcoming 470 nvidia drivers, i will check also wayland out.

2 Likes

Hi dude, please tell me your Xonotic nick, we can play often together :stuck_out_tongue:

My nick is Soong

2 Likes

Hey! Do I need to do something special like change configs before installing to enable anbox support or is it enabled out of the box?

Anbox support is enabled out of the box.
In the forum is a good tutorial how to get it running.

4 Likes

5.12.7 Changes:

  • Kernel got updated to 5.12.7
  • btrfs and bfq patches got updated
  • RDB-Version is still experimental and docker will not run with the actual version, since autogroup is disabled.
3 Likes

Oh, really? Looks pretty hit-and-missed.

5.12.8-1 Changes:

  • Updated to 5.12.8 Kernel
  • Some minimal changes at the PKGBUILD

5.13-RC3 - Testing:

  • @Hamadmarri already developed ported the patch for 5.13.
  • In the AUR you will find a PKGBUILD, not all the usual patches are working right now
  • It still needs time to get them into this Branch

Best Regards.

4 Likes

I am having some errors when running sudo dkms autoinstall. Dkms pointed me here:

DKMS make.log for anbox-binder-1 for kernel 5.12.7-1-cacule (x86_64)
Sat May 29 08:21:18 AM IST 2021
make -C /lib/modules/5.12.7-1-cacule/build V=0 M=$PWD
make[1]: Entering directory '/usr/lib/modules/5.12.7-1-cacule/build'
  CC [M]  /var/lib/dkms/anbox-binder/1/build/deps.o
  CC [M]  /var/lib/dkms/anbox-binder/1/build/binder.o
In file included from ././include/linux/kconfig.h:5,
                 from <command-line>:
./include/generated/autoconf.h:3407: warning: "CONFIG_ANDROID_BINDER_DEVICES" redefined
 3407 | #define CONFIG_ANDROID_BINDER_DEVICES "binder,hwbinder,vndbinder"
      | 
<command-line>: note: this is the location of the previous definition
In file included from ././include/linux/kconfig.h:5,
                 from <command-line>:
./include/generated/autoconf.h:3407: warning: "CONFIG_ANDROID_BINDER_DEVICES" redefined
 3407 | #define CONFIG_ANDROID_BINDER_DEVICES "binder,hwbinder,vndbinder"
      | 
<command-line>: note: this is the location of the previous definition
/var/lib/dkms/anbox-binder/1/build/binder.c: In function ‘task_get_unused_fd_flags’:
/var/lib/dkms/anbox-binder/1/build/binder.c:444:16: error: implicit declaration of function ‘__alloc_fd’ [-Werror=implicit-function-declaration]
  444 |         return __alloc_fd(files, 0, rlim_cur, flags);
      |                ^~~~~~~~~~
/var/lib/dkms/anbox-binder/1/build/binder.c: In function ‘task_fd_install’:
/var/lib/dkms/anbox-binder/1/build/binder.c:454:17: error: implicit declaration of function ‘__fd_install’; did you mean ‘fd_install’? [-Werror=implicit-function-declaration]
  454 |                 __fd_install(proc->files, fd, file);
      |                 ^~~~~~~~~~~~
      |                 fd_install
/var/lib/dkms/anbox-binder/1/build/binder.c: In function ‘task_close_fd’:
/var/lib/dkms/anbox-binder/1/build/binder.c:467:18: error: implicit declaration of function ‘__close_fd’; did you mean ‘close_fd’? [-Werror=implicit-function-declaration]
  467 |         retval = __close_fd(proc->files, fd);
      |                  ^~~~~~~~~~
      |                  close_fd
/var/lib/dkms/anbox-binder/1/build/binder.c: In function ‘binder_update_page_range’:
/var/lib/dkms/anbox-binder/1/build/binder.c:633:33: error: ‘struct mm_struct’ has no member named ‘mmap_sem’; did you mean ‘mmap_base’?
  633 |                 down_write(&mm->mmap_sem);
      |                                 ^~~~~~~~
      |                                 mmap_base
/var/lib/dkms/anbox-binder/1/build/binder.c:683:31: error: ‘struct mm_struct’ has no member named ‘mmap_sem’; did you mean ‘mmap_base’?
  683 |                 up_write(&mm->mmap_sem);
      |                               ^~~~~~~~
      |                               mmap_base
/var/lib/dkms/anbox-binder/1/build/binder.c:710:31: error: ‘struct mm_struct’ has no member named ‘mmap_sem’; did you mean ‘mmap_base’?
  710 |                 up_write(&mm->mmap_sem);
      |                               ^~~~~~~~
      |                               mmap_base
/var/lib/dkms/anbox-binder/1/build/binder.c: In function ‘binder_mmap’:
/var/lib/dkms/anbox-binder/1/build/binder.c:3486:23: error: implicit declaration of function ‘get_files_struct’; did you mean ‘put_files_struct’? [-Werror=implicit-function-declaration]
 3486 |         proc->files = get_files_struct(current);
      |                       ^~~~~~~~~~~~~~~~
      |                       put_files_struct
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:271: /var/lib/dkms/anbox-binder/1/build/binder.o] Error 1
make[1]: *** [Makefile:1854: /var/lib/dkms/anbox-binder/1/build] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.12.7-1-cacule/build'
make: *** [Makefile:8: all] Error 2

This may also be the reason why I was having problems with anbox before. As you can see the problem is related to the binder module.

Any idea why? Maybe it is because of nvidia-all? :thinking:

Rebuild your nvidia driver with your new GCC version (should be GCC11 now)

Regards.

4 Likes

I tested Freesync with cacule-rdb.
No issues at all, I can see little improvements instead (more fluidity and stability on FPS).

My inxi
 ╰─λ inxi -Fxxxza
System:    Kernel: 5.12.8-2-cacule-rdb x86_64 bits: 64 compiler: gcc v: 11.1.0
           parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-cacule-rdb root=UUID=03dacf15-9056-4631-9c0f-13397609fd59 rw
           rootflags=subvol=@ quiet splash rd.udev.log_priority=3 vt.global_cursor_default=0
           systemd.unified_cgroup_hierarchy=1 loglevel=3 mitigations=off
           Desktop: KDE Plasma 5.22.80 tk: Qt 5.15.2 info: latte-dock wm: kwin_x11 vt: 1 dm: SDDM Distro: Garuda Linux
           base: Arch Linux
Machine:   Type: Desktop Mobo: ASUSTeK model: CROSSHAIR V FORMULA-Z v: Rev 1.xx serial: <filter> UEFI: American Megatrends
           v: 1801 date: 11/25/2013
CPU:       Info: 8-Core model: AMD FX-8320 bits: 64 type: MCP arch: Bulldozer family: 15 (21) model-id: 2 stepping: 0
           microcode: 6000852 cache: L2: 2 MiB
           flags: avx lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 56192
           Speed: 3511 MHz min/max: N/A Core speeds (MHz): 1: 3511 2: 3512 3: 3512 4: 3512 5: 3512 6: 3512 7: 3512 8: 3512
           Vulnerabilities: Type: itlb_multihit status: Not affected
           Type: l1tf status: Not affected
           Type: mds status: Not affected
           Type: meltdown status: Not affected
           Type: spec_store_bypass status: Vulnerable
           Type: spectre_v1 status: Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers
           Type: spectre_v2 status: Vulnerable, IBPB: disabled, STIBP: disabled
           Type: srbds status: Not affected
           Type: tsx_async_abort status: Not affected
Graphics:  Device-1: AMD Curacao XT / Trinidad XT [Radeon R7 370 / R9 270X/370X] vendor: ASUSTeK driver: amdgpu v: kernel
           alternate: radeon bus-ID: 01:00.0 chip-ID: 1002:6810 class-ID: 0300
           Display: x11 server: X.Org 1.20.11 compositor: kwin_x11 driver: loaded: amdgpu display-ID: :1 screens: 1
           Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.0x11.2") s-diag: 582mm (22.9")
           Monitor-1: HDMI-A-0 res: 1920x1080 dpi: 94 size: 521x293mm (20.5x11.5") diag: 598mm (23.5")
           OpenGL: renderer: AMD Radeon HD 8800 Series (PITCAIRN DRM 3.40.0 5.12.8-2-cacule-rdb LLVM 11.1.0)
           v: 4.6 Mesa 21.2.0-devel (git-60f513279c) direct render: Yes
Audio:     Device-1: Advanced Micro Devices [AMD/ATI] SBx00 Azalia vendor: ASUSTeK driver: snd_hda_intel v: kernel
           bus-ID: 00:14.2 chip-ID: 1002:4383 class-ID: 0403
           Device-2: AMD Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series] vendor: ASUSTeK
           driver: snd_hda_intel v: kernel bus-ID: 01:00.1 chip-ID: 1002:aab0 class-ID: 0403
           Sound Server-1: ALSA v: k5.12.8-2-cacule-rdb running: yes
           Sound Server-2: JACK v: 0.125.0 running: no
           Sound Server-3: PulseAudio v: 14.2 running: no
           Sound Server-4: PipeWire v: 0.3.28 running: yes
Network:   Device-1: Intel 82583V Gigabit Network vendor: ASUSTeK driver: e1000e v: kernel port: c000 bus-ID: 03:00.0
           chip-ID: 8086:150c class-ID: 0200
           IF: enp3s0 state: down mac: <filter>
           Device-2: Ralink RT5572 Wireless Adapter type: USB driver: rt2800usb bus-ID: 1-3:2 chip-ID: 148f:5572
           class-ID: 0000 serial: <filter>
           IF: wlp0s18f2u3 state: up mac: <filter>
Drives:    Local Storage: total: 931.51 GiB used: 402.77 GiB (43.2%)
           SMART Message: Unable to run smartctl. Root privileges required.
           ID-1: /dev/sda maj-min: 8:0 vendor: Western Digital model: WD10EZRX-00L4HB0 size: 931.51 GiB block-size:
           physical: 4096 B logical: 512 B speed: 6.0 Gb/s rotation: 5400 rpm serial: <filter> rev: 1A01 scheme: GPT
Partition: ID-1: / raw-size: 922.46 GiB size: 922.46 GiB (100.00%) used: 402.77 GiB (43.7%) fs: btrfs dev: /dev/sda2
           maj-min: 8:2
           ID-2: /boot/efi raw-size: 256 MiB size: 252 MiB (98.46%) used: 546 KiB (0.2%) fs: vfat dev: /dev/sda1 maj-min: 8:1
           ID-3: /home raw-size: 922.46 GiB size: 922.46 GiB (100.00%) used: 402.77 GiB (43.7%) fs: btrfs dev: /dev/sda2
           maj-min: 8:2
           ID-4: /var/log raw-size: 922.46 GiB size: 922.46 GiB (100.00%) used: 402.77 GiB (43.7%) fs: btrfs dev: /dev/sda2
           maj-min: 8:2
           ID-5: /var/tmp raw-size: 922.46 GiB size: 922.46 GiB (100.00%) used: 402.77 GiB (43.7%) fs: btrfs dev: /dev/sda2
           maj-min: 8:2
Swap:      Kernel: swappiness: 133 (default 60) cache-pressure: 75 (default 100)
           ID-1: swap-1 type: zram size: 7.69 GiB used: 0 KiB (0.0%) priority: 100 dev: /dev/zram0
Sensors:   System Temperatures: cpu: 37.1 C mobo: N/A gpu: amdgpu temp: 43.0 C
           Fan Speeds (RPM): N/A
Info:      Processes: 256 Uptime: 2h 58m wakeups: 0 Memory: 7.69 GiB used: 2.3 GiB (30.0%) Init: systemd v: 248
           tool: systemctl Compilers: gcc: 11.1.0 clang: 11.1.0 Packages: pacman: 1985 lib: 562 Shell: fish v: 3.2.2
           running-in: alacritty inxi: 3.3.04
3 Likes

5.13-RC4 got pushed into the aur

the coming days i will work on a a RT Kernel.
But i will only support LTS Kernels, so 5.10 and 5.4 .

Regards.

4 Likes

5.12.9-1 changes:

  • Kernel updated
  • Config updated and should perform now in general better
  • minor fixes on the cacule scheduler

Cacule-RT and Cacule-RT-RDB Release

Finally we got the scheduler und the RT patches updated to the latest kernel!

Cacule-RT is already in the AUR, the RDB version will be today in the AUR released.

Regards.

4 Likes

5.12.9-3 Changes

  • BFQ, BTRFS, BLOCK Patches got updated
  • Some improvements in the PKGBUILD

5.13-rc5 released

4 Likes

I woudl just like to add that linux-tkg-cacule is a far greater experience than linux-tkg-bmq or linux-tkg-pds. This kernel is my go to!

1 Like

You could just use my Kernel, which got mostly more or equal features and things to configure.

Dont wanna tell all the story about all their changes, but thats something other.

Linux-Cacule-RT and Linux-Cacule-RT-RDB

4 Likes

im a bit lost now .. i running for a while linux cacule ( 5.12.9-1 ) its runs great .
but if i search cacule oh it gives me many different vesions so i don´t no witch one is the best .
Linux cacule or linux cacule-generic_v3
if im right i should switch to v3 ?
and what about cacule rdb or RC or rdb-rc
im a gamer and i run a AMD system

parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-cacule  
root=UUID=8e50e065-11b1-4774-8082-1ab1ea33981e rw rootflags=subvol=@ splash
rd.udev.log_priority=3 vt.global_cursor_default=0 systemd.unified_cgroup_hierarchy=1 loglevel=3
Desktop: KDE Plasma 5.22.0 tk: Qt 5.15.2 wm: kwin_x11 vt: 1 dm: SDDM Distro: Garuda Linux  
base: Arch Linux  
Machine:   Type: Desktop System: ASUS product: N/A v: N/A serial: <filter>  
Mobo: ASUSTeK model: ROG STRIX B550-F GAMING v: Rev X.0x serial: <filter>  
UEFI: American Megatrends v: 2003 date: 03/10/2021  
Battery:   Device-1: hidpp_battery_0 model: Logitech Wireless Keyboard K270 serial: <filter>  
charge: 100% (should be ignored) rechargeable: yes status: Discharging  
CPU:       Info: 12-Core model: AMD Ryzen 9 3900X bits: 64 type: MT MCP arch: Zen 2 family: 17 (23)  
model-id: 71 (113) stepping: 0 microcode: 8701021 cache: L2: 6 MiB  
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 191997  
Speed: 4000 MHz min/max: 2200/4000 MHz boost: enabled Core speeds (MHz): 1: 4000 2: 4000  
3: 4005 4: 4004 5: 3999 6: 3995 7: 4019 8: 3997 9: 4001 10: 4018 11: 3996 12: 4024 13: 3998  
14: 3998 15: 4019 16: 3991 17: 4001 18: 4000 19: 3999 20: 4002 21: 3999 22: 4035 23: 3998  
24: 4000  
Vulnerabilities: Type: itlb_multihit status: Not affected  
Type: l1tf status: Not affected  
Type: mds status: Not affected  
Type: meltdown status: Not affected  
Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl and seccomp  
Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization  
Type: spectre_v2  
mitigation: Full AMD retpoline, IBPB: conditional, STIBP: conditional, RSB filling  
Type: srbds status: Not affected  
Type: tsx_async_abort status: Not affected  
Graphics:  Device-1: AMD Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] vendor: ASUSTeK  
driver: amdgpu v: kernel bus-ID: 0a:00.0 chip-ID: 1002:731f class-ID: 0300  
Device-2: Logitech HD Webcam C510 type: USB driver: snd-usb-audio,uvcvideo bus-ID: 1-9:6  
chip-ID: 046d:081d class-ID: 0e02 serial: <filter>  
Display: x11 server: X.Org 1.20.11 compositor: kwin_x11 driver: loaded: amdgpu,ati  
unloaded: modesetting,radeon alternate: fbdev,vesa display-ID: :0 screens: 1  
Screen-1: 0 s-res: 3840x2160 s-dpi: 193 s-size: 506x285mm (19.9x11.2") s-diag: 581mm (22.9")  
Monitor-1: DisplayPort-0 res: 3840x2160 hz: 60 dpi: 154 size: 632x360mm (24.9x14.2")  
diag: 727mm (28.6")  
OpenGL: renderer: AMD Radeon RX 5700 XT (NAVI10 DRM 3.40.0 5.12.9-1-cacule LLVM 12.0.0)  
v: 4.6 Mesa 21.1.2 direct render: Yes  
Audio:     Device-1: AMD Navi 10 HDMI Audio driver: snd_hda_intel v: kernel bus-ID: 0a:00.1  
chip-ID: 1002:ab38 class-ID: 0403  
Device-2: AMD Starship/Matisse HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel  
bus-ID: 0c:00.4 chip-ID: 1022:1487 class-ID: 0403  
Device-3: Logitech HD Webcam C510 type: USB driver: snd-usb-audio,uvcvideo bus-ID: 1-9:6  
chip-ID: 046d:081d class-ID: 0e02 serial: <filter>  
Sound Server-1: ALSA v: k5.12.9-1-cacule running: yes  
Sound Server-2: sndio v: N/A running: no  
Sound Server-3: JACK v: 0.125.0 running: no  
Sound Server-4: PulseAudio v: 14.2 running: yes  
Sound Server-5: PipeWire v: 0.3.30 running: yes  
Network:   Device-1: Intel Ethernet I225-V vendor: ASUSTeK driver: igc v: kernel port: N/A bus-ID: 07:00.0  
chip-ID: 8086:15f3 class-ID: 0200  
IF: enp7s0 state: up speed: 1000 Mbps duplex: full mac: <filter>  
IF-ID-1: wg-mullvad state: unknown speed: N/A duplex: N/A mac: N/A  
Drives:    Local Storage: total: 6.15 TiB used: 2.29 TiB (37.3%)  
SMART Message: Unable to run smartctl. Root privileges required.  
ID-1: /dev/nvme0n1 maj-min: 259:4 vendor: Corsair model: Corsair MP400 size: 1.82 TiB  
block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 rotation: SSD  
serial: <filter> rev: ECFM53.0 scheme: GPT  
ID-2: /dev/nvme1n1 maj-min: 259:0 vendor: Samsung model: SSD 970 EVO Plus 1TB size: 931.51 GiB  
block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 rotation: SSD  
serial: <filter> rev: 2B2QEXM7 scheme: GPT  
ID-3: /dev/sda maj-min: 8:0 vendor: Crucial model: CT1000MX500SSD1 size: 931.51 GiB block-size:  
physical: 512 B logical: 512 B speed: 6.0 Gb/s rotation: SSD serial: <filter> rev: 020  
scheme: GPT  
ID-4: /dev/sdb maj-min: 8:16 vendor: Samsung model: SSD 860 QVO 2TB size: 1.82 TiB block-size:  
physical: 512 B logical: 512 B speed: 6.0 Gb/s rotation: SSD serial: <filter> rev: 2B6Q  
scheme: GPT  
ID-5: /dev/sdc maj-min: 8:32 vendor: Samsung model: SSD 850 EVO 500GB size: 465.76 GiB  
block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s rotation: SSD serial: <filter>  
rev: 2B6Q scheme: GPT  
ID-6: /dev/sdd maj-min: 8:48 type: USB vendor: Samsung model: Type-C size: 239.02 GiB  
block-size: physical: 512 B logical: 512 B serial: <filter> rev: 1100 scheme: GPT  
SMART Message: Unknown USB bridge. Flash drive/Unsupported enclosure?  
Partition: ID-1: / raw-size: 930.94 GiB size: 930.94 GiB (100.00%) used: 193.85 GiB (20.8%) fs: btrfs  
dev: /dev/nvme0n1p2 maj-min: 259:6  
ID-2: /boot/efi raw-size: 599 MiB size: 597.8 MiB (99.80%) used: 259.9 MiB (43.5%) fs: vfat  
dev: /dev/nvme0n1p1 maj-min: 259:5  
ID-3: /home raw-size: 930.94 GiB size: 930.94 GiB (100.00%) used: 193.85 GiB (20.8%) fs: btrfs  
dev: /dev/nvme0n1p2 maj-min: 259:6  
ID-4: /var/log raw-size: 930.94 GiB size: 930.94 GiB (100.00%) used: 193.85 GiB (20.8%)  
fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:6  
ID-5: /var/tmp raw-size: 930.94 GiB size: 930.94 GiB (100.00%) used: 193.85 GiB (20.8%)  
fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:6  
Swap:      Kernel: swappiness: 10 (default 60) cache-pressure: 75 (default 100)  
ID-1: swap-1 type: zram size: 2.62 GiB used: 256 KiB (0.0%) priority: 32767 dev: /dev/zram0  
ID-2: swap-2 type: zram size: 2.62 GiB used: 256 KiB (0.0%) priority: 32767 dev: /dev/zram1  
ID-3: swap-3 type: zram size: 2.62 GiB used: 256 KiB (0.0%) priority: 32767 dev: /dev/zram2  
ID-4: swap-4 type: zram size: 2.62 GiB used: 256 KiB (0.0%) priority: 32767 dev: /dev/zram3  
ID-5: swap-5 type: zram size: 2.62 GiB used: 256 KiB (0.0%) priority: 32767 dev: /dev/zram4
ID-6: swap-6 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram5
ID-7: swap-7 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram6
ID-8: swap-8 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram7
ID-9: swap-9 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram8
ID-10: swap-10 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram9
ID-11: swap-11 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram10
ID-12: swap-12 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram11
ID-13: swap-13 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram12
ID-14: swap-14 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram13
ID-15: swap-15 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram14
ID-16: swap-16 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram15
ID-17: swap-17 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram16
ID-18: swap-18 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram17
ID-19: swap-19 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram18
ID-20: swap-20 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram19
ID-21: swap-21 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram20
ID-22: swap-22 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram21
ID-23: swap-23 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram22
ID-24: swap-24 type: zram size: 2.62 GiB used: 0 KiB (0.0%) priority: 32767 dev: /dev/zram23
Sensors:   System Temperatures: cpu: 55.5 C mobo: 0 C gpu: amdgpu temp: 59.0 C mem: 62.0 C
Fan Speeds (RPM): N/A gpu: amdgpu fan: 0
Info:      Processes: 515 Uptime: 22m wakeups: 4 Memory: 62.79 GiB used: 7.82 GiB (12.4%) Init: systemd
v: 248 tool: systemctl Compilers: gcc: 11.1.0 clang: 12.0.0 Packages: pacman: 2112 lib: 581
Shell: fish v: 3.2.2 running-in: konsole inxi: 3.3.04 ~~~

Since you got a really great and fast cpu, mostly compile it yourself from the AUR.

Most default settings are set, you can change some how you like but not needed too.
Just pull the RDB or normal version from the aur and then compile it yourself.
It will ask you, about your CPU Architecture, (I think ZEN2 @ your CPU)

https://aur.archlinux.org/packages/linux-cacule/

https://aur.archlinux.org/packages/linux-cacule-rdb/

example:

git clone https://aur.archlinux.org/linux-cacule.git
cd linux-cacule
makepkg -si

Compile them for yourself and test them how it performs on your system.

Regards.

5 Likes

5.12.11-3 Changes:

  • Kernel update
  • Archpatches updated
  • BFQ,BTRFS,BLOCK patches updated
  • Futex II Patch updated
3 Likes