created: 2023-02-20
expires:
tags:
- resource
updated: 2023-10-18 17:21
Topics: Linux hardware support
The Infinitybook 14 is a laptop from Tuxedo Computers, based on the same chassis as the Schenker VISION 14.
Installing Linux on the Infinitybook 14 requires a few hacks.
The following boot parameters for the Linux Kernel is required to prevent screen flickering/glitching. See Arch wiki, Arch issue tracker.
i915.enable_psr=0
With the 3K display, text at 100% scale is too small, and is too big at 200%. Enable fractional scaling in Gnome with the following command; logging out and in again might be necessary for it to have effect.
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
keyd is a good, system-level way to remap keyboard keys. With the following configuration, I get Esc (on tap) and Ctrl (on hold) instead of Caps Lock:
[ids]
0001:0001
[main]
capslock = overload(control, esc)
[shift]
leftshift = capslock
rightshift = capslock