Fujitsu Futro S920 and OpenBSD
Hands-on Report on Hardware, Compatibility, and Use Cases

Over the course of a few years, several Fujitsu Futro S920 units served as reliable, silent servers for various local network services in my homelab. I have since gradually upgraded the infrastructure and replaced the old instances with newer Futro S9010 models.
Before these decommissioned S920 devices find a new home on eBay Affiliate Link: I may receive a small commission at no extra cost to you when you buy via this link. A way to support my work., here is a practical overview covering their hardware, power consumption, and OpenBSD compatibility. Even though the architecture isn’t cutting-edge anymore, these thin clients still make fantastic, power-efficient nodes.
Hardware Features and Interfaces
The Futro S920 relies on a completely fanless, passively cooled design without any moving parts. The chassis is easy to open, making maintenance or swapping out components a breeze.
- Processor: AMD GX-222GC SOC (2 cores, 2.2 GHz, Turbo up to 2.4 GHz) with integrated Radeon R5E graphics
- Memory (RAM): 2x DDR3 SO-DIMM slots. The official Fujitsu datasheet states support for up to 8 GB. In practice, depending on the module configuration and BIOS version, up to 16 GB (2x 8 GB SO-DIMM) can often be addressed.
- M.2 / mSATA: 1x mSATA slot (ideal for a compact system SSD to boot the OS)
- SATA Port: 1x native 2.5ā³ SATA port including an onboard power header (for larger SSDs or HDDs for data storage)
- Expandability: 1x PCIe slot (requires an internal riser card)
- Serial Ports: 2x native RS-232 interfaces (
com0andcom1) on the rear - Networking: 1x Gigabit Ethernet (Realtek RTL8168/8111G)
- Power Supply & Consumption: Powered by standard external 19V laptop power bricks. Power draw under OpenBSD idling is a frugal 7 to 9 Watts. Under full synthetic load, consumption rarely climbs past 15 to 18 Watts.
- Specs & Manual: Fujitsu FUTRO S920 Operating Manual
The separation between the mSATA slot (perfect for the OpenBSD OS installation) and the 2.5ā³ SATA port (for storage) makes the platform surprisingly versatile for storage or network tasks.
Hardware Detection under OpenBSD
All onboard integrated chipsets are supported natively by the OpenBSD kernel out of the box. No extra gymnastics are required for network hardware, graphics, or audio.
The following snippet shows the original boot log (dmesg) under OpenBSD 8.0-beta:
radeondrm0 driver attaches the graphics hardware (“AMD Mullins”) natively. Both the terminal console (wsdisplay0) in full resolution (1920x1080) and an optional X11 server run smoothly without needing manual driver tweaks.If DRM warning messages appear in dmesg during system boot, such as:
drm:pid0:drm_fb_helper_find_format *WARNING* [drm] format 0x36314752 not supported
drm:pid0:drm_fb_helper_find_format *WARNING* [drm] format 0x36314752 not supported
drm:pid0:__drm_fb_helper_find_sizes *WARNING* [drm] No compatible format foundthe culprit is usually an undersized video framebuffer allocated in the system BIOS.
Fix: Enter the BIOS during boot and increase the UMA Framebuffer Memory to at least 256MB. After that, radeondrm0 initializes cleanly, and the system runs at full display resolution without errors.
Past Use Cases
Given its specification and low power draw, the S920 handled the following tasks flawlessly in my setup:
- Infrastructure Services: Running
nsdalongsideunbound(local DNS resolver),dhcpd, and serving PXE/TFTP boot images viatftpdfor fresh OS installs on the network. - Serial Console Host: Managing external headless equipment via the two rear serial ports (
com0/com1). - Kiosk / Light Workstation: Occasional use with a graphical interface for lightweight monitoring dashboards.
Summary & Outlook
Moving to the Futro S9010 brings extra computing performance, modern CPU instructions, and an updated platform. Nevertheless, the Futro S920 remains a remarkably capable, completely silent piece of hardware for lightweight setups, OpenBSD beginners, or simple home network servers.
If you are looking for an inexpensive used machine with native serial ports and low power draw, a quick search on eBay Affiliate Link: I may receive a small commission at no extra cost to you when you buy via this link. A way to support my work. yields plenty of options with various configurations. The S920 provides solid hardware value for very little money.