Added Wayland files
This commit is contained in:
10
Wayland/displays-edid
Executable file
10
Wayland/displays-edid
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user