Some draft notes about the Framework Laptop 12" 2-in-1 laptop, not to be confused with the larger Framework 13".

Currently in pre-order / shipping, as of 2025-07-08.

  1. First impressions
    1. Downsides
    2. Open questions
  2. Configuration
    1. KDE
    2. Installed packages
      1. flatpaks
    3. Firefox
      1. Installed add-ons
    4. BIOS updates
    5. UKI
    6. Re-encrypting root filesystem
  3. Other reviews
  4. Order history

First impressions

Framework Laptop 12 is compatible with MPP 2.0 and USI 2.0 stylus types. The default setting is MPP-compatibility, and you can switch to USI mode in BIOS settings.

TODO: maybe software setup goes into dorothea?

Downsides

Open questions

Configuration

I did something special with this machine, as opposed to the rest of my fleet, and just configured it by hand. I installed it using the beta Debian installer for trixie, which went flawlessly.

KDE

Works well! Like the "retro" look compared to GNOME.

Seems like KDE's "touch mode" (which makes UI elements bigger) does not trigger? It's still relatively useable.

Out of the box, auto-rotation and virtual keyboard don't work.

The virtual keyboard gets fixed by installing maliit-keyboard, then selecting it in the "virtual keyboard" dialog, which i found in this discussion.

To fix the rotating display issue, you need to install iio-sensor-proxy hack at udev and then reboot:

sudo apt install iio-sensor-proxy
sudo sed -i 's/.*iio-buffer-accel/#&/' /usr/lib/udev/rules.d/80-iio-sensor-proxy.rules
sudo udevadm trigger --settle
sudo systemctl restart iio-sensor-proxy
sudo reboot

To see if the sensors work, try: monitor-sensor --accel. For example, a normally sitting laptop flipped to the side and back should show this:

anarcat@dorothea:~$ monitor-sensor --accel
    Waiting for iio-sensor-proxy to appear
+++ iio-sensor-proxy appeared
=== Has accelerometer (orientation: normal, tilt: vertical)
    Accelerometer orientation changed: left-up
    Tilt changed: tilted-up
    Accelerometer orientation changed: normal
    Tilt changed: vertical

In my case, after installing iio-sensor-proxy patching its udev, and restarting services, the above worked, but Plasma didn't pick it up, I had to reboot for the fix to be complete.

This is a known issue with some component part of Ubuntu and Debian

I filed this as a new topic before finding this.

night mode is only night light, would like reverse video too.

loving the info center, no idea how i got there or how to get back

Installed packages

couldn't install darktable, flatpak or llm from the app center, weirdly.

flatpaks

Firefox

Installed add-ons

logged into

BIOS updates

There's already a BIOS update! At first it was not installable with LVFS, but I have recently been able to do it, see the BIOS updates page and the forum discussion.

UKI

Moved to 2025-08-20-luks-ukify-conversion.

Re-encrypting root filesystem

Moved to 2025-08-20-luks-ukify-conversion.

Other reviews

The Framework 12" received mixed reviews, in general. Most complained about the old CPU shipped with the device, and pricing.

Overall, the pros and cons seem to be:

Order history

The laptop was supposed to ship "in July", and it did!

Created . Edited .