git clone https://github.com/akatrevorjay/edid-generator
#check requirements, if there are errors
cd edid-generator
echo Modeline "2256x1504_70" 281.12 2256 2304 2336 2576 1504 1507 1517 1559 +hsync +vsync ratio=3:2 | ./modeline2edid
#add ratio parameter for 3:2 (see .S file at the end). It is not supported out of the box in the edid.S
makegit clone https://github.com/Patt92/framework13-edid-70Hz-Linux
cp framework13-edid-70Hz-Linux/2256x1504_70.bin /usr/lib/firmware/edid/Internal70.bin
#or the Internal70.bin (same file)/etc/mkinitcpio.conf
FILES=(/lib/firmware/edid/Internal70.bin)mkinitcpio -Pappend:
... drm.edid_firmware=eDP-1:edid/Internal70.bin
in /etc/default/grub => Default Commandline
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet drm.edid_firmware=eDP-1:edid/Internal70.bin"grub-mkconfig -o /boot/grub/grub.cfgit should look like this at the end in the ma
linux /boot/vmlinuz-linux root=XXX rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet drm.edid_firmware=eDP-1:edid/Internal70.binmodetest -M amdgpu -c | grep -A4 eDPor check the boot log
dmesg | grep edid