Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DKnoto

Pages: 1 [2] 3 4 ... 6
16
Operating Systems and Porting / Re: [NEWS] Fedora 39 is here!
« on: November 17, 2023, 02:12:55 pm »
Today I finally found some free time and was tempted by Fedora 39. I did the installation in Qemu-7.0.0-15.fc37 on my Talos II. The whole process went through smoothly and took about 10 minutes. The problems only started when I tried to change the resolution. Gnome crashed and nothing could be done. I sent a PowerDown signal from Qemu. Fortunately, the kernel worked and the system shut down correctly. Re-logging in again crashed the system. Again PowerDown worked correctly. On the third try, I changed Wayland (the default) to X11 (my preferred) and Gnome no longer hung. It also allowed to change the resolution to a higher one, unfortunately the max was 1920x1080. I did the upgrade to the current versions of the packages, everything went without the slightest problems. In general, the system runs very smoothly, even the graphics mode in the virtual machine does not cause discomfort in use.

17
General Discussion / Re: Samsung PRO 980 1TB NVMe is working flawlessly
« on: September 20, 2023, 01:49:22 am »
Looking at the history of kernel performance changes in Fedora 37, I get the impression that no one does performance testing before releasing a kernel. The variability is high. It's a shame that Fedora developers don't see this.

SSD-Samsung-980-Pro-History-2023-09-20.png

18
Unfortunately, I also had very big PyCharm problems, it ran terribly slow, and I switched to Apache NetBeans plus https://github.com/albilu/netbeansPython.

19
Firmware / Re: Reduce fan speed during boot
« on: June 24, 2023, 03:12:39 am »
I used to be annoyed by the launch noise, too. I solved it in the simplest possible way. I don't turn off my Talos II. Now the machine hums at full load and on reboot after a kernel update.

20
Operating Systems and Porting / Re: Chimera Linux is entering alpha
« on: June 22, 2023, 04:26:52 am »
At my place GDM on Fedora 37 also starts with Xorg, on Chimera I also have the same thing. Anything wrong with that?

21
We have different points of view, I last used Debian something around 1995/6. I'm glad I don't have to use it but I wouldn't call it crap ;)
I didn't use Chromium either, for me the most important thing is maximum compatibility with RedHat but also access to the latest software, even at the cost of being a tester.

22
On Fedora all kernels of the 6.2.x series work, sometimes better, sometimes worse but they work. Recently, even the 6.2.14-200 kernel reached a historical peak in SSD read performance: 6.6 GB/s.

If I were you, I would consider changing the distribution.

23
Talos II / Re: Unsatisfactory performance of SSD drives
« on: April 16, 2023, 10:54:57 am »
Today on Fedora 37, I upgraded the kernel to version 6.2.10-200. Not a recommendable experience.
This is the slowest kernel since I've been conducting systematic measurements :( . The results in
the linked graph:

24
Applications and Porting / Re: A set of good old games
« on: April 12, 2023, 01:09:57 am »
It seems that server http://www.powerpc-lab.org/ is dead....

25
To illustrate the performance differences between Qt and Blend2D, I include four
more screenshots from one of the test applications included with the library:

26
I've been playing with the Blend2D library for a while now. It is a high performance 2D vector
graphics engine written in C++ and released under the Zlib license https://blend2d.com/.
On the x86_64 platform everything compiles and works quite well but on ppc64le it is no
longer so ideal.

What works:
  • single-threaded mode without boosters;
  • multi-threaded mode without boosters but in a limited way.

What doesn't work:

I tested this on my Talos II with POWER9/18c. I downloaded the sources for the library
https://github.com/blend2d/blend2d and the bl_bench test program https://github.com/blend2d/blend2d-bench.
After downloading the library code and bl_bench, I compiled this program with the following
command:

Code: [Select]
build]$ cmake .. -DCMAKE_BUILD_TYPE=Release -DBLEND2D_DIR=../../Source/ -DBLEND2D_NO_JIT=TRUE -DBLEND2D_NO_STDCXX=false

In single-threaded mode everything works correctly but in for multi-threaded mode you should
run bl_bench with the parameter --quantity=N where N = <1, 15>. For N=16 it sometimes crashes
and for N=17+ it crashes always.

By default multithreaded mode works for 2T and 4T, to add more threads I added the following
piece of code to bl_bench/src/app.cpp in line 359:

Code: [Select]
    {
      Blend2DModule mod(8);
      runModule(mod, params);
    }

    {
      Blend2DModule mod(16);
      runModule(mod, params);
    }

After these modifications, I obtained the following results:
  • bl_bench-gcc-Release-quantity-1000.txt: results for single-threaded mode with default parameters;
  • bl_bench-gcc-Release-quantity-16.txt: results for single- and multi-threaded mode with quantity = 16;

I'm also attaching screenshots showing the performance of selected modes, images can be obtained from
the library's website after entering your own performance measurements using bl_bench.

The conclusion of an incorrigible dreamer:

Haiku on x86 uses the AGG engine and its UI is incredibly responsive, if on ppc64le one had such a Blend2D-based
UI then there would be no complaints about the graphical performance of Gnome or KDE ;-)



27
Mod Zone / Re: Initial findings running on water cooling
« on: March 28, 2023, 05:22:43 pm »
I was horny about the Dune case but fortunately I held off on the purchase ;-)

28
Kernel 6.2.8-200 has been working properly for me for almost 16 hours. Unfortunately, SSD performance is worse than in 6.2.7-200, dropping from 6.5 GB/s and 0.03 ms to 6.0 GB/s and 0.07 ms.

In the logs after the collapse, I found nothing of concern.

29
On Talos II kernel 6.2.7 works unstably, I scored a system crash and a transition to petitboot.

30
Operating Systems and Porting / Re: [NEWS] Fedora 37 has arrived!
« on: March 17, 2023, 01:54:19 am »
Today systemd-251.13.-6 updated without any problems.

Pages: 1 [2] 3 4 ... 6