Added Wayland files

This commit is contained in:
2024-02-01 20:53:47 +01:00
parent b3bb7dd900
commit 06b990eac7
3 changed files with 39 additions and 0 deletions

10
Wayland/displays-edid Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh -e
# Copy patched EDID blob
if [ "$1" = "prereqs" ]; then exit 0; fi
. /usr/share/initramfs-tools/hook-functions
copy_file edid /usr/lib/firmware/edid/1200p_61.bin
copy_file edid /usr/lib/firmware/edid/1440p_61.bin