78.5Hzdevices:displays:dell_5459
This is an old revision of the document!
Information
- Dell Inspiron 24 5459 AIO
eDP
- TODO: CVT-RB2 standard
78.5Hz Only 1920×1080 and possibly 1366×768 (default in CRU) work correctly
sudo mkdir -p '/usr/lib/firmware/edid'
sudo cp x '/usr/lib/firmware/edid'
ls '/usr/lib/firmware/edid'
'/usr/lib/firmware/edid/785-1080-eDP.bin'
- Dracut
sudo -e '/etc/dracut.conf.d/99-hailrake.conf'
install_items+='/usr/lib/firmware/edid/785-1080-eDP.bin'
sudo dracut --force --regenerate-all
- Kernel parameter
drm.edid_firmware='eDP-1:edid/785-1080-eDP.bin'
Debian
785-1080-eDP.bin1)
sudo mkdir -p '/usr/lib/firmware/edid' && sudo cp ~/'Downloads/785-1080-eDP.bin' '/usr/lib/firmware/edid' && ls '/usr/lib/firmware/edid/785-1080-eDP.bin'
initramfs
sudo -e '/etc/initramfs-tools/hooks/edid' && sudo chmod +x '/etc/initramfs-tools/hooks/edid'
#!/bin/sh . '/usr/share/initramfs-tools/hook-functions' mkdir -p $DESTDIR/'usr/lib/firmware/edid' cp '/usr/lib/firmware/edid/785-1080-eDP.bin' $DESTDIR/'usr/lib/firmware/edid/785-1080-eDP.bin' # End
sudo update-initramfs -k 'all' -c
GRUB
sudo -e '/etc/default/grub' && sudo update-grub
drm.edid_firmware='eDP-1:edid/785-1080-eDP.bin'
xorg.conf
Section "Monitor"
Identifier "eDP1"
Modeline "1920x1080_78.5" 176.00 1920 1928 1960 2000 1080 1107 1115 1121 +HSync -VSync
Option "PreferredMode" "1920x1080_78.5"
EndSection
# End
'/usr/bin/bash' -c "'/usr/bin/xrandr' --output 'eDP1' --set 'Broadcast RGB' 'Full' --set 'Colorspace' 'RGB_WIDE_FLOAT' --set 'scaling mode' 'Full aspect' --set 'max bpc' '12'"
HDMI-in
CRU
- No Established resolutions
- No Detailed resolutions
- No Standard resolutions
- 1 Extension block (
CTA-861)
CTA-861
Detailed resolutions
- All CVT-RB2 standard
- Refresh rate:
78.5
- 1920×1080
- 1280×720
- 1024×768
- 800×600
- 640×480
Data block
- HDMI support
[x]Maximum TMDS clock:340MHz- Content types:
[x]Game
1)
CRU: Everything unchecked/deleted, only one Detailed resolution 1080p @ CVT-RBv2
/usr/local/www/wiki/data/attic/devices/displays/dell_5459.1785724583.txt.gz · Last modified: by Sean Rhone
