Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| devices:displays:dell_5459 [2026/08/03 06:27] – Sean Rhone | devices:displays:dell_5459 [2026/08/03 06:30] (current) – Sean Rhone |
|---|
| |
| * [[linux:distros:debian_13_xfce|Debian 13 (Xfce)]] | * [[linux:distros:debian_13_xfce|Debian 13 (Xfce)]] |
| * [[programs:linux:wine:cru|CRU]] (Wine) | |
| |
| ==== EDID ==== | ==== EDID ==== |
| |
| * ''785-1080p-detailed-eDP.bin'' ((CRU: Everything unchecked/deleted, only one Detailed resolution 1080p @ CVT-RB2 ''78.5''Hz)) | * ''785-1080p-detailed-eDP.bin'' ((CRU: Everything unchecked/deleted, only one Detailed resolution 1080p @ CVT-RB2 ''78.5''Hz)) |
| | * [[programs:linux:wine:cru|CRU]] (Wine) |
| |
| sudo mkdir -p '/usr/lib/firmware/edid' && sudo cp ~/'Downloads/785-1080p-detailed-eDP.bin' '/usr/lib/firmware/edid' && ls '/usr/lib/firmware/edid/785-1080p-detailed-eDP.bin' | sudo mkdir -p '/usr/lib/firmware/edid' && sudo cp ~/'Downloads/785-1080p-detailed-eDP.bin' '/usr/lib/firmware/edid' && ls '/usr/lib/firmware/edid/785-1080p-detailed-eDP.bin' |
| ===== openSUSE ===== | ===== openSUSE ===== |
| |
| * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]] | * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] |
| |
| ==== EDID ==== | ==== EDID ==== |
| |
| * TODO: CVT-RB2 standard ''78.5''Hz | * TODO: CVT-RB2 standard ''78.5''Hz |
| | * :!: TODO: Other resolutions on Wayland ((only 1080p @ ''78.5''Hz seemed to work)) |
| |
| sudo mkdir -p '/usr/lib/firmware/edid' && sudo cp ~/'Downloads/785-detailed-eDP.bin' '/usr/lib/firmware/edid' && ls '/usr/lib/firmware/edid/785-detailed-eDP.bin' | sudo mkdir -p '/usr/lib/firmware/edid' && sudo cp ~/'Downloads/785-detailed-eDP.bin' '/usr/lib/firmware/edid' && ls '/usr/lib/firmware/edid/785-detailed-eDP.bin' |