Pangram verdict · v3.3
We believe that this entire text is human-written.
AI likelihood · overall
HumanArticle text · 1,716 words · 1 segments analyzed
My previous AMD Based FreeBSD Desktop is still up and running – it will now be my kids computer … so I needed a new one … but not a bigger one 🙂 I spent way too much time finding new Mini-ITX case for the next one … and after all possibilities … I got Silverstone case again :] … because nothing else was this small and with all needed features. Also … I was thinking WHAT exactly should I buy – especially in the times with AI prices. For one of my older projects that failed (I hope to also publish about that some day) I had AMD Ryzen 4750GE CPU with 35W TDP but still 8C/16T CPU on AMD4 socket … so instead of killing all price/performance efficiency with DDR5 and AM5 setup … I went to decent AM4 option. Case Older build used Silverstone SG05 case and this one uses Silverstone SG13 … which is almost the same. WHAT SG05 SG13 Width 218mm 222mm Height 175mm 181mm Depth 276mm 285mm Volume 10.5L 10.8L So one can say that its just a tiny 5% increase in size … but a welcome and needed one. Difference The new setup is about 25% faster when it comes to CPU and 40-60% faster in GPU department … depending on the workload. The SSD/NVMe speeds will be the same as its still the same AM4 platform … and RAM would also be similar as its again DDR4 sticks. Assembly After having the parts laying around for about a quarter (yes I was busy) my son finally forced me to make that build … and it was a positive push – we sit down in dining room with all needed parts and I started to assembly it with my son being more then curious how it is to actually build a computer. First CPU into the motherboard … and NVME into the M.2 slot. Next thermal paste and fan onto the CPU. To be honest it was easier said then done as the Thermalight AXP-90 X47 comes with install options for both AMD and Intel solutions and it took me a little time to check all needed screws to use and their accessories. Next – motherboard into the case. Next RAM or GPU … as GPU was measured to fit within millimeters in that case I started with the GPU. … and no matter how I tried … no matter which angles I tried to use … GPU would just not fit into the case 😦 I found funny that the GPU name was Challenger and it was REALLY challenging to fit it into the case. I even decided to name that system challenger after that. I am a big fan of Dodge Challenger cars … I own a Dodge personally … just not a Challenger … yet 🙂 I inspected the GPU from every possible direction and one detail caught my attention … The plastic cover with the fans was about 1cm wider then the PCB for the card … so I decided to cut it precisely at that place. This is how the plastic cover looked like after being cut to the PCB length. Here is how it went with the cutting – something like 2-3 minutes of work. … and after reattaching the cover to the GPU card. I went back to trying to fit the GPU into the case … but the cut was not enough … it would still not fit … so I changed strategy. I dissembled the expansion slot bracket from the GPU – out that expansion slot bracket into its place in the case – and tried to fit the card again – so later I can add screws to expansion slot bracket to attach it to GPU again … but I was not able to fit all those again. So next ‘victim’ of cutting was the expansion slot bracket … before on the picture below. … and after 🙂 Not much was needed – but without that cut – fitting that Challenger into the case was not possible. After that I was able to finally attach the GPU to the motherboard. It was more or less like that. … and after the additional bracket cover. Next for the installation were RAM sticks and SSD SATA drive – nothing spectacular about that – after also adding the PSU it was more or less complete. Its really nice that Thermaltake Toughpower Grand 750W PSU has detachable cables … so I could have one cable less in my case :] <sarcasm/> I generally like to build … everything – that means also building computers … but one thing always pisses me off when I build a PC – the cables from the case buttons to motherboard. Back in 2006 when I was building a gaming PC for my friend it looked more or less like that below – starting a PC with a screw 🙂 Difference The difference in CPU power between older AMD Ryzen 7 1700 and AMD Ryzen 7 PRO 4750GE is about 25% percent. When it comes to GPU between 5700XT 8GB and 7700XT 12GB its somewhere between 40-60% percent. There is almost zero ‘visual’ difference between the two – first the older one. … and the newer one. The most important part of this article is sharing that all of these parts – especially GPU – works very well with FreeBSD with drm-kmod and x11-drivers/xlibre-xf86-video-amdgpu XLibre AMD Radeon GPU driver. After I learned how much some Red Hat people wanted to cripple and kill the X11 … I am not going back to Xorg X11 implementation … the XLibre X11 is my home … and do not even get me started on Wayland – the details about that topic are in the 200 MB RAM FreeBSD Desktop article. Firmware After install and reboot I started the fwget(8) command so that all needed firmware for FreeBSD will be fetched. challenger # fwget -v Trying to match device 0x747e in class video and vendor amd with pci_video_amd Trying to match device 0x8168 in class network and vendor realtek with pci_network_realtek Trying to match device 0x24fb in class network and vendor intel with pci_network_intel Needed firmware packages: 'wifi-firmware-iwlwifi-kmod-7000' But as it seams it was not enough as I got these boot errors on every FreeBSD system start. iwmbtfw: iwmbt_fw_read: open: /usr/local/share/iwmbt-firmware/ibt-hw-37.8.bseq: No such file or directory iwmbtfw: main: Firmware download failed! … so I start to dig where the problem is. For a start I checked all /etc/rc.d services for iwmbtfw name. challenger # grep -r iwmbtfw /etc /etc/devd/iwmbtfw.conf: action "/usr/sbin/iwmbtfw -d $cdev -f /usr/local/share/iwmbt-firmware"; challenger # ls /usr/local/share/iwmbt-firmware ls: /usr/local/share/iwmbt-firmware: No such file or directory So the /usr/local/share/iwmbt-firmware seems to be missing but its suppose to be there … challenger # man iwmbtfw | grep firmware Firmware files are available in the comms/iwmbt-firmware port. OK … lets install the comms/iwmbt-firmware package. challenger # pkg search -o iwmbt comms/iwmbt-firmware Intel Wireless bluetooth adaptor firmwares used by iwmbtfw(8) challenger # pkg install iwmbt-firmware Updating FreeBSD-ports repository catalogue... FreeBSD-ports repository is up to date. Updating FreeBSD-ports-kmods repository catalogue... FreeBSD-ports-kmods repository is up to date. Updating FreeBSD-base repository catalogue... FreeBSD-base repository is up to date. All repositories are up to date. The following 1 package(s) will be affected (of 0 checked): New packages to be INSTALLED: iwmbt-firmware: 20251111 [FreeBSD-ports] Number of packages to be installed: 1 The process will require 15 MiB more space. 5 MiB to be downloaded. Proceed with this action? [y/N]: y [1/1] Fetching iwmbt-firmware-20251111: 100% 4840 KiB 619.5 kB/s 00:08 Checking integrity... done (0 conflicting) [1/1] Installing iwmbt-firmware-20251111... [1/1] Extracting iwmbt-firmware-20251111: 100% After reboot I never saw that error message again – so that is the needed fix. Hardware This is the exact hardware I got with the prices I paid for it in EUR currency. Some were bought as new and some as used. TYPE EUR WHAT CASE 55 Silverstone SG13 PSU 55 Thermaltake Toughpower Grand 750W MOBO 100 ASRock B550M-ITX/ac CPU 145 AMD Ryzen 7 4750GE 8C/16T 35W TDP GPU 340 ASRock ATI Radeon 7700XT 12GB Challenger PASTE 10 Grizzly Thermal Kryonaut 2g COOL 40 Thermalight AXP-90 X47 FAN 5 Savio BLADEX1 120mm PWM SSD 45 ADATA SU650 512GB NVME 50 Phison ESO512GYLCT-EP3-2L 512GB RAM 150 2 x 16GB Goodram DDR4 3600MHz 1.35V CL18 PRICE 995 TOTAL Not sure it was worth it but I did it anyway. In the mean time I also upgraded my older HP E221c FullHD monitor for HP E271i FullHD one … with additional HP soundbar mounted below the screen. To be honest – nothing fancy about that – the monitor was about 70 EUR and about 15 EUR for the soundbar. XLibre X11 I installed these packages. challenger # \ pkg install -y \ drm-kmod \ xlibre \ openbox \ xterm \ xinit \ mesa-demos \ scrot \ radeontop \ screen \ lsblk \ beadm \ smartmontools Next I started the XLibre X11 as usual. vermaden@challenger % echo openbox > ~/.xinitrc vermaden@challenger % xinit -- -dpi 75 -nolisten tcp … and the X11 XLibre display server started as usual – but after I checked the logs … I was using the software scfb driver … and I was not in the video group – so I added myself there. challenger # pw groupmod video -m vermaden Next … I searched for amdgpu driver … challenger # pkg search -o amdgpu x11-drivers/xf86-video-amdgpu X.Org amdgpu display driver x11-drivers/xlibre-xf86-video-amdgpu XLibre amdgpu display driver Its important to install the x11-drivers/xlibre-xf86-video-amdgpu one because the other one will force You to uninstall XLibre and install Xorg. Next I added the AMD Radeon X11 config. challenger # cat /usr/local/etc/X11/xorg.conf.d/card.conf Section "Device" Identifier "Card0" Driver "amdgpu" Option "TearFree" "true" EndSection Nothing fancy but works as desired. I also checked the /var/log/Xorg.0.log for details and … [2026-09-05 14:48:22] (II) LoadModule: "amdgpu" [2026-09-05 14:48:22] (II) Loading /usr/local/lib/xorg/modules/xlibre-25/drivers/amdgpu_drv.so [2026-09-05 14:48:22] (II) Module amdgpu: vendor="X.Org Foundation" [2026-09-05 14:48:22] compiled for 1.25.1.9, module version = 25.1.2 [2026-09-05 14:48:22] Module class: X.Org Video Driver [2026-09-05 14:48:22] ABI class: X.Org Video Driver, version 28.1 [2026-09-05 14:48:22] (II) AMDGPU: Driver for AMD Radeon: All GPUs supported by the amdgpu kernel driver Yep … this is what we wanted. This is how that GPU looks like in the pciconf(8) output.