-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDID file fails to load on Arch Linux 4.14.68-1-lts kernel - size is wrong #11
Comments
Check your cvt modeline output to not contain any consecutive multiple spaces and make sure you are not feeding modeline2edid with it as consecutive spaces corrupts the output. |
Same problem here... I am using latest Debian (Buster 10.1) and put the generated .bin file in /lib/firmware/edid/. I added at boot: drm_kms_helper.edid_firmware=edid/3840x2160_24.00_rb.bin
Output of dmesg contains - Missing trailing ) on purpose
|
I'm having the same problem on Ubutnu 20.04/Kernel 5.4. Any idea/workaround? Is it expected to work with kernel 5.4? |
Hey! Just fixed it by simple removing "dots" from the modeline name. I guess somehow this confused the script and made it generate wrong data. Another problem I found is that the data generated by cvt is not correct also. Fonts got blurred. I connected a mac, decoded its EDID and got the right parameters. Modeline "1600x900" 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync |
Hi guys, i am a retrogamer and same problem for me... |
the last things i tried is removing "_" from the Modeline name and change from drm_kms_helper.edid_firmware to drm.edid_firmware. And now it works well for me. I am not sure which change fixed the issue, i guess i should be removing "_" from the Modeline name. At first, it was ./modeline2edid - <<< 'Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync' now, it is ./modeline2edid - <<< 'Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync' |
I generated a file for my 1360x768 monitor and everything worked in
edid-generator
. But the resulting file doesn't load at boot time:The system is Arch Linux with the LTS kernel
The text was updated successfully, but these errors were encountered: