Dell OptiPlex FX160 Intel Atom 230 Tiny Desktop PC

5.00 avg. rating (94% score) - 1 vote

After exploring the Habey BIS-6620 Intel Atom Z510 Fanless Embedded PC, I bought the Dell Optiplex FX160, another small form factor desktop PC for a cheap price. Similar to the BIS-6620, the FX160 runs on an Intel Atom 230 @ 1.6GHz, with integrated SATA controllers, Ethernet, USB ports, sound and wireless hardware.

This is the front photo of the FX160, showing the audio and USB ports:

dell_fx_160_front

This is the back photo, with VGA/DVI ports and external Wifi antenna:

dell_fx_160_back

The motherboard has a single DDR2 RAM slot, supporting up to 4GB of RAM. The integrated Wifi card is connected via a PCIe slot. Near the hear sink is a SATA slot (highlighted in red) for connecting SATA hard drives. The CMOS battery (a normal CR2032) is highlighted in yellow:

fx160_motherboard

Although there is enough space inside the case to put a normal 2.5″ SATA hard drive, you will need a suitable caddy to properly connect such a drive. Not wanting to spend too much on this machine, I ended up using small pieces of wires to secure the hard disk via the small holes on the top metal cover, making sure that the case does not cover the “Do Not Cover This Hole” on the hard drive:

dell_fx160_hdd

Once closed and assembled, the hard disk can be seen through the case and works just great:

dell_fx160_hdd2

Installing Ubuntu 17.10 on this PC was a breeze, contrary to my experience with installing Windows on the BIS-6620. The only inconvenience is that, although Ubuntu automatically installed the correct drivers for the integrated Ethernet and audio controllers, none were installed for the graphics and Wifi cards. To install drivers for the Wifi card, connect the machine to the network via Ethernet and run the following commands:

sudo apt-get update
sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree
sudo modprobe b43

The second and third commands may not be needed, depending on the specific Ubuntu distribution. When done, reboot the machine. After that, Ubuntu should automatically detect the Wifi card and prompt you to connect to nearby networks.

Getting the correct drivers for the graphics card is a bit more tricky. The FX160 uses the SiS 671 chipset, which does not have any built-in Ubuntu drivers. Hence, the default VGA driver was used after installation with a low resolution of 640×480. Although it used to be possible in Ubuntu 12.04 to get up to get 1280×800 resolution with this chipset, support for the obsolete SiS chipset has been removed in recent version of Ubuntu. With Ubuntu 17.10, the best we can do is to use force X.Org’s VESA driver on this graphics card, resulting in a slightly higher 1024×768 resolution.

To do this, edit (or create if needed) /usr/share/X11/xorg.conf.d/use-vesa.conf and add the following lines:

Section "Device"
  Identifier "Configured Video Device"
  Driver "vesa"
EndSection

After that, reboot the machine and Ubuntu should run correctly with 1024×768 resolution.

Finally, as my intention when buying this machine was to run it as a home Linux server, I used a portable power meter from Amazon to measure how much power the FX160 consumes, assuming average usage. The result is anything between 15-20W, depending on CPU load, whether Wifi is enabled, and various other factors:

fx160_power_consumption

This is a much higher figure compared with only 5W average power consumption of the BIS-6620. I attribute the different to usage of the 2.5″ SATA hard drive (the BIS-6620 ran on a CF card) and higher CPU speed (1.6GHz  for the FX160 vs 1.1GHz for the BIS-6620). Estimating the power consumption of cheap SATA hard drives to be around 8W, I would expect the machine to draw only 10-12W when running on SSD, which is not bad given the FX160’s high CPU speed. What’s more, since the FX160 supports up to 4GB of RAM, compared with only 2GB for the BIS-6620, I would say the FX160 makes a better candidate for a home server, after taking all factors into consideration.

See also

Habey BIS-6620 Intel Atom Z510 Fanless Embedded PC
QDSP-2050 Pentium P6200 Mini x64 Desktop PC

5.00 avg. rating (94% score) - 1 vote
ToughDev

ToughDev

A tough developer who likes to work on just about anything, from software development to electronics, and share his knowledge with the rest of the world.

4 thoughts on “Dell OptiPlex FX160 Intel Atom 230 Tiny Desktop PC

  • July 28, 2021 at 7:00 pm
    Permalink

    I have the problem that the FX160 says “No HDD press F1 to resume” if i Connect a SATA HDD to the nvram-connector…

    What did you so?

  • ToughDev
    July 28, 2021 at 7:21 pm
    Permalink

    Hi,

    Check to make sure that your HDD is receiving enough power. The onboard power supply may not provide enough current. Does the HDD show any signs of spinning up at all?

  • July 28, 2021 at 9:26 pm
    Permalink

    I have testet both – HDD and SSD… The message No HDD appears with both drives…

    I hope, i can install the HDD in the second port, the nvram module in the first port, and boot ober the first, but the data will be on the HDD. But i dont know if this is functional

  • July 28, 2021 at 9:27 pm
    Permalink

    and after hitting the F1 – the computer boots normally

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>