Skip to content

main/unl0kr: upgrade to 2.0.0

Things included in this MR as separate commits:

Update unl0kr to 2.0.0

Changelog for 2.0.0:

  • feat: Add man page (#6, thanks @Jarrah)
  • feat!: Enable direct rendering
  • feat: Add quirk for forcing fbdev refresh (#34, thanks @calebccff)
  • fix: Fix slow react on hardware keyboard (#36, thanks @calebccff)

Changelog for 1.0.0:

  • feat!: Handle input device connection/disconnection at runtime; adds new dependency libudev (#38)
  • feat: Update lv_drivers to git master (2023-03-14)
  • feat: Update lvgl to v8.3 (2023-03-14)
  • feat!: Deprecate -c CLI option and add support for reading from /etc/unl0kr.conf.d directory
  • fix: Print correct version in logs
  • feat: Add config options to enable terminal quirks (#34)

For some reason I can't get mouse input into qemu anymore. This happens for me with unl0kr 0.3.0, too, though so it's likely an with my system. Would still appreciate if somebody else could try that mouse input works correctly with qemu, if possible.

Enable unl0kr quirks for oneplus-fajita

This should fix the black screen of death previously seen on this device. Unfortunately, I don't possess one myself so I can't actually test this.

Wait for splash to exit before running unlocking program in initfs

This prevents the terminal mode setting of the two programs to interfere with each other.

Edited by Johannes Marbach

Merge request reports