Download Fidelizer Explore Nimitra
Are you computer audiophile? If so, Fidelizer will help you enjoy the music on computer even more.

Tag Archive for NUC

Using Fidelizer with Intel’s efficient core investigation

I received report about Fidelizer causing very slow performance on computer and after inquiring about his computer’s specs, I found out he’s using modern Intel processor with efficient core.

By default configuration, it shouldn’t slow down his computer with recent changes to handle non-audio process with more processors but since I have no experience with Intel’s processor with efficient core myself, I bought one to investigate.

 

Fidelizer - NUC

 

This MSI Cubi 5 has Intel Core i3-1215U processor. It has 2 physical cores and 4 efficient cores with 8 total threads including 2 logical cores. I assembled this NUC with good quality parts and setup Windows 11 to test since most modern PCs start to adopt Windows 11 now.

 

After initial setup, I found some issues related to Teamviewer 11 in Windows 11 that fails to work after applying Fidelizer Pro at maximum user level. I’ve applied internal fixes now and will release an official update later after investigation. For now, let’s see how Fidelizer handling non-audio process.

 

Fidelizer - Default Purist configuration

 

It looks like Fidelizer doesn’t detect hyper threading function on this computer. Since processor design is changed from having logical cores at double amount, I’ll revise hyper-threading detection in next update to improve performance with efficient cores.

As you can see, only CPU0 is not used in non-audio process. CPU2 and CPU4 shouldn’t be picked too if hyper-threading is active but this should confirm that Purist user level with default configuration shouldn’t affect system performance being so slow.

Now, let’s check how core affinity works after picking “Enforce non-audio process to use only one core” option too.

 

Fidelizer - Enforce non-audio process to use only one core

 

It uses only one last core and that’s efficient core which is less powerful than physical core. No wonder why system is very slow after using Fidelizer Pro at Purist user level with this option. For now, please don’t check this option if you don’t want your system to be very slow and unstable.

 

I’ll release Fidelizer 8.11 to address the reported cases with efficient cores and resolve issues with Windows 11 soon. I’ll test a bit more and find out if there’s any other issues to be resolved for Windows 11. I recommend Windows 10 for better audio performance and reliability if possible.

Let’s exam Roon Rock OS – Windows emulator in Linux clothing

Correction: Roon Rock OS isn’t Windows emulator nor emulation from Windows environment

 

Most people probably know me as a Windows guy but I actually took all possibilities to improve computer audio including Mac and Linux too. I wouldn’t be able to push 100% positive feedback on Fidelizer Purist ROM for Android ROM without intensive research on Linux OS.

Today I decided to explore what’s inside Roon ROCK and see if I can improve Roon Rock image with optimizations based on my research from Linux’s audiophile OS optimizations. We’ll start exploring with Linux Reader and you also need program to unpack tar.gz file too.

 

Roon Rock - 01

 

There’s Linux ROONRESET partition and FAT16 CUSTOM_ROON partition. Inside ROONRESET has bootfs.img.gz for ROON OS installation loader I guess. After extracting and opening bootfs inside, It was named ROONBOOT. In there, it looks like ROONRESET but this time we have roonos-1 folder which looks like this.

 

Roon Rock - 02

 

This seems to be RoonOS partition to be cloned to Intel NUC’s device. there’s rootfs.img so it should contain something worth examing for further improvements. Let’s open rootfs.img and see how it looks like. I’m sure it’d be great.

 

Roon Rock - 03

 

Unallocated? That’s weird. But there’s no error during mounting process. Maybe it’s unsupported partition? Wait. There’s another CUSTOM_ROON partition from Roon Rock image too. Maybe this is an empty partition waiting to be created from there?

 

Roon Rock - 04

 

And there’s roon.tar.bz2 file. There’s nothing inside identity folder. Let’s extract roon.tar.bz2 file and see what’s inside. RoonServer folder? Cool! Let’s jump into it and see how Roon OS works!

 

Roon Rock - 05

 

RoonMono? Mono? It’s not what I’m guessing right? This can’t be real, right? Just to be sure, let’s open Server folder and see how it looks like.

 

RoonRock - 06

 

It seems Roon Rock OS is a Linux with Mono runtime running RoonServer’s .NET code through Mono platform. MacOS version also use the same principles too and works pretty well with MacOS support through Mono.

That aside, I think it’s good idea to run Windows .NET runtime emulation software rather than making a Linux port that can be worse than main code they wrote in main code if not done right. Mono is quite powerful. Maybe not as good as .NET Runtime in Windows but getting better over time.

As for possiblity of Fidelizer optimizations on Roon Rock OS, maybe I can optimize kernel and ramdisk image with some tweaks I can apply, insert some optimizations in startup script to further improve Linux OS environment, adjust Mono configuration, etc.

But I think the best way to optimize is to moved from Windows emulation platform to native Windows platform. Running real Windows with Windows environment optimizations should be better than optimizing Linux environment to emulate what Windows does better.