Netbooks are dead, but the Chuwi Minibook X scratches the same
itch. The Minibook X is a 10.5″ x86_64 sub-ultrabook with 16GB RAM, a 512GB
NVMe drive, and only one majorly annyoing Linux quirk. I needed a knock-around laptop, so I bought myself a Minibook for my
birthday last year. The more I tote it around, the more fun I’m having
with this ridiculous little computer. Much like the netbooks of yore, the Minibook is a budget machine. But
it’s 2026, so even budget machines pack more oomph than I need from a
utility laptop. One oddity is that the Minibook comes bundled with a 12V/2A USB-C
charger. I chucked the charger; I worried I’d fry some 5V SoC someday.
The Minibook works fine with a PD charger. I’d assume the 12V charger was a cost-saving choice, but it also
creates some weird possibilities for DC/off-grid setups. The fediverse told me that Minibook runs Linux “boringly well,” which
was almost true. I tried Debian, then jumped to NixOS for kicks. What works: But on first boot, the screen orientation is 270° clockwise: The Chuwi’s screen is a panel from a cheap tablet; the screen
rotation issue is a hardware problem (the screen is mounted sideways).
To fix the screen’s rotation, I had to tweak screen orientation at every
software layer. Fixing this problem was a journey: Behold, the final result in all its glory: This computer is mind-bogglingly small. The build is sturdy and
totable; it’ll hold up to a backpack jostling. The laptop’s case is MacBook-esque: aluminum and good-looking. The
MacBook Air’s dimensions dwarf the Chuwi’s, but the two laptops are
about the same thickness. A notebook that weighs more than a kilo is simply not a good
thing The Minibook weighs in just shy of a kilo at 912 grams. tl;dr: you get what you pay for. But battery life and cooling are
better than I’d have guessed. The Minibook X was never going to compile the Linux kernel in record
time. But the performance matches the specs, it stays cool, and it has
enough battery life to run a movie marathon. Numbers: Battery: When I left the 1995 classic film “Hackers” looping in VLC,
the battery lasted about 6 hours. Heat: Running There’s so much to dislike about this laptop: But “terrible” is in comparison to the nicest modern laptops in
existence. Everything I listed here works fine. I’m honestly blown away
when I tune my expectations to the sub-$400 laptop range. In The
Death and Life of Great American Cities, Jane Jacobs wrote,
“new ideas require old buildings”: cheap spaces let people try risky
ideas. The Chuwi Minibook X is an old building. I can brick the Minibook and have a normal Monday on my serious work
laptop. Nothing has to work, which makes it perfect to try out new Linux
desktop stuff: Cheap, weird computers like the Chuwi make it safe to play. And
playing with computers is still fun. To see posts by date, check out the archives
Quick specs
Linux and weirdness: sideways panels and kernel parameters
systemd-boot to
grub, carrying some unmerged
GRUB rotation patches on top.boot.kernelParams = ["video=DSI-1:panel_orientation=right_side_up"];
and boot.initrd.kernelModules = ["i915"]; (see Kernel docs
for modedb default
video mode support)xrandr --output DSI-1 --rotate right. Wayland picked this
up from the DRM connector. This one was easy.fbcon=rotate:1 to kernel parameters
boot.kernelParams = ["fbcon=rotate:1"]; (see Kernel docs
for framebuffer
console boot options)mainframed/Hackers-PlymouthSize, weight, and build
Perf, thermals, and power
stress-ng for 10 minutes, the hottest part
of the laptop chassis remained below 90°F (32°C):
What I dislike
Verdict
To see posts by date, check out the archives
To see posts by date, check out the archives