User Tools

Site Tools


devices:displays:dell_5459

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devices:displays:dell_5459 [2026/08/03 01:30] Sean Rhonedevices:displays:dell_5459 [2026/08/03 06:30] (current) Sean Rhone
Line 4: Line 4:
  
 ====== eDP ====== ====== eDP ======
- 
-  * TODO: CVT-RB2 standard ''78.5'' Hz 
-  * :?: Only 1920x1080 and possibly 1366x768 (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 ===== ===== Debian =====
  
   * [[linux:distros:debian_13_xfce|Debian 13 (Xfce)]]   * [[linux:distros:debian_13_xfce|Debian 13 (Xfce)]]
-  * [[programs:linux:wine:cru|CRU]] (Wine)+ 
 +==== 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'
Line 60: Line 40:
   drm.edid_firmware='eDP-1:edid/785-1080p-detailed-eDP.bin'   drm.edid_firmware='eDP-1:edid/785-1080p-detailed-eDP.bin'
  
-===== xorg.conf =====+==== xorg.conf ==== 
 + 
 +  sudo mkdir -p '/etc/X11/xorg.conf.d' && sudo -e '/etc/X11/xorg.conf.d/10-monitor-custom.conf'
  
 <code> <code>
Line 74: Line 56:
  
 # End</code> # End</code>
 +
 +==== xrandr ====
  
   xfce4-session-settings   xfce4-session-settings
  
   '/usr/bin/bash' -c "'/usr/bin/xrandr' --output 'eDP1' --set 'Colorspace' 'RGB_WIDE_FLOAT' --set 'max bpc' '12' --set 'Broadcast RGB' 'Full' --set 'scaling mode' 'Full aspect'"   '/usr/bin/bash' -c "'/usr/bin/xrandr' --output 'eDP1' --set 'Colorspace' 'RGB_WIDE_FLOAT' --set 'max bpc' '12' --set 'Broadcast RGB' 'Full' --set 'scaling mode' 'Full aspect'"
 +
 +===== openSUSE =====
 +
 +  * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]
 +
 +==== EDID ====
 +
 +  * 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'
 +
 +==== Dracut ====
 +
 +  sudo -e '/etc/dracut.conf.d/99-hailrake.conf'
 +
 +  install_items+='/usr/lib/firmware/edid/785-detailed-eDP.bin'
 +
 +  sudo dracut --force --regenerate-all
 +
 +==== Boot Loader ====
 +
 +  drm.edid_firmware='eDP-1:edid/785-detailed-eDP.bin'
  
 ====== HDMI-in ====== ====== HDMI-in ======
Line 93: Line 100:
  
   * All CVT-RB2 standard   * All CVT-RB2 standard
-  * Refresh rate: ''78.5''+  * Refresh rate: ''78.5''Hz
  
   * 1920x1080   * 1920x1080
/usr/local/www/wiki/data/attic/devices/displays/dell_5459.1785735027.txt.gz · Last modified: by Sean Rhone