What a nightmare, please help.
I have an LG external display. If I use VGA cable with all pins, the display sends its ID to the laptop, all screen resolutions are detected. If I use another VGA cable I have that doesn't have the pins for that extra ID communication, the laptop sets some basic default resolutions/modes that don't include the native 1920x1080.
So I tried troubleshooting several ways. I downloaded edid bin file for my ext. display, put it in /boot/firmware/edid/myedid.bin and pointed /boot/loader.conf
to no avail, it's not loading. I also tried to use the default compiled in 1920x1080 in drm by doing
but this didn't work either.
Is there something I'm missing? I feel like this is something simple that will do the trick.
There's no X server, it's Wayland too, just in case that matters. kscreen-doctor -o shows "VGA-1 connected" and all, just no native mode.
I have an LG external display. If I use VGA cable with all pins, the display sends its ID to the laptop, all screen resolutions are detected. If I use another VGA cable I have that doesn't have the pins for that extra ID communication, the laptop sets some basic default resolutions/modes that don't include the native 1920x1080.
So I tried troubleshooting several ways. I downloaded edid bin file for my ext. display, put it in /boot/firmware/edid/myedid.bin and pointed /boot/loader.conf
Code:
compat.linuxkpi.drm.edid_firmware="VGA-1:edid/myedid.bin"
Code:
compat.linuxkpi.drm.edid_firmware="VGA-1:edid/1920x1080.bin"
Is there something I'm missing? I feel like this is something simple that will do the trick.
There's no X server, it's Wayland too, just in case that matters. kscreen-doctor -o shows "VGA-1 connected" and all, just no native mode.