I put linux on my x1 carbon (gen 5) and it works well enough. Some notes, in no particular order: * great keyboard * kind of shit trackpad * trackpoint is pretty nice at least * hidpi is a pain in the ass to set up ..* looks great once you get it working ..* some apps like Zoom refuse to scale up, so the buttons are tiny * light weight * really long battery
Have you found a good way to adjust the trackpoint speed on your X1 Carbon? It's way too slow on my gen 4, and way too fast on my gen 6 (even after configuring it to max speed on the gen 4).
`xinput list` gave me my trackpoint device's name. Mine is "TPPS/2 Elan TrackPoint"
`xinput list-props "TPPS/2 Elan TrackPoint"` gives a list of properties you can change.
"libinput Accel Speed (302):" looked promising, so I changed it via:
`xinput set-prop "TPPS/2 Elan TrackPoint" 302 0.2` where 302 is the code given in parentheses above, and 0.2 is the speed.