Skip to content

Commit

Permalink
Apply fix for LUKS unlock screen keyboard language
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar committed Dec 10, 2023
1 parent b4650d3 commit c601576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Settings applied by default:
- Increased vm.max_map_count value to match SteamOS (to allow some memory-hungry applications such as games to use more memory maps, which allows them to run & not crash)
- Disabled kernel split-lock mitigate (for restoring performance of affected games)
- Applied fix for non-working trim for LUKS partitions
- Applied fix for keyboard language on LUKS unlock screen
- Disabled kernel watchdog (for improved performance & battery life)
- Increased inotify limits (for preventing errors like "too many open files" when installing/using some huge applications & games)
- Increased file nolimits to prevent non-working Esync
Expand Down
1 change: 1 addition & 0 deletions config/files/usr/bin/hardware-setup
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CURRENT_FREE_ZRAM=$(sysctl vm.min_free_kbytes | awk '{print $3}')
echo "Current initramfs: $INITRAMFS"

NEEDED_INITRAMFS+=("/etc/modprobe.d/modprobe-gidro.conf")
NEEDED_INITRAMFS+=("/etc/vconsole.conf")

for INITRAMFS_ARG in ${NEEDED_INITRAMFS[@]}; do
if [[ ! $INITRAMFS =~ "$INITRAMFS_ARG" ]]; then
Expand Down

0 comments on commit c601576

Please sign in to comment.